Package: oo-browser Version: 4.08-3 Under emacs22 22.1+1-2.1, the oo-browser package fails to find the ootags executable and thus fails to index any C or C++ source trees.
It looks for ootags like this: (defconst br-ootags-executable (or (locate-file "ootags" (list br-directory exec-directory) ":.exe") (locate-file "ootags" exec-path ":.exe")) "Full pathname to `ootags' executable or nil if not found.") br-directory is "/usr/share/emacs22/site-lisp/oo-browser/" exec-directory is "/usr/lib/emacs/22.1/i486-linux-gnu/" ootags is actually in /usr/bin I'd suggest adding exec-path to the list of directories to search here. -- Ben Pfaff http://benpfaff.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]