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: Oleh
Subject: bug#16852: 24.3.50; Elisp indentation bug in `indent-for-tab-command'
Date: Sun, 23 Feb 2014 15:20:56 +0100

Hi,

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.

regards,
Oleh






reply via email to

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