GNU bug report logs - #27306
Regression: Emacs Lisp Indentation

Previous Next

Package: emacs;

Reported by: Alexander Shukaev <emacs <at> Alexander.Shukaev.name>

Date: Sat, 10 Jun 2017 13:00:02 UTC

Severity: normal

Tags: fixed, patch

Done: npostavs <at> users.sourceforge.net

Bug is archived. No further changes may be made.

Full log


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

From: Alexander Shukaev <emacs <at> Alexander.Shukaev.name>
To: bug-gnu-emacs <at> gnu.org
Subject: Regression: Emacs Lisp Indentation
Date: Sat, 10 Jun 2017 14:59:01 +0200
Hey,

In Emacs 25 series, the following snippet is indented as follows

  (user-error "Unexpected initialization file: `%s'
Expected initialization file: `%s'"
              (abbreviate-file-name user-init-file)
              (abbreviate-file-name this-init-file))

In Emacs 26 series, a call to `indent-region' changes the above 
indentation to

  (user-error "Unexpected initialization file: `%s'
Expected initialization file: `%s'"
   (abbreviate-file-name user-init-file)
   (abbreviate-file-name this-init-file))

which appears wrong to me.  Please, take a look at this.  Thank you.

Kind regards,
Alexander




This bug report was last modified 7 years and 336 days ago.

Previous Next


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