From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [CVS] f7, f8 bound.. Date: Sat, 07 Sep 2002 06:28:54 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <20020903130247.GA6318@gnu.org> <20020903173120.GA29981@gnu.org> <87ptvttnyo.fsf@emacswiki.org> <200209061736.g86HaDi00352@rum.cs.yale.edu> <20020906222113.GC7270@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1031394823 28303 127.0.0.1 (7 Sep 2002 10:33:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 7 Sep 2002 10:33:43 +0000 (UTC) Cc: monnier+gnu/emacs@rum.cs.yale.edu, abraham@dina.kvl.dk, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17ncuM-0007MN-00 for ; Sat, 07 Sep 2002 12:33:42 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17ndTH-000531-00 for ; Sat, 07 Sep 2002 13:09:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17ncuI-0005qz-00; Sat, 07 Sep 2002 06:33:38 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17ncpu-0005HH-00 for emacs-devel@gnu.org; Sat, 07 Sep 2002 06:29:06 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17ncpj-0005Ca-00 for emacs-devel@gnu.org; Sat, 07 Sep 2002 06:29:00 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17ncpi-0005C7-00 for emacs-devel@gnu.org; Sat, 07 Sep 2002 06:28:54 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 17ncpi-000850-00; Sat, 07 Sep 2002 06:28:54 -0400 Original-To: miles@gnu.org In-Reply-To: <20020906222113.GC7270@gnu.org> (message from Miles Bader on Fri, 6 Sep 2002 18:21:13 -0400) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:7673 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7673 > This doesn't have to be the case. The custom info can simply keep track of > "what the user added with custom" and "what the user removed with custom" > and custom-set-variable would simply take the current map and add/remove > the corresponding entries. So changes made outside of custom would only be > clobbered if they conflict, which I think is not too confusing and even > somewhat intuitive. I agree with this. This can be done using one keymap, or using two keymaps internally.