From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: Customize buttons that change user'scustomfileshouldaskforconfirmation Date: Thu, 10 Feb 2005 16:20:17 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1108050609 17527 80.91.229.2 (10 Feb 2005 15:50:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Feb 2005 15:50:09 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 10 16:50:08 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1CzGZo-0004Rp-BF for ged-emacs-devel@m.gmane.org; Thu, 10 Feb 2005 16:49:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzGoZ-00061x-AL for ged-emacs-devel@m.gmane.org; Thu, 10 Feb 2005 11:05:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CzGnn-0005rZ-Oz for emacs-devel@gnu.org; Thu, 10 Feb 2005 11:04:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CzGnk-0005qy-Nt for emacs-devel@gnu.org; Thu, 10 Feb 2005 11:04:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzGkT-0005FM-4z for emacs-devel@gnu.org; Thu, 10 Feb 2005 11:00:57 -0500 Original-Received: from [212.88.64.25] (helo=mail-relay.sonofon.dk) by monty-python.gnu.org with smtp (Exim 4.34) id 1CzG77-0005L8-Am for emacs-devel@gnu.org; Thu, 10 Feb 2005 10:20:17 -0500 Original-Received: (qmail 34117 invoked from network); 10 Feb 2005 15:20:15 -0000 Original-Received: from unknown (HELO kfs-l.imdomain.dk.cua.dk) (213.83.150.2) by 0 with SMTP; 10 Feb 2005 15:20:15 -0000 Original-To: bob@rattlesnake.com In-Reply-To: (Robert J. Chassell's message of "Thu, 10 Feb 2005 14:42:59 +0000 (UTC)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:33194 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33194 "Robert J. Chassell" writes: > How can you save Customize settings without also setting their > current values (today)? And, again, changing a value in your init > file is not what is meant currently by "set"; "set" refers to > setting the current values. > > Just by saving them: for example, just now I changed my bold face > from > > '(bold ((t (:background "DodgerBlue4" :foreground "PaleGreen")))) > to > '(bold ((t (:background "DodgerBlue4" :foreground "Red")))) > > and saved it. No, I did not set it. (The red foreground would look > ghastly if I did. I am going to change the face back before I restart > this Emacs.) So the new setting is saved but not set. So you say that Customize has a "save" operation that does "F => S"? To me, the only sensible save operation is "F => C,S". -- Kim F. Storm http://www.cua.dk