From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: byte compiling defcustom Date: Sat, 17 Nov 2007 14:41:02 -0600 (CST) Message-ID: <200711172041.lAHKf2SG025058@jane.dms.auburn.edu> References: <200711171647.lAHGlHqH024027@jane.dms.auburn.edu> <200711172032.lAHKWhgx025030@jane.dms.auburn.edu> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1195332193 21326 80.91.229.12 (17 Nov 2007 20:43:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 Nov 2007 20:43:13 +0000 (UTC) Cc: dann@ics.uci.edu, emacs-devel@gnu.org, monnier@iro.umontreal.ca, rms@gnu.org To: teirllm@dms.auburn.edu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 17 21:43:16 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 1ItUVX-0000jL-Eh for ged-emacs-devel@m.gmane.org; Sat, 17 Nov 2007 21:43:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItUVK-0003sp-9q for ged-emacs-devel@m.gmane.org; Sat, 17 Nov 2007 15:43:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ItUVG-0003qq-GC for emacs-devel@gnu.org; Sat, 17 Nov 2007 15:42:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ItUVE-0003nG-CW for emacs-devel@gnu.org; Sat, 17 Nov 2007 15:42:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItUVE-0003mx-5D for emacs-devel@gnu.org; Sat, 17 Nov 2007 15:42:56 -0500 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1ItUVA-0002nD-16; Sat, 17 Nov 2007 15:42:52 -0500 Original-Received: from jane.dms.auburn.edu (jane.dms.auburn.edu [131.204.53.201]) by manatee.dms.auburn.edu (8.13.7+Sun/8.13.7) with ESMTP id lAHKgojG015692; Sat, 17 Nov 2007 14:42:50 -0600 (CST) Original-Received: from jane.dms.auburn.edu (localhost [127.0.0.1]) by jane.dms.auburn.edu (8.13.4+Sun/8.13.4) with ESMTP id lAHKf2A1025061; Sat, 17 Nov 2007 14:41:02 -0600 (CST) Original-Received: (from teirllm@localhost) by jane.dms.auburn.edu (8.13.4+Sun/8.13.3/Submit) id lAHKf2SG025058; Sat, 17 Nov 2007 14:41:02 -0600 (CST) X-Authentication-Warning: jane.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f In-reply-to: <200711172032.lAHKWhgx025030@jane.dms.auburn.edu> (message from Luc Teirlinck on Sat, 17 Nov 2007 14:32:43 -0600 (CST)) X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) 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:83473 Archived-At: The message to which this is a reply has a wrong address for Stefan (final a missing), so if you reply to it, you will get a bounce message (sorry about that). So reply to the following copy instead: I did not try the patch, but I can not see how this would _not_ ruin the "Show Saved Lisp Expression" feature in the State buttons in Custom buffers by showing byte code instead of Lisp code that the user can edit. On second thought, I now believe that I misunderstood and that it should _not_ represent a problem, as long as the uncompiled value is stored in the `standard-value' property. But the last defcustom I gave is easy enough to check anyway, for somebody who has the patch already installed anyway. Sincerely, Luc.