GNU bug report logs -
#18348
common-lisp-indent-function: undesirable indent of (back)quoted list
Previous Next
Reported by: Drew Adams <drew.adams <at> oracle.com>
Date: Thu, 28 Aug 2014 22:05:01 UTC
Severity: minor
Tags: wontfix
Found in version 24.4.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
emacs -Q
In emacs-lisp-mode, do this:
(set (make-local-variable 'lisp-indent-function)
'common-lisp-indent-function)
In Emacs 20, this Emacs-Lisp sexp indents correctly (IMO) to this, using
`C-M-q':
(toto beg end
`(foo ,bar
keymap ,map
mouse-face highlight
help-echo "jjjjjjjjjjjjjjjjjjjj"))
Starting with Emacs 22, it indents to this, which is bad (IMO):
(toto beg end
`(foo ,bar
keymap ,map
mouse-face highlight
help-echo "jjjjjjjjjjjjjjjjjjjj"))
If this is really what Emacs Dev prefers (why?), can you please let me
know a simple way to get the Emacs 20 indentation instead?
In GNU Emacs 24.4.50.1 (i686-pc-mingw32)
of 2014-08-15 on LEG570
Bzr revision: 117706 rgm <at> gnu.org-20140815043406-p5hbu97cbm7pulcn
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
`configure --enable-checking 'CFLAGS=-O0 -g3' CPPFLAGS=-DGLYPH_DEBUG=1'
This bug report was last modified 5 years and 224 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.