I browse emacs ebrowse info pages to learn how to use them. However, I hit. I get to the "Member Buffers → Class Switching" page, which states that I can change classes using the "C c" key combination. Whenever I try to switch to another class in the source tree, it just spits out this error:
"ebrowse-ts-member-functions: ebrowse-ts-member-functions accessing a non-ebrowse-ts"
Has anyone seen this before? I could not find anything about this on google. I must mention that I have the source code in several directories. I used
find . -name '*.cc' -or -name '*.h' | ebrowse
at the top level of my directory structure. Could this be the reason?
source share