From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.help Subject: Re: Where's the source for lisp-mode? Date: Sun, 15 Jul 2007 18:12:08 +0200 Organization: disorganized Message-ID: <87wsx13auf.fsf@localhorst.mine.nu> References: <87tzs6oy5f.fsf@thalassa.lan.informatimago.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1184516620 27975 80.91.229.12 (15 Jul 2007 16:23:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 15 Jul 2007 16:23:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 15 18:23:38 2007 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 1IA6sk-0003ls-3x for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Jul 2007 18:23:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IA6sj-0006cw-L3 for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Jul 2007 12:23:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IA6sU-0006cr-St for help-gnu-emacs@gnu.org; Sun, 15 Jul 2007 12:23:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IA6sT-0006cf-Gh for help-gnu-emacs@gnu.org; Sun, 15 Jul 2007 12:23:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IA6sT-0006cc-Aj for help-gnu-emacs@gnu.org; Sun, 15 Jul 2007 12:23:21 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IA6sS-0005zF-Tc for help-gnu-emacs@gnu.org; Sun, 15 Jul 2007 12:23:21 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IA6sP-0000VW-M9 for help-gnu-emacs@gnu.org; Sun, 15 Jul 2007 18:23:17 +0200 Original-Received: from e178002047.adsl.alicedsl.de ([85.178.2.47]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Jul 2007 18:23:17 +0200 Original-Received: from david.hansen by e178002047.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Jul 2007 18:23:17 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-Lines: 24 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e178002047.adsl.alicedsl.de Mail-Copies-To: nobody User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) Cancel-Lock: sha1:l1OMaefxo8XVA4LfWD3QIqNcUDs= X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:45694 Archived-At: On Sun, 15 Jul 2007 10:43:08 +0200 Pascal Bourguignon wrote: > Dan Bensen writes: > >> I found /usr/local/share/emacs/21.4/lisp, but there's not a simple >> lisp.el file there, just a whole bunch of files that may be working >> together. Is there a starting point somewhere that loads everything >> else for lisp-mode? How do you figure out what lisp-mode is doing? > > C-h f lisp-mode RET C-x C-o TAB RET > > > Another way to find it would be to use etags on the emacs sources, and type: > lisp-mode M-. using the generated TAGS file, but I find the above simplier. Or (with a more recent version of Emacs?) M-x find-library RET lisp-mode RET or M-x find-function RET lisp-mode RET David