From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: Customize buttons that change user's custom fileshouldaskforconfirmation Date: Tue, 15 Feb 2005 18:56:11 -0600 (CST) Message-ID: <200502160056.j1G0uBf11836@raven.dms.auburn.edu> References: <00e301c509c1$9c761690$0200a8c0@sedrcw11488> <200502152320.j1FNKd310641@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1108516195 11043 80.91.229.2 (16 Feb 2005 01:09:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Feb 2005 01:09:55 +0000 (UTC) Cc: rms@gnu.org, abraham@dina.kvl.dk, lennart.borgman.073@student.lu.se, emacs-devel@gnu.org, monnier@iro.umontreal.ca, snogglethorpe@gmail.com, drew.adams@oracle.com, miles@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 16 02:09:54 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D1DhN-0001BV-6U for ged-emacs-devel@m.gmane.org; Wed, 16 Feb 2005 02:09:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D1DxD-0000dC-Ht for ged-emacs-devel@m.gmane.org; Tue, 15 Feb 2005 20:26:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D1DvK-0008FO-60 for emacs-devel@gnu.org; Tue, 15 Feb 2005 20:24:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D1DvA-0008Aq-4c for emacs-devel@gnu.org; Tue, 15 Feb 2005 20:24:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D1Dv8-00088f-6J for emacs-devel@gnu.org; Tue, 15 Feb 2005 20:24:02 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D1DdJ-0002cn-Pk; Tue, 15 Feb 2005 20:05:37 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id j1G0w09N012594; Tue, 15 Feb 2005 18:58:00 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id j1G0uBf11836; Tue, 15 Feb 2005 18:56:11 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: storm@cua.dk In-reply-to: (storm@cua.dk) 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:33514 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33514 Kim Storm wrote: Most often, I just customize a specific variable or face, So do I. So I use the "whole-buffer" action buttons at the top of the customize buffer. I personally do not see the need to go to the top of the buffer to do that, if you have a button right next to you. (In large Custom buffers, the top is out of sight.) I certainly do not want to do that and go back and forth all the time if I want to try out several settings for the same option. And, on top of that, I do not see any reason to run the risk of inadvertently doing things I am not even aware of. Sincerely, Luc.