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 customfileshouldaskforconfirmation Date: Wed, 9 Feb 2005 15:12:58 +0100 Message-ID: <003f01c50eb2$36ec71c0$0200a8c0@sedrcw11488> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1107958715 26180 80.91.229.2 (9 Feb 2005 14:18:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 9 Feb 2005 14:18:35 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 09 15:18:34 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Cysfh-0006zn-F2 for ged-emacs-devel@m.gmane.org; Wed, 09 Feb 2005 15:18:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CysuF-0006ja-2U for ged-emacs-devel@m.gmane.org; Wed, 09 Feb 2005 09:33:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cysth-0006Uw-D0 for emacs-devel@gnu.org; Wed, 09 Feb 2005 09:32:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cystf-0006UD-GV for emacs-devel@gnu.org; Wed, 09 Feb 2005 09:32:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cystf-0006Tw-Bc for emacs-devel@gnu.org; Wed, 09 Feb 2005 09:32:51 -0500 Original-Received: from [81.228.10.114] (helo=av3-1-sn4.m-sp.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CysgD-0001gI-BV; Wed, 09 Feb 2005 09:18:57 -0500 Original-Received: by av3-1-sn4.m-sp.skanova.net (Postfix, from userid 502) id 7682D37E6D; Wed, 9 Feb 2005 15:18:55 +0100 (CET) Original-Received: from smtp2-1-sn4.m-sp.skanova.net (smtp2-1-sn4.m-sp.skanova.net [81.228.10.183]) by av3-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id 668F237E42; Wed, 9 Feb 2005 15:18:55 +0100 (CET) Original-Received: from sedrcw11488 (t4o58p101.telia.com [195.252.57.101]) by smtp2-1-sn4.m-sp.skanova.net (Postfix) with SMTP id 516FA37E46; Wed, 9 Feb 2005 15:18:54 +0100 (CET) Original-To: , "Drew Adams" 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33138 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33138 ----- Original Message ----- From: "Richard Stallman" > Set All (F => C) > Save All (F => C,S) > Get All > Standard (D => F) > Saved (S => F) > Current (C => F) > > This is clean and symmetric, and I agree with the plan to replace > Erase Customizations with Get All Standard Values. However, the > command Reset to Saved is a clean and useful command, and I think that > replacing it with Get All Saved Values would be a step backwards. > > How to get the best of both worlds? Perhaps like this: > > Set All (F => C) > Save All (F => C,S) > Get All > Standard (D => F,C) > Saved (S => F,C) > Current (C => F,C) I believe the logical structure Miles first suggested (essentially the first one above) with the enhancement above with a single "Get All"-button is the best. It gives the possibility to preview the values before setting them.