From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter S Galbraith Newsgroups: gmane.emacs.help Subject: Re: function prototypes Date: Wed, 27 Mar 2002 13:15:12 -0500 Sender: help-gnu-emacs-admin@gnu.org Message-ID: <20020327181512.F24FD297B3@mixing.qc.dfo.ca> References: <20020327181404.E16593@mobileway.com> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1017253116 1898 127.0.0.1 (27 Mar 2002 18:18:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 27 Mar 2002 18:18:36 +0000 (UTC) Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16qI0J-0000UV-00 for ; Wed, 27 Mar 2002 19:18:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16qHzp-0001wC-00; Wed, 27 Mar 2002 13:18:05 -0500 Original-Received: from mixing.qc.dfo-mpo.gc.ca ([216.226.40.21] helo=mixing.qc.dfo.ca) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16qHx9-0001Zv-00 for ; Wed, 27 Mar 2002 13:15:20 -0500 Original-Received: from mixing.qc.dfo.ca (localhost [127.0.0.1]) by mixing.qc.dfo.ca (Postfix) with ESMTP id F24FD297B3; Wed, 27 Mar 2002 13:15:12 -0500 (EST) Original-To: Todd Kokoszka , gnu-emacs-help@gnu.org In-Reply-To: Marco Baringer's message of 27 Mar 2002 18:29:49 +0100 X-Mailer: mh-e 6.0; nmh 1.0.4+dev; Emacs 21.1 Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:25 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25 Marco Baringer wrote: > Todd Kokoszka writes: > > > I'm interested in having an easy to access list of functions that > > exist in a file. Does anyone know if something like this already > > exists? > > > > If not, I was thinking it would be good to have a function that > > opened this information up in another window, like in grep-mode, > > where you could click on the function name and go right to it. > > > > Thanks, > > Todd > > > > find out everything you can about etags (comes with emacs). speedbar > is your freind as well. Also perhaps imenu.