From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: 'find use of' a symbol Date: Sat, 01 Nov 2008 10:06:35 +0200 Message-ID: References: <44tzaswqkq.fsf@be-well.ilk.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1225526882 10587 80.91.229.12 (1 Nov 2008 08:08:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Nov 2008 08:08:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 01 09:09:04 2008 connect(): Connection refused 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 1KwBXb-0002Ml-Pz for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Nov 2008 09:09:04 +0100 Original-Received: from localhost ([127.0.0.1]:49187 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KwBWV-0003M1-6p for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Nov 2008 04:07:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KwBVF-00034j-7I for help-gnu-emacs@gnu.org; Sat, 01 Nov 2008 04:06:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KwBVD-00033c-Uq for help-gnu-emacs@gnu.org; Sat, 01 Nov 2008 04:06:36 -0400 Original-Received: from [199.232.76.173] (port=49634 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KwBVD-00033K-LV for help-gnu-emacs@gnu.org; Sat, 01 Nov 2008 04:06:35 -0400 Original-Received: from mtaout5.012.net.il ([84.95.2.13]:19979) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KwBVC-00049V-UV for help-gnu-emacs@gnu.org; Sat, 01 Nov 2008 04:06:35 -0400 Original-Received: from HOME-C4E4A596F7 ([77.127.192.143]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K9N00ET3ALP2DO0@i_mtaout5.012.net.il> for help-gnu-emacs@gnu.org; Sat, 01 Nov 2008 10:08:13 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.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:59319 Archived-At: > From: Xah > Date: Fri, 31 Oct 2008 15:39:28 -0700 (PDT) >=20 > do you want to find all locations where the symbol appears, or wher= e > the symbol is called, or including where it is defined? >=20 > i suppose you just want all locations where it appears. Besides = =E2=80=9CAlt+x > grep=E2=80=9D, which i use, a better solution is probably tags. Tags only finds the location where a symbol is defined. To find ALL locations, ID Utils + the gid command is the way to go.