From: A Soare <alinsoar@voila.fr>
To: "Emacs Help [help-gnu-emacs]" <help-gnu-emacs@gnu.org>
Subject: Re: (list) and '(list)
Date: Mon, 30 Apr 2007 20:15:12 +0200 (CEST) [thread overview]
Message-ID: <7103591.275521177956912146.JavaMail.www@wwinf4205> (raw)
Now the utility of my question is the following.
I rewrote the indentation of lisp code (I am still working on, but the base is done). There are still problems. Look one:
(+ 1 2 3
4 5 6)
This is a list that calls a function. Now this case:
(setq a '(a b c
d e f)
With the current indentation, we would have:
(setq a '(a b c
d e f)
I do not like this. I want to indent for the quoted lists so:
(setq a '(a b c
d e f)
So I need the simplesc code that detects whether a list is commented or not.
Alin Soare.
next reply other threads:[~2007-04-30 18:15 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-30 18:15 A Soare [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-04-30 18:53 (list) and '(list) A Soare
2007-04-27 10:37 A Soare
[not found] <mailman.2557.1177600988.7795.help-gnu-emacs@gnu.org>
2007-04-26 21:55 ` Pascal Bourguignon
2007-04-27 0:58 ` Tim X
2007-04-26 15:17 A Soare
2007-04-27 10:25 ` Kai Grossjohann
[not found] ` <mailman.2588.1177669955.7795.help-gnu-emacs@gnu.org>
2007-04-27 10:39 ` David Kastrup
2007-04-27 11:05 ` Pascal Bourguignon
2007-04-30 12:49 ` Kai Grossjohann
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=7103591.275521177956912146.JavaMail.www@wwinf4205 \
--to=alinsoar@voila.fr \
--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.
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).