all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Where's the source for lisp-mode?
@ 2007-07-15  2:35 Dan Bensen
  2007-07-15  8:43 ` Pascal Bourguignon
  0 siblings, 1 reply; 4+ messages in thread
From: Dan Bensen @ 2007-07-15  2:35 UTC (permalink / raw)
  To: help-gnu-emacs

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?

-- 
Dan
www.prairienet.org/~dsb/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Where's the source for lisp-mode?
  2007-07-15  2:35 Where's the source for lisp-mode? Dan Bensen
@ 2007-07-15  8:43 ` Pascal Bourguignon
  2007-07-15 16:12   ` David Hansen
  2007-07-15 16:57   ` Dan Bensen
  0 siblings, 2 replies; 4+ messages in thread
From: Pascal Bourguignon @ 2007-07-15  8:43 UTC (permalink / raw)
  To: help-gnu-emacs

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.

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/

NOTE: The most fundamental particles in this product are held
together by a "gluing" force about which little is currently known
and whose adhesive power can therefore not be permanently
guaranteed.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Where's the source for lisp-mode?
  2007-07-15  8:43 ` Pascal Bourguignon
@ 2007-07-15 16:12   ` David Hansen
  2007-07-15 16:57   ` Dan Bensen
  1 sibling, 0 replies; 4+ messages in thread
From: David Hansen @ 2007-07-15 16:12 UTC (permalink / raw)
  To: help-gnu-emacs

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Where's the source for lisp-mode?
  2007-07-15  8:43 ` Pascal Bourguignon
  2007-07-15 16:12   ` David Hansen
@ 2007-07-15 16:57   ` Dan Bensen
  1 sibling, 0 replies; 4+ messages in thread
From: Dan Bensen @ 2007-07-15 16:57 UTC (permalink / raw)
  To: help-gnu-emacs

> Dan Bensen <randomgeek@cyberspace.net> writes:
>> How do you figure out what lisp-mode is doing?

Pascal Bourguignon wrote:
> C-h f lisp-mode RET C-x C-o TAB RET

Holy mackerel.  It's amazing what Emacs can do once
somebody tells you the key bindings for it.  :)
Thanks Pascal, that's awesome.

-- 
Dan
www.prairienet.org/~dsb/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-07-15 16:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-15  2:35 Where's the source for lisp-mode? Dan Bensen
2007-07-15  8:43 ` Pascal Bourguignon
2007-07-15 16:12   ` David Hansen
2007-07-15 16:57   ` Dan Bensen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.