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

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

Re: Lisp mode doc, and Lisp indentation props


From: Marcin Borkowski
Subject: Re: Lisp mode doc, and Lisp indentation props
Date: Sun, 09 Aug 2015 20:07:46 +0200

On 2015-08-09, at 18:36, Ian Zimmerman <itz@buug.org> wrote:

> 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)
>
> ?

Not exactly what you are asking for, but wrt macros:

http://www.gnu.org/software/emacs/manual/html_node/elisp/Indenting-Macros.html

Hth,

-- 
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Faculty of Mathematics and Computer Science
Adam Mickiewicz University



reply via email to

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