From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: Customize buttons that change user's custom file should askforconfirmation Date: Mon, 31 Jan 2005 02:16:50 +0100 Message-ID: <001e01c50732$93c68f70$0200a8c0@sedrcw11488> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1107135913 29290 80.91.229.6 (31 Jan 2005 01:45:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 31 Jan 2005 01:45:13 +0000 (UTC) Cc: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 31 02:45:07 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CvQcl-0001nU-00 for ; Mon, 31 Jan 2005 02:45:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CvQpN-0007x5-W1 for ged-emacs-devel@m.gmane.org; Sun, 30 Jan 2005 20:58:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CvQm0-00078P-Bt for emacs-devel@gnu.org; Sun, 30 Jan 2005 20:54:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CvQlq-00073N-Kr for emacs-devel@gnu.org; Sun, 30 Jan 2005 20:54:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CvQlm-0006xx-Qq for emacs-devel@gnu.org; Sun, 30 Jan 2005 20:54:26 -0500 Original-Received: from [81.228.11.116] (helo=av9-2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CvQBb-000692-5Y; Sun, 30 Jan 2005 20:17:03 -0500 Original-Received: by av9-2-sn1.fre.skanova.net (Postfix, from userid 502) id 60EA437E54; Mon, 31 Jan 2005 02:17:02 +0100 (CET) Original-Received: from smtp3-2-sn1.fre.skanova.net (smtp3-2-sn1.fre.skanova.net [81.228.11.164]) by av9-2-sn1.fre.skanova.net (Postfix) with ESMTP id 4DC9F37E46; Mon, 31 Jan 2005 02:17:02 +0100 (CET) Original-Received: from sedrcw11488 (t5o58p180.telia.com [195.67.196.180]) by smtp3-2-sn1.fre.skanova.net (Postfix) with SMTP id 2587F37E44; Mon, 31 Jan 2005 02:17:01 +0100 (CET) Original-To: , X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 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: main.gmane.org gmane.emacs.devel:32655 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32655 ----- Original Message ----- From: "Richard Stallman" > Instead of "Erase Customizations": > 1) "Default Values" - resets to default (= installed) settings I would prefer "Reset to Defaults". > 2) "Save" - the existing button. It would update the custom > file to use the installed settings. There is one logical problem. Should this work just on the symbols in the current customization buffer or on all values? What if there are several customization buffers in use? I would prefer that it worked just on the current customization buffer and that there were a menu entry for saving all changed values for defcustom symbols.