all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lennart Borgman <lennart.borgman@gmail.com>
To: Andreas Schwab <schwab@linux-m68k.org>
Cc: Emacs-Devel devel <emacs-devel@gnu.org>
Subject: Re: How do I use tags to go to begv_byte instead of BEGV_BYTE?
Date: Mon, 24 May 2010 17:37:18 +0200	[thread overview]
Message-ID: <AANLkTinmLz1gdcvubSZWdTiYh1hQPJi3avKmeoGgAB-C@mail.gmail.com> (raw)
In-Reply-To: <m2sk5hpboe.fsf@igel.home>

On Mon, May 24, 2010 at 5:22 PM, Andreas Schwab <schwab@linux-m68k.org> wrote:
> Lennart Borgman <lennart.borgman@gmail.com> writes:
>
>> If I on the line below use `find-tag' and asks for "begv_byte" I just
>> get to this line again:
>>
>>   #define BEGV_BYTE (current_buffer->begv_byte)
>>
>> What am I doing wrong?
>
> You didn't read the documentation.


Thanks Andreas, I am really not good at that, but I do not think the
documentation below explains why it is going to "BEGV_BYTE" when I
asked for "begv_byte", or?

There must be some other part of the documentation that explains that,
or? Did I somehow ask for a case insensitive tag file? But etags
surely know that C is case sensitive, or?

(The doc string below helps me practically however.)



> (find-tag TAGNAME &optional NEXT-P REGEXP-P)
>
> Find tag (in current tags table) whose name contains TAGNAME.
> Select the buffer containing the tag's definition, and move point there.
> The default for TAGNAME is the expression in the buffer around or before point.
>
> If second arg NEXT-P is t (interactively, with prefix arg), search for
> another tag that matches the last tagname or regexp used.  When there are
> multiple matches for a tag, more exact matches are found first.  If NEXT-P
> is the atom `-' (interactively, with prefix arg that is a negative number
> or just M--), pop back to the previous tag gone to.
>
> Andreas.
>
> --
> Andreas Schwab, schwab@linux-m68k.org
> GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
> "And now for something completely different."
>



  reply	other threads:[~2010-05-24 15:37 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-24 13:24 How do I use tags to go to begv_byte instead of BEGV_BYTE? Lennart Borgman
2010-05-24 15:22 ` Andreas Schwab
2010-05-24 15:37   ` Lennart Borgman [this message]
2010-05-24 15:52     ` Andreas Schwab
2010-05-24 16:06       ` Lennart Borgman
2010-05-24 17:31         ` Stefan Monnier
2010-05-24 18:29           ` Lennart Borgman
2010-08-29  1:04           ` Wojciech Meyer
2010-08-30 21:39             ` Wojciech Meyer
2010-09-01 12:38               ` Francesco Potortì
2010-09-01 20:00                 ` Wojciech Meyer
2010-09-01 20:39                   ` Wojciech Meyer
2010-09-01 20:59                     ` Francesco Potortì
2010-09-01 20:57                   ` Francesco Potortì
2010-09-01 21:36                     ` Wojciech Meyer

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=AANLkTinmLz1gdcvubSZWdTiYh1hQPJi3avKmeoGgAB-C@mail.gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=schwab@linux-m68k.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.