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 customfileshouldaskforconfirmation Date: Fri, 18 Feb 2005 21:51:13 -0600 (CST) Message-ID: <200502190351.j1J3pDB23817@raven.dms.auburn.edu> References: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1108786104 2077 80.91.229.2 (19 Feb 2005 04:08:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 19 Feb 2005 04:08:24 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 19 05:08:23 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D2Luk-0002eU-DK for ged-emacs-devel@m.gmane.org; Sat, 19 Feb 2005 05:08:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D2MBC-0001r8-PK for ged-emacs-devel@m.gmane.org; Fri, 18 Feb 2005 23:25:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D2MAG-0001V7-KI for emacs-devel@gnu.org; Fri, 18 Feb 2005 23:24:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D2MA9-0001Qd-Ut for emacs-devel@gnu.org; Fri, 18 Feb 2005 23:24:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D2MA7-0001Mv-F5 for emacs-devel@gnu.org; Fri, 18 Feb 2005 23:24:11 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D2Lg6-00008R-9p; Fri, 18 Feb 2005 22:53:10 -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 j1J3r99N003552; Fri, 18 Feb 2005 21:53:09 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id j1J3pDB23817; Fri, 18 Feb 2005 21:51:13 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: drew.adams@oracle.com In-reply-to: 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:33621 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33621 Drew Adams wrote: If you do get rid of the buttons, will you also get rid of the equivalent menu-bar menu items? (Meant are the whole buffer buttons, if I understood correctly.) I believe that for consistency, the equivalent menu-bar items, as well as the `C-x C-s' binding in Custom buffers, should be eliminated too. They pose the same problems as the buttons. We could keep buttons, menu-bar items and binding, as an advanced "use at your own risk" option for people like Kim, who like them. Sincerely, Luc.