From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Old-style backquotes in cc-vars.el Date: Sun, 07 Oct 2007 21:40:09 +0200 Message-ID: References: <20071006163101.GA2565@muc.de> <20071007094025.GA1416@muc.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1191786040 15388 80.91.229.12 (7 Oct 2007 19:40:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Oct 2007 19:40:40 +0000 (UTC) Cc: bug-cc-mode@gnu.org, Peter_Dyballa@Web.DE, mast@lysator.liu.se, emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 07 21:40:36 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IebzG-0003Ge-S1 for ged-emacs-devel@m.gmane.org; Sun, 07 Oct 2007 21:40:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IebzB-0006b7-Os for ged-emacs-devel@m.gmane.org; Sun, 07 Oct 2007 15:40:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iebz9-0006b2-9G for emacs-devel@gnu.org; Sun, 07 Oct 2007 15:40:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iebz7-0006aq-Ns for emacs-devel@gnu.org; Sun, 07 Oct 2007 15:40:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iebz7-0006an-LX for emacs-devel@gnu.org; Sun, 07 Oct 2007 15:40:17 -0400 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iebz2-00018j-MK; Sun, 07 Oct 2007 15:40:12 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-203-227.inter.net.il [84.229.203.227]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id DUJ29430 (AUTH halo1); Sun, 7 Oct 2007 21:40:09 +0200 (IST) In-reply-to: <20071007094025.GA1416@muc.de> (message from Alan Mackenzie on Sun, 7 Oct 2007 09:40:25 +0000) X-Detected-Kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:80391 Archived-At: > Date: Sun, 7 Oct 2007 09:40:25 +0000 > From: Alan Mackenzie > Cc: bug-cc-mode@gnu.org, Peter Dyballa , > Martin Stjernholm , emacs-devel@gnu.org > > Ah! I'm still figuring out what ,(, actually means. If you ever figure that out (as well as other not-so-trivial aspects of the macro syntax), please consider documenting that in the ELisp manual. This part of ELisp is notoriously under-documented. TIA