From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: POC: customizable cc-mode keywords Date: Sun, 18 May 2014 22:25:29 -0400 Message-ID: References: <53632C6F.5070903@dancol.org> <20140511211351.GC2759@acm.acm> <536FEA43.5090402@dancol.org> <20140516175226.GB3267@acm.acm> <537653A0.2070109@dancol.org> <20140518213331.GB2577@acm.acm> <53793422.3070406@dancol.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1400466364 10950 80.91.229.3 (19 May 2014 02:26:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 May 2014 02:26:04 +0000 (UTC) Cc: Alan Mackenzie , Emacs developers To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 19 04:25:57 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WmDH1-0003Ou-60 for ged-emacs-devel@m.gmane.org; Mon, 19 May 2014 04:25:55 +0200 Original-Received: from localhost ([::1]:45257 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmDH0-0000Ll-OM for ged-emacs-devel@m.gmane.org; Sun, 18 May 2014 22:25:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmDGq-0000AM-Ls for emacs-devel@gnu.org; Sun, 18 May 2014 22:25:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WmDGi-0004Az-Sa for emacs-devel@gnu.org; Sun, 18 May 2014 22:25:44 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:37768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmDGi-0004Ai-9f for emacs-devel@gnu.org; Sun, 18 May 2014 22:25:36 -0400 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id s4J2PTwT020550; Sun, 18 May 2014 22:25:30 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 3672C600A4; Sun, 18 May 2014 22:25:29 -0400 (EDT) In-Reply-To: <53793422.3070406@dancol.org> (Daniel Colascione's message of "Sun, 18 May 2014 15:28:50 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4946=0 X-NAI-Spam-Version: 2.3.0.9378 : core <4946> : inlines <881> : streams <1186771> : uri <1760926> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:171930 Archived-At: [ Commenting from the side lines. ] Daniel, you sell your patch very convincingly. I don't know the technical details well enough to judge, but I find CC-mode's compilation fiendishly complex (E.g. a lot of the cc-bytecomp.el tricks seem to be there so as to allow manual calls to the byte-compiler access to some data/functions which would otherwise only be defined later during runtime, IIUC), so I'm wondering if your change might rather help or hurt in this respect. Stefan