From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Carlos Ungil Newsgroups: gmane.emacs.bugs Subject: Re: nested backquotes Date: Wed, 24 Sep 2003 16:22:48 +0200 (CEST) Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: Carlos.Ungil@cern.ch NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1064413933 4931 80.91.224.253 (24 Sep 2003 14:32:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 Sep 2003 14:32:13 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Sep 24 16:32:11 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A2Agd-0004Ix-00 for ; Wed, 24 Sep 2003 16:32:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A2Acb-0001pg-BR for geb-bug-gnu-emacs@m.gmane.org; Wed, 24 Sep 2003 10:28:01 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A2AcS-0001oY-U8 for bug-gnu-emacs@gnu.org; Wed, 24 Sep 2003 10:27:52 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A2AcR-0001o2-GJ for bug-gnu-emacs@gnu.org; Wed, 24 Sep 2003 10:27:51 -0400 Original-Received: from [137.138.131.164] (helo=smtp3.cern.ch) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A2AXa-0000mT-FQ for bug-gnu-emacs@gnu.org; Wed, 24 Sep 2003 10:22:50 -0400 Original-Received: from lxplus080.cern.ch (lxplus080.cern.ch [137.138.4.95]) by smtp3.cern.ch (8.12.1-20030924/8.12.1) with ESMTP id h8OEMn20001661 for ; Wed, 24 Sep 2003 16:22:49 +0200 (MET DST) Original-Received: by lxplus080.cern.ch (Postfix, from userid 10514) id BCDEC2408F; Wed, 24 Sep 2003 16:22:48 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by lxplus080.cern.ch (Postfix) with ESMTP id B8DD6340B1 for ; Wed, 24 Sep 2003 16:22:48 +0200 (CEST) X-X-Sender: ungil@lxplus080.cern.ch Original-To: bug-gnu-emacs@gnu.org In-Reply-To: X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5847 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5847 Hello, in fact the problem was not in the backquotes but in the commas. Using ``(a ,b ,(, c)) instead of ``(a ,b ,,c) works fine. Cheers, Carlos Ungil