From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Eliminating "changed in Emacs outside of Customize" Date: Thu, 03 Feb 2005 01:39:55 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1107413151 19319 80.91.229.2 (3 Feb 2005 06:45:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 Feb 2005 06:45:51 +0000 (UTC) Cc: teirllm@dms.auburn.edu, abraham@dina.kvl.dk, lennart.borgman.073@student.lu.se, emacs-devel@gnu.org, monnier@iro.umontreal.ca Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 03 07:45:51 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1CwakK-0004rw-PO for ged-emacs-devel@m.gmane.org; Thu, 03 Feb 2005 07:45:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cwaxb-0000Gn-FY for ged-emacs-devel@m.gmane.org; Thu, 03 Feb 2005 01:59:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cwaw2-0007px-Uw for emacs-devel@gnu.org; Thu, 03 Feb 2005 01:57:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cwavy-0007nX-SE for emacs-devel@gnu.org; Thu, 03 Feb 2005 01:57:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cwavy-0007mM-8r for emacs-devel@gnu.org; Thu, 03 Feb 2005 01:57:46 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CwahW-0007aX-23 for emacs-devel@gnu.org; Thu, 03 Feb 2005 01:42:50 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Cwaeh-0007ed-Ai; Thu, 03 Feb 2005 01:39:55 -0500 Original-To: "Drew Adams" In-reply-to: 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:32790 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32790 Something I discovered recently that is perhaps related (perhaps not), and I'm not sure is documented: subsequent defcustom's redefine the `standard' value of the variable (that is, the value that you can reset to with Reset to Standard). The current value is not changed; only the `standard' value is changed. That seems correct to me. In particular, it means you can edit the defcustom and eval the edited one, and the edit takes effect.