From: Tamas K Papp <tkpapp@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: indenting keyword arguments so far
Date: 8 Sep 2008 14:25:38 GMT [thread overview]
Message-ID: <6ikqv2Fr5mrqU1@mid.individual.net> (raw)
Hi asked this on c.l.l, but didn't find a solution, so I thought I would
ask here. I would like my Common Lisp code to be indented properly.
Suppose I type
(foo :a a :b b
:c c :d :e e
:f f :g g)
into a Lisp buffer (keyword names are deliberately short, but imagine they
would not fit on a line). C-M-q gives
(foo :a a :b b
:c c :d d :e e
:f f :g g)
Pressing Tab gives
(foo :a a :b b
:c c :d d :e e
:f f :g g)
What I would prefer is something like
(foo :a a :b b
:c c :d d :e e
:f f :g g)
Others on c.l.l claim it works properly for them, but not for me. I am
using Emacs 23.0.0.1, with the following settings:
C-M-q runs the command indent-sexp
which is an interactive compiled Lisp function in `lisp-mode.el'.
TAB (translated from <tab>) runs the command lisp-indent-line
which is an interactive compiled Lisp function in `lisp-mode.el'.
lisp-indent-function is a variable defined in `lisp-mode.el'.
Its value is
common-lisp-indent-function
Local in buffer foo.lisp; global value is
lisp-indent-function
(symbol-plist 'common-lisp-indent-function) gives nil.
From the comments of others, I am under the impression that what I want
should work out of the box, but it doesn't. Please help me find out
why...
Thanks,
Tamas
next reply other threads:[~2008-09-08 14:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-08 14:25 Tamas K Papp [this message]
2008-09-08 15:19 ` indenting keyword arguments so far Thierry Volpiatto
2008-09-08 15:20 ` Joost Kremers
2008-09-08 19:14 ` Tamas K Papp
[not found] ` <mailman.18746.1220887362.18990.help-gnu-emacs@gnu.org>
2008-09-08 19:13 ` Tamas K Papp
2008-09-08 22:26 ` Thierry Volpiatto
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6ikqv2Fr5mrqU1@mid.individual.net \
--to=tkpapp@gmail.com \
--cc=help-gnu-emacs@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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.