GNU bug report logs - #16852
24.3.50; Elisp indentation bug in `indent-for-tab-command'

Previous Next

Package: emacs;

Reported by: Oleh <o.krehel <at> tue.nl>

Date: Sun, 23 Feb 2014 14:22:01 UTC

Severity: minor

Found in version 24.3.50

Full log


Message #8 received at 16852 <at> debbugs.gnu.org (full text, mbox):

From: Dmitry Gutov <dgutov <at> yandex.ru>
To: Oleh <o.krehel <at> tue.nl>
Cc: 16852 <at> debbugs.gnu.org
Subject: Re: bug#16852: 24.3.50;
 Elisp indentation bug in `indent-for-tab-command'
Date: Sun, 23 Feb 2014 17:02:57 +0200
Oleh <o.krehel <at> 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.




This bug report was last modified 11 years and 111 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.