all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Florian Lindner <mailinglists@xgm.de>
To: help-gnu-emacs@gnu.org
Subject: ebrowse: Why is symbol not found?
Date: Thu, 05 Feb 2015 17:18:16 +0100	[thread overview]
Message-ID: <mb0549$hps$1@ger.gmane.org> (raw)

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	other threads:[~2015-02-05 16:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='mb0549$hps$1@ger.gmane.org' \
    --to=mailinglists@xgm.de \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.