From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lowell Kirsh Newsgroups: gmane.emacs.help Subject: Re: etags question Date: Wed, 23 Feb 2005 22:50:29 -0800 Organization: Department of Computer Science, UBC Message-ID: References: <878y5eilyb.fsf@xmission.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1109227637 13200 80.91.229.2 (24 Feb 2005 06:47:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Feb 2005 06:47:17 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 24 07:47:17 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D4CmG-0004bh-Tm for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Feb 2005 07:47:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D4D3l-0005YZ-RY for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Feb 2005 02:05:17 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!cyclone.bc.net!nntp.itservices.ubc.ca!cs.ubc.ca!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: cascade.cs.ubc.ca Original-X-Trace: mughi.cs.ubc.ca 1109227829 3989 142.103.7.7 (24 Feb 2005 06:50:29 GMT) Original-X-Complaints-To: usenet@cs.ubc.ca Original-NNTP-Posting-Date: Thu, 24 Feb 2005 06:50:29 +0000 (UTC) User-Agent: Mozilla Thunderbird 0.9 (X11/20041127) X-Accept-Language: en-us, en In-Reply-To: <878y5eilyb.fsf@xmission.com> Original-Xref: shelby.stanford.edu gnu.emacs.help:128764 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:24301 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24301 perfect, thanks :-) Jason Earl wrote: > Lowell Kirsh writes: > > >>I have a question about finding a tag using etags. I have 2 >>functions with the same name which are both referenced in the same >>TAGS file. When I do a find-tag in emacs, it takes me to one of the >>occurrences. What I'd like to do is find the other occurrence. How >>can I do that? >> >>Lowell > > > M-. finds the first occurrence, C-u M-. should find the next. > > Jason