all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Lisp mode doc, and Lisp indentation props
@ 2015-08-09 16:36 Ian Zimmerman
  2015-08-09 17:56 ` Andy Moreton
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Ian Zimmerman @ 2015-08-09 16:36 UTC (permalink / raw)
  To: help-gnu-emacs

Is there a document (Info format preferred, but another format would be
ok of course) describing the Emacs Lisp mode, from a _user_ POV,
similarly to how CC mode is documented, for example?  Strangely, I
cannot find one.

The specific information I'm after is about those little properties on
symbols that make some forms indent specially.  For example, what is
responsible for this difference:

(call-foo-with-args (nested-call arg1)
                    arg2)

vers.

(when (nested-call arg1)
  arg2)

?

-- 
Please *no* private copies of mailing list or newsgroup messages.
Rule 420: All persons more than eight miles high to leave the court.




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

end of thread, other threads:[~2015-08-11  0:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-09 16:36 Lisp mode doc, and Lisp indentation props Ian Zimmerman
2015-08-09 17:56 ` Andy Moreton
2015-08-09 18:17   ` Ian Zimmerman
2015-08-09 20:31     ` John Mastro
2015-08-09 20:51     ` Andy Moreton
2015-08-09 21:00       ` Michael Heerdegen
2015-08-10  0:00         ` Drew Adams
2015-08-09 18:07 ` Marcin Borkowski
2015-08-11  0:58 ` Emanuel Berg

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.