From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman 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:37:18 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1274715834 21364 80.91.229.12 (24 May 2010 15:43:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 24 May 2010 15:43:54 +0000 (UTC) Cc: Emacs-Devel devel To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 24 17:43:53 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 1OGZoi-0005j4-7h for ged-emacs-devel@m.gmane.org; Mon, 24 May 2010 17:43:48 +0200 Original-Received: from localhost ([127.0.0.1]:33333 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGZoe-0004g2-46 for ged-emacs-devel@m.gmane.org; Mon, 24 May 2010 11:43:44 -0400 Original-Received: from [140.186.70.92] (port=48478 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGZoQ-0004dj-Uu for emacs-devel@gnu.org; Mon, 24 May 2010 11:43:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OGZoP-0003fD-Bg for emacs-devel@gnu.org; Mon, 24 May 2010 11:43:30 -0400 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:64085) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGZoP-0003f9-77 for emacs-devel@gnu.org; Mon, 24 May 2010 11:43:29 -0400 Original-Received: by gyg4 with SMTP id 4so2275162gyg.0 for ; Mon, 24 May 2010 08:43:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=Ko+BZHWDQRiyZ5wRNWJBfdWHAho6n4GZ1VV3LYcMX+4=; b=uXHE7ExQirWaE9PqYALgTej+msZOXjzONqAQuLLcNTi+0YQLlmE+tqj1L/pGM1c7ZT SoUY3gAVTbAq/RyAzVy5/0xtLyzGEscOEnwdfmDNYHFf6WnFH2ionC/zVm0BLBR4Fgs7 QxDdiwaCEOMOuW+anX+uYCQyz6tL9NxPWkqaM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=Nh7wYqWU3Yq4uh2l2B62VvcMj0yHNMZXenRNBPj/nanTwUocsh9NpCI1BMqmfpG8sZ 6zf+bfPa7onOJSuGFPSHY9xR90yHoYPKmm7p+22aFx4hf+jiVZv4ERHS+kbwvKJDMLn8 mJS0ktQYrUPoriEIMJxc9w+cBvI4O9psD5Jrw= Original-Received: by 10.101.10.7 with SMTP id n7mr6077927ani.94.1274715808391; Mon, 24 May 2010 08:43:28 -0700 (PDT) Original-Received: by 10.100.177.20 with HTTP; Mon, 24 May 2010 08:37:18 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:125183 Archived-At: On Mon, May 24, 2010 at 5:22 PM, Andreas Schwab wro= te: > Lennart Borgman writes: > >> If I on the line below use `find-tag' and asks for "begv_byte" I just >> get to this line again: >> >> =C2=A0 #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. =C2=A0When ther= e are > multiple matches for a tag, more exact matches are found first. =C2=A0If = 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 =3D 58CA 54C7 6D53 942B 1756 =C2=A001D3 44D5 214B 827= 6 4ED5 > "And now for something completely different." >