From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matthieu Moy Newsgroups: gmane.emacs.help Subject: Re: nested backquotes Date: Wed, 18 May 2005 18:19:10 +0200 Organization: IMAG Message-ID: References: <1116431406.143574.87990@g14g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1116442343 8400 80.91.229.2 (18 May 2005 18:52:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 May 2005 18:52:23 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 18 20:52:18 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DYTcl-0004AL-T1 for geh-help-gnu-emacs@m.gmane.org; Wed, 18 May 2005 20:50:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYTfG-0007wX-38 for geh-help-gnu-emacs@m.gmane.org; Wed, 18 May 2005 14:53:06 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fr.ip.ndsoftware.net!ciril.fr!news.ujf-grenoble.fr!news.imag.fr!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 30 Original-NNTP-Posting-Host: ecrins.imag.fr Original-X-Trace: trompette.imag.fr 1116433333 32142 129.88.43.124 (18 May 2005 16:22:13 GMT) Original-X-Complaints-To: abuse@imag.fr Original-NNTP-Posting-Date: Wed, 18 May 2005 16:22:13 +0000 (UTC) User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:BeuwQmAgpBVcQrSMwd+CalzCs+k= Original-Xref: shelby.stanford.edu gnu.emacs.help:131349 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:26805 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:26805 "rgb" writes: >> I'm experiencing problems with nested backquotes in Emacs lisp: >> >> Emacs 21 says: >> >> ELISP> ``( ,,(+ 1 2)) >> (cons >> (+ 1 2)) > > On 22.0.50 I'm getting (list 3) Surprisingly, backquote.el hasn't changed much. Loading backquote.el from CVS on my Emacs 21 "works" (in the sense that it doesn't break my Emacs), but still gets the same result. So, I'm still looking for a portable solution ... :-( The goal would be to implement this: https://mail.gna.org/public/xtla-el-dev/2004-11/msg00078.html Or the variant https://mail.gna.org/public/xtla-el-dev/2004-12/msg00001.html in Xtla, without droping support for GNU Emacs 22. -- Matthieu