From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thierry Emery Newsgroups: gmane.emacs.help Subject: Re: nested backquotes Date: Wed, 18 May 2005 20:21:15 +0200 Organization: Home, France Message-ID: <87acms1jl0.fsf@spamfoil.invalid> References: <1116431406.143574.87990@g14g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1116446822 25733 80.91.229.2 (18 May 2005 20:07:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 May 2005 20:07:02 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 18 22:06:53 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DYUmT-00068G-Qi for geh-help-gnu-emacs@m.gmane.org; Wed, 18 May 2005 22:04:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYUoy-0000b0-Oi for geh-help-gnu-emacs@m.gmane.org; Wed, 18 May 2005 16:07:12 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news2.google.com!proxad.net!infeed-2.proxad.net!news16-e.free.fr!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: T-gnus/6.17.3 (based on No Gnus v0.3) SEMI/1.14.6 (Maruoka)FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Cancel-Lock: sha1:oh00WJMWPbiBKCzyMnVCm4S+sQg= Original-Lines: 33 Original-NNTP-Posting-Date: 18 May 2005 20:21:11 MEST Original-NNTP-Posting-Host: 82.233.241.49 Original-X-Trace: 1116440471 news16-e.free.fr 31845 82.233.241.49:47720 Original-X-Complaints-To: abuse@proxad.net Original-Xref: shelby.stanford.edu gnu.emacs.help:131353 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:26809 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:26809 Hi, Matthieu Moy writes: > "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 ... :-( (` (` ( (, (, (+ 1 2)))))) tested on GNU Emacs 21.4 and 22.0.50, and on XEmacs 21.4.17, consistently returns : (list 3) Hoping this helps, Thierry -- thierry |dot| emery |at| free |dot| fr