From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Re: Old-style backquotes in cc-vars.el Date: Sat, 1 Sep 2007 10:18:21 +0000 Message-ID: <20070901101821.GB3915@muc.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188641749 30916 80.91.229.12 (1 Sep 2007 10:15:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 1 Sep 2007 10:15:49 +0000 (UTC) Cc: bug-cc-mode@gnu.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 01 12:15:47 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 1IRQ10-0008Oy-VY for ged-emacs-devel@m.gmane.org; Sat, 01 Sep 2007 12:15:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IRQ10-0005xW-2G for ged-emacs-devel@m.gmane.org; Sat, 01 Sep 2007 06:15:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IRQ0v-0005vn-RW for emacs-devel@gnu.org; Sat, 01 Sep 2007 06:15:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IRQ0u-0005vM-7M for emacs-devel@gnu.org; Sat, 01 Sep 2007 06:15:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IRQ0u-0005vI-2w for emacs-devel@gnu.org; Sat, 01 Sep 2007 06:15:36 -0400 Original-Received: from colin.muc.de ([193.149.48.1] helo=mail.muc.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IRQ0t-0008El-Gz for emacs-devel@gnu.org; Sat, 01 Sep 2007 06:15:35 -0400 Original-Received: (qmail 21847 invoked by uid 3782); 1 Sep 2007 10:15:32 -0000 Original-Received: from acm.muc.de (p57B1F84A.dip.t-dialin.net [87.177.248.74]) by colin2.muc.de (tmda-ofmipd) with ESMTP; Sat, 01 Sep 2007 12:15:30 +0200 Original-Received: (qmail 5796 invoked by uid 1000); 1 Sep 2007 10:18:21 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) X-Primary-Address: acm@muc.de X-Detected-Kernel: FreeBSD 4.6-4.9 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:77542 Archived-At: Hi, Stefan! On Thu, Aug 23, 2007 at 04:51:08PM -0400, Stefan Monnier wrote: > cc-vars uses a mix of old-style and new-style backquotes. I think you're talking about a single instance of "old-style", namely at ~L193 in defcustom-c-stylevar: ,@(plist-put args ':type `(` (radio <================================ (const :tag "Use style settings" > I've fixed other uses of old-style backquotes in Emacs-22 but feel like > there may be something fishy going on here, so I'd rather someone else does > the conversion here. ;-) OK, I'll look at it. Incidentally, I'm working on a Unix system which has Emacs 19.27 installed as default. This could be helpful! > Stefan -- Alan.