From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: Customize buttons that change user's custom file should askforconfirmation Date: Sun, 30 Jan 2005 18:06:26 -0800 Message-ID: References: <001e01c50732$93c68f70$0200a8c0@sedrcw11488> 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 1107137623 32723 80.91.229.6 (31 Jan 2005 02:13:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 31 Jan 2005 02:13:43 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 31 03:13:35 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 1CvR4J-0002wP-00 for ; Mon, 31 Jan 2005 03:13:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CvRGv-0000ut-Vo for ged-emacs-devel@m.gmane.org; Sun, 30 Jan 2005 21:26:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CvRGS-0000na-Lv for emacs-devel@gnu.org; Sun, 30 Jan 2005 21:26:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CvRGP-0000m1-A0 for emacs-devel@gnu.org; Sun, 30 Jan 2005 21:26:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CvRGP-0000iz-5u for emacs-devel@gnu.org; Sun, 30 Jan 2005 21:26:05 -0500 Original-Received: from [141.146.126.229] (helo=agminet02.oracle.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CvQxg-000166-Cf; Sun, 30 Jan 2005 21:06:44 -0500 Original-Received: from agminet02.oracle.com (localhost [127.0.0.1]) by agminet02.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id j0V26f2w009005; Sun, 30 Jan 2005 18:06:41 -0800 Original-Received: from rgmsgw301.us.oracle.com (rgmsgw301.us.oracle.com [138.1.191.50]) by agminet02.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id j0V26ddp008984; Sun, 30 Jan 2005 18:06:40 -0800 Original-Received: from rgmsgw301.us.oracle.com (localhost [127.0.0.1]) by rgmsgw301.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id j0V26dnZ013795; Sun, 30 Jan 2005 19:06:39 -0700 Original-Received: from dradamslap (dhcp-amer-whq-csvpn-gw3-141-144-80-65.vpn.oracle.com [141.144.80.65]) by rgmsgw301.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with SMTP id j0V26bDW013783 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sun, 30 Jan 2005 19:06:38 -0700 Original-To: "Lennart Borgman" , , X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <001e01c50732$93c68f70$0200a8c0@sedrcw11488> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal 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:32657 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32657 > 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. In my mind, unless obviously relative to only particular values (e.g. contextual popup menu, local button), all Customize buttons and menu items would apply only to the buffer contents.