From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: byte compiling defcustom Date: Sun, 18 Nov 2007 08:00:53 -0500 Message-ID: References: <200711171647.lAHGlHqH024027@jane.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1195390886 17519 80.91.229.12 (18 Nov 2007 13:01:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 Nov 2007 13:01:26 +0000 (UTC) Cc: teirllm@dms.auburn.edu, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 18 14:01:30 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 1Itjm5-0002Nv-EU for ged-emacs-devel@m.gmane.org; Sun, 18 Nov 2007 14:01:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Itjlr-000625-Vi for ged-emacs-devel@m.gmane.org; Sun, 18 Nov 2007 08:01:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Itjlk-0005yZ-Ek for emacs-devel@gnu.org; Sun, 18 Nov 2007 08:01:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Itjle-0005sZ-QL for emacs-devel@gnu.org; Sun, 18 Nov 2007 08:00:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Itjle-0005rz-Hn for emacs-devel@gnu.org; Sun, 18 Nov 2007 08:00:54 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Itjle-0000v9-9V for emacs-devel@gnu.org; Sun, 18 Nov 2007 08:00:54 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Itjld-0006yi-FY; Sun, 18 Nov 2007 08:00:53 -0500 In-reply-to: (message from Dan Nicolaescu on Sat, 17 Nov 2007 11:06:00 -0800) 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:83531 Archived-At: it seems that the "Custom" menu in a customize buffer does not work, it disappears after touching the customize value, the same happens in 22.1... I am not sure what this means. Could you please send us a *precise* test case for this bug? Meanwhile, the (temporary) existence of this bug (which we will soon fix) has nothing to do with the question of whether to compile the initial value expressions. It is now clear that we must not compile them. We should put a comment at a suitable place explaining that these must not be compiled.