From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel Subject: Re: How do I use tags to go to begv_byte instead of BEGV_BYTE? Date: Mon, 24 May 2010 17:22:09 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1274715528 20162 80.91.229.12 (24 May 2010 15:38:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 24 May 2010 15:38:48 +0000 (UTC) Cc: Emacs-Devel devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 24 17:38:46 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OGZjo-0003iV-V5 for ged-emacs-devel@m.gmane.org; Mon, 24 May 2010 17:38:45 +0200 Original-Received: from localhost ([127.0.0.1]:46151 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGZjo-0008Bs-6x for ged-emacs-devel@m.gmane.org; Mon, 24 May 2010 11:38:44 -0400 Original-Received: from [140.186.70.92] (port=42238 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGZTp-0008Ck-8S for emacs-devel@gnu.org; Mon, 24 May 2010 11:22:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OGZTn-0000ZD-JU for emacs-devel@gnu.org; Mon, 24 May 2010 11:22:13 -0400 Original-Received: from mail-out.m-online.net ([212.18.0.9]:43512) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGZTn-0000Z6-DY for emacs-devel@gnu.org; Mon, 24 May 2010 11:22:11 -0400 Original-Received: from mail01.m-online.net (mail.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id 3BB831C15512; Mon, 24 May 2010 17:22:10 +0200 (CEST) Original-Received: from localhost (dynscan1.mnet-online.de [192.168.8.164]) by mail.m-online.net (Postfix) with ESMTP id 33D6A900C1; Mon, 24 May 2010 17:22:10 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Original-Received: from mail.mnet-online.de ([192.168.3.149]) by localhost (dynscan1.mnet-online.de [192.168.8.164]) (amavisd-new, port 10024) with ESMTP id gK-1Yu1QIR75; Mon, 24 May 2010 17:22:09 +0200 (CEST) Original-Received: from igel.home (ppp-88-217-112-9.dynamic.mnet-online.de [88.217.112.9]) by mail.mnet-online.de (Postfix) with ESMTP; Mon, 24 May 2010 17:22:09 +0200 (CEST) Original-Received: by igel.home (Postfix, from userid 501) id 25415CA29C; Mon, 24 May 2010 17:22:09 +0200 (CEST) X-Yow: HELLO KITTY gang terrorizes town, family STICKERED to death! In-Reply-To: (Lennart Borgman's message of "Mon, 24 May 2010 15:24:54 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:125182 Archived-At: Lennart Borgman 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. (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."