all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ebrowse: Why is symbol not found?
@ 2015-02-05 16:18 Florian Lindner
  0 siblings, 0 replies; only message in thread
From: Florian Lindner @ 2015-02-05 16:18 UTC (permalink / raw)
  To: help-gnu-emacs

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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-05 16:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-05 16:18 ebrowse: Why is symbol not found? Florian Lindner

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.