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

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

bug#16852: 24.3.50; Elisp indentation bug in `indent-for-tab-command'


From: Dmitry Gutov
Subject: bug#16852: 24.3.50; Elisp indentation bug in `indent-for-tab-command'
Date: Sun, 23 Feb 2014 17:02:57 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Oleh <o.krehel@tue.nl> writes:

> With emacs -Q, and this text in *scratch*:
>
> (
>  progn
>  )
>
> and the point anywhere on the last line, pressing "C-i" will produce this
> indentation:
>
> (
>  progn
>   )
>
> So one extra space is being inserted before the closing paren.

Looks intentional to me. `progn' usually has some arguments. Add at
least one and see that the closing paren lines up to it just fine.





reply via email to

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