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: byte compiling defcustom Date: Mon, 19 Nov 2007 02:55:38 -0500 Message-ID: References: <200711171647.lAHGlHqH024027@jane.dms.auburn.edu> <200711172032.lAHKWhgx025030@jane.dms.auburn.edu> <200711172041.lAHKf2SG025058@jane.dms.auburn.edu> <200711180413.lAI4DLF8025958@jane.dms.auburn.edu> <200711181841.lAIIfDB2028254@jane.dms.auburn.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1195458960 19692 80.91.229.12 (19 Nov 2007 07:56:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Nov 2007 07:56:00 +0000 (UTC) Cc: Luc Teirlinck , rms@gnu.org, emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 19 08:56:05 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 1Iu1UB-0006aB-T6 for ged-emacs-devel@m.gmane.org; Mon, 19 Nov 2007 08:56:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iu1Ty-0008Af-68 for ged-emacs-devel@m.gmane.org; Mon, 19 Nov 2007 02:55:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iu1Tv-00089B-4W for emacs-devel@gnu.org; Mon, 19 Nov 2007 02:55:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iu1Tt-00086n-Kl for emacs-devel@gnu.org; Mon, 19 Nov 2007 02:55:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iu1Tt-00086W-DL for emacs-devel@gnu.org; Mon, 19 Nov 2007 02:55:45 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Iu1To-00062l-LN; Mon, 19 Nov 2007 02:55:40 -0500 Original-Received: from tomts36.bellnexxia.net ([209.226.175.93] helo=tomts36-srv.bellnexxia.net) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iu1Tn-0003mn-T7; Mon, 19 Nov 2007 02:55:40 -0500 Original-Received: from ceviche.home ([70.55.147.211]) by tomts36-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20071119075539.ZWPL7990.tomts36-srv.bellnexxia.net@ceviche.home>; Mon, 19 Nov 2007 02:55:39 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id D002DB4027; Mon, 19 Nov 2007 02:55:38 -0500 (EST) In-Reply-To: (Dan Nicolaescu's message of "Sun, 18 Nov 2007 15:29:25 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by mx20.gnu.org: Solaris 8 (1) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:83618 Archived-At: For what it's worth, there's a possible middle ground: use byte-optimize rather the byte-compile. So the code is still "normal elisp source code" but potentially a bit different from the original. Stefan