From: Drew Adams <drew.adams@oracle.com>
To: 18348@debbugs.gnu.org
Subject: bug#18348: 24.4.50; `common-lisp-indent-function'
Date: Thu, 28 Aug 2014 15:03:29 -0700 (PDT) [thread overview]
Message-ID: <11a413c0-5b72-4386-8725-d7cffe813b6e@default> (raw)
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@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'
next reply other threads:[~2014-08-28 22:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-28 22:03 Drew Adams [this message]
2019-10-09 1:21 ` bug#18348: 24.4.50; `common-lisp-indent-function' Lars Ingebrigtsen
2019-10-09 1:25 ` Lars Ingebrigtsen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=11a413c0-5b72-4386-8725-d7cffe813b6e@default \
--to=drew.adams@oracle.com \
--cc=18348@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).