From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.devel Subject: Re: cc-vars.el Date: 24 Nov 2002 19:36:32 +0000 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200211180057.JAA24537@etlken.m17n.org> <5bbs4m8qz9.fsf@lister.roxen.com> <20021120214132.GB29543@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1038166716 29365 80.91.224.249 (24 Nov 2002 19:38:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 24 Nov 2002 19:38:36 +0000 (UTC) Cc: Martin Stjernholm , Kenichi Handa , rms@gnu.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18G2aR-0007dV-00 for ; Sun, 24 Nov 2002 20:38:35 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18G2fi-0002dP-00 for ; Sun, 24 Nov 2002 20:44:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18G2ZD-0004NM-00; Sun, 24 Nov 2002 14:37:19 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18G2YY-0003mi-00 for emacs-devel@gnu.org; Sun, 24 Nov 2002 14:36:38 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18G2YW-0003jz-00 for emacs-devel@gnu.org; Sun, 24 Nov 2002 14:36:37 -0500 Original-Received: from albion.dl.ac.uk ([148.79.80.39]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18G2YS-0003hG-00; Sun, 24 Nov 2002 14:36:33 -0500 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.35 #1 (Debian)) id 18G2YS-0007PB-00; Sun, 24 Nov 2002 19:36:32 +0000 Original-To: Miles Bader In-Reply-To: <20021120214132.GB29543@gnu.org> Original-Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9651 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9651 Miles Bader writes: > That code seems to majorly obfuscate `byte-compile-if'; is it really > necessary to do that? I don't know. > It be nice to structure it so that the amount of intrusion into the > `normal' function was very small, with most of the work being done > by helper function(s); Feel free. > that would make it easier to add this feature to other forms. I'm not convinced that's worthwhile, but if you want to do it I won't bother revisiting the change.