help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ebrowse: Why is symbol not found?


From: Florian Lindner
Subject: ebrowse: Why is symbol not found?
Date: Thu, 05 Feb 2015 17:18:16 +0100
User-agent: KNode/4.14.4

Hello,

I've created a BROWSE file by  find . -name "*.cpp" -or -name "*.hpp" -or -
name "*.h" | ebrowse  in my procects root.

One line of code reads:

namespace precice { namespace impl {

utils::configure(config.getXMLTag(), configurationFileName);
          ^
}}

Point is at the designated position.

There is exists the function (not class member) 
precice::utils::configure(...) in another file. When I used C-c C-m f or F 
it lists a bunch of other configures, but not the configure I'm looking for.

Is ebrowse generally not finding function that are not a member of class? 
Why is this function omitted?

The BROWSE file even contains the line

[ebrowse-ms "configure" () 0 "./src/utils/xml/XMLTag.cpp" "  XMLTag" 24108 0  
"./src/utils/xml/XMLTag.cpp" "  XMLTag" 24108]

Which is the correct file (line number of functions heading would be 747).

Thanks,
Florian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]