emacs-devel
[Top][All Lists]
Advanced

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

Re: bad comment indentation in Emacs Lisp


From: Stefan Monnier
Subject: Re: bad comment indentation in Emacs Lisp
Date: Sun, 10 Feb 2008 18:09:25 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

>> > (let (;; foobar
>> >       ;; toto
>> >       (titi...)))
>> > 
>> > You get this:
>> > (let ( ;; foobar
>> >       ;; toto
>> >       (titi...)))
>> >
>> > However, if you just use TAB on each line, you don't get that.
>> 
>> Right, because indent-region does both TAB and M-; on each line (more
>> or less).

> No. Neither `M-;' nor TAB moves `;;' comments, except that TAB can move a
> line that *starts* with `;;'. That is not the case for the `;;' comment that
> is moved here.

Huh?  Where do you get this idea?  Have you tried M-; on the `let' line?


        Stefan




reply via email to

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