From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: How to use etags in emacs Date: Thu, 9 Jul 2009 08:51:32 -0700 Message-ID: <560E40282184464EB318939EDB5962DC@us.oracle.com> References: <87ljmy654s.fsf@kobe.laptop><3b9893450907082130n4902d62ew2c91c105f7ef78fb@mail.gmail.com> <87prcaumze.fsf@kobe.laptop> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1247155751 26498 80.91.229.12 (9 Jul 2009 16:09:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Jul 2009 16:09:11 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "'Giorgos Keramidas'" , "'n179911'" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 09 18:09:03 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MOwBD-0003gX-Gq for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Jul 2009 18:09:03 +0200 Original-Received: from localhost ([127.0.0.1]:37354 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOwBC-0000vm-Uy for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Jul 2009 12:09:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOvuU-0006bU-HO for help-gnu-emacs@gnu.org; Thu, 09 Jul 2009 11:51:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOvuP-0006UV-OZ for help-gnu-emacs@gnu.org; Thu, 09 Jul 2009 11:51:46 -0400 Original-Received: from [199.232.76.173] (port=55212 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOvuP-0006UL-HJ for help-gnu-emacs@gnu.org; Thu, 09 Jul 2009 11:51:41 -0400 Original-Received: from rcsinet11.oracle.com ([148.87.113.123]:35023 helo=rgminet11.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MOvuP-0000Mc-0x for help-gnu-emacs@gnu.org; Thu, 09 Jul 2009 11:51:41 -0400 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rgminet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n69Fr0aR009813 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 9 Jul 2009 15:53:02 GMT Original-Received: from abhmt010.oracle.com (abhmt010.oracle.com [141.146.116.19]) by acsinet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n69FrK70025646; Thu, 9 Jul 2009 15:53:20 GMT Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 09 Jul 2009 08:51:30 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <87prcaumze.fsf@kobe.laptop> Thread-Index: AcoAhs96ciXF7AeYThOTOHAI2mG2swAJJjdA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: abhmt010.oracle.com [141.146.116.19] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A010209.4A561203.005E:SCFSTAT5015188,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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 Xref: news.gmane.org gmane.emacs.help:65900 Archived-At: > > Is there anyway to list all the places which marked with the > > tag. And when you said 'marked with the particular tag'. does it > > include the place where it called that function and the place where > > that function is declared and implemented? > > There is `M-x tags-search RET regexp RET'. This searches for tags > matching `regexp' and it can iterate through more than one tag table. > Once a single match is found you can find the next one with `M-,' and > repeat until you have finished going through all the matches, or you > have found what you were looking for. Since the OP is using Icicles: Use `icicle-tags-search' to search and replace text in source files that are indexed by a TAGS file. It does what `tags-search', `tags-query-replace', and `tags-loop-continue' (`M-,') do together (and more).