From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Todd Kokoszka Newsgroups: gmane.emacs.help Subject: function prototypes Date: Wed, 27 Mar 2002 18:14:04 +0100 Sender: help-gnu-emacs-admin@gnu.org Message-ID: <20020327181404.E16593@mobileway.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1017249341 29662 127.0.0.1 (27 Mar 2002 17:15:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 27 Mar 2002 17:15:41 +0000 (UTC) Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16qH1Q-0007iJ-00 for ; Wed, 27 Mar 2002 18:15:41 +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 16qGv4-0003eq-00; Wed, 27 Mar 2002 12:09:06 -0500 Original-Received: from [194.98.169.20] (helo=pineau.local) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16qGuK-0003d3-00 for ; Wed, 27 Mar 2002 12:08:20 -0500 Original-Received: (from kokoszka@localhost) by pineau.local (8.11.0/8.11.0) id g2RHE4H16828 for gnu-emacs-help@gnu.org; Wed, 27 Mar 2002 18:14:04 +0100 X-Authentication-Warning: pineau.local: kokoszka set sender to tkwire@yahoo.com using -f Original-To: gnu-emacs-help@gnu.org Content-Disposition: inline User-Agent: Mutt/1.2.5i 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:20 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20 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