From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andrew Shepard Newsgroups: gmane.emacs.help Subject: Problem finding multiple tags with same tagname Date: Mon, 07 Jun 2004 17:34:36 -0700 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <40C5099C.8010509@yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1086655356 1531 80.91.224.253 (8 Jun 2004 00:42:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 8 Jun 2004 00:42:36 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 08 02:42:29 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BXUhB-0006Qp-00 for ; Tue, 08 Jun 2004 02:42:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BXUhj-0000o2-Qb for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Jun 2004 20:43:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BXUhd-0000nw-OX for help-gnu-emacs@gnu.org; Mon, 07 Jun 2004 20:42:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BXUhc-0000nk-0f for help-gnu-emacs@gnu.org; Mon, 07 Jun 2004 20:42:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BXUhb-0000nh-TS for help-gnu-emacs@gnu.org; Mon, 07 Jun 2004 20:42:55 -0400 Original-Received: from [216.136.174.138] (helo=smtp100.mail.sc5.yahoo.com) by monty-python.gnu.org with smtp (Exim 4.34) id 1BXUgq-0004pG-68 for help-gnu-emacs@gnu.org; Mon, 07 Jun 2004 20:42:08 -0400 Original-Received: from unknown (HELO yahoo.com) (ashepard2001@64.113.127.237 with plain) by smtp100.mail.sc5.yahoo.com with SMTP; 8 Jun 2004 00:34:46 -0000 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:18911 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18911 I'm searching for tags in a TAGS file created by etags. However, I'm unable to look for more than one tag with the same name when I follow instructions given in the book "Learning GNU Emacs" Here's an example where I'm looking for multiple instances of the function Play(): ESC-. Play RETURN (I am correctly taken to the first instance of the Play() function) ESC-, Message returned by Emacs is: 'No M-x tags-search or M-x tags-query-replace in progress' Note that if I do a ESC-x tags-search on a tagname and follow with ESC-, emacs takes me to all the instances of the tagname. It looks like the book I have might have an error in it. However, if this is the case how do I find multiple instances of tags after using the ESC-. command? Thanks in advance. Andy ...