help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Where's the source for lisp-mode?


From: David Hansen
Subject: Re: Where's the source for lisp-mode?
Date: Sun, 15 Jul 2007 18:12:08 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

On Sun, 15 Jul 2007 10:43:08 +0200 Pascal Bourguignon wrote:

> Dan Bensen <randomgeek@cyberspace.net> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]