From: Matthieu Moy <MatthieuNOSPAM.Moy@imag.fr.invalid>
Subject: nested backquotes
Date: Wed, 18 May 2005 17:13:18 +0200 [thread overview]
Message-ID: <vpqr7g4bm9d.fsf@ecrins.imag.fr> (raw)
Hi,
I'm experiencing problems with nested backquotes in Emacs lisp:
Emacs 21 says:
ELISP> ``( ,,(+ 1 2))
(cons
(+ 1 2))
Whereas XEmacs says:
ELISP> ``( ,,(+ 1 2))
(list 3)
Question 1: Who is right? (I'd say XEmacs here. I don't understand
Emacs's behavior)
Question 2: Is there a portable way to use nested backquotes in Emacs
Lisp?
Thanks,
--
Matthieu
next reply other threads:[~2005-05-18 15:13 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-18 15:13 Matthieu Moy [this message]
2005-05-18 15:50 ` nested backquotes rgb
2005-05-18 16:19 ` Matthieu Moy
2005-05-18 18:21 ` Thierry Emery
2005-05-20 15:16 ` Stefan Monnier
2005-05-20 15:24 ` Stefan Monnier
2005-05-20 16:05 ` Matthieu Moy
2005-05-20 20:25 ` Stefan Monnier
2005-05-21 9:51 ` Matthieu Moy
2005-05-21 10:02 ` Matthieu Moy
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=vpqr7g4bm9d.fsf@ecrins.imag.fr \
--to=matthieunospam.moy@imag.fr.invalid \
/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).