GNU bug report logs - #23108
25.0.92; emacs-lisp-mode: wrong indentation in `let' binding list

Previous Next

Package: emacs;

Reported by: Michael Heerdegen <michael_heerdegen <at> web.de>

Date: Thu, 24 Mar 2016 16:41:02 UTC

Severity: minor

Tags: confirmed

Found in version 25.0.92

Full log


View this message in rfc822 format

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: 23108 <at> debbugs.gnu.org
Subject: bug#23108: 25.0.92; emacs-lisp-mode: wrong indentation in `let' binding list
Date: Sat, 26 Mar 2016 02:49:47 +0100
Michael Heerdegen <michael_heerdegen <at> web.de> writes:

> (let (from to
>            (temp-buffer (generate-new-buffer "temp")))
>   body
>   body)

Hmm, `let' has just simply lisp-indent-function -> 1, so it seems the
list of bindings is not treated specially.  Thus, in the above case you
get an indentation like for a function call.


Michael.




This bug report was last modified 3 years and 234 days ago.

Previous Next


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