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: Sat, 17 Nov 2007 23:07:04 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1195358848 16972 80.91.229.12 (18 Nov 2007 04:07:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 Nov 2007 04:07:28 +0000 (UTC) Cc: dann@ics.uci.edu, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 18 05:07:33 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 1ItbRU-0006zg-8A for ged-emacs-devel@m.gmane.org; Sun, 18 Nov 2007 05:07:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItbRH-0001aH-1f for ged-emacs-devel@m.gmane.org; Sat, 17 Nov 2007 23:07:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ItbRA-0001Vx-6Y for emacs-devel@gnu.org; Sat, 17 Nov 2007 23:07:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ItbR8-0001Uv-9o for emacs-devel@gnu.org; Sat, 17 Nov 2007 23:07:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItbR8-0001Ul-0s for emacs-devel@gnu.org; Sat, 17 Nov 2007 23:07:10 -0500 Original-Received: from tomts10-srv.bellnexxia.net ([209.226.175.54]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ItbR3-0005ax-LD; Sat, 17 Nov 2007 23:07:05 -0500 Original-Received: from pastel.home ([74.12.204.141]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20071118040704.RKFJ1733.tomts10-srv.bellnexxia.net@pastel.home>; Sat, 17 Nov 2007 23:07:04 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 5CF20816C; Sat, 17 Nov 2007 23:07:04 -0500 (EST) In-Reply-To: (Richard Stallman's message of "Fri, 16 Nov 2007 23:53:02 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) 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:83512 Archived-At: > Can you make sure that very simple default values do not get compiled? Yes, that's already taken care of: they get compiled and then uncompiled. Stefan