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: Customizing key bindings Date: Mon, 09 Sep 2002 19:33:53 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <87ofbji88u.fsf@emacswiki.org> <200209021705.g82H50d07442@rum.cs.yale.edu> <200209022324.g82NOoO08761@rum.cs.yale.edu> <20020903130247.GA6318@gnu.org> <20020903173120.GA29981@gnu.org> <87ptvttnyo.fsf@emacswiki.org> <200209061736.g86HaDi00352@rum.cs.yale.edu> <874rd1ki2s.fsf_-_@emacswiki.org> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1031614918 12138 127.0.0.1 (9 Sep 2002 23:41:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 9 Sep 2002 23:41:58 +0000 (UTC) Cc: alex@emacswiki.org, 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 17oYAH-00039e-00 for ; Tue, 10 Sep 2002 01:41:57 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17oYkR-0000dK-00 for ; Tue, 10 Sep 2002 02:19:19 +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 17oYAL-0005I5-00; Mon, 09 Sep 2002 19:42:01 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17oY2a-0003LV-00 for emacs-devel@gnu.org; Mon, 09 Sep 2002 19:34:00 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17oY2U-0003KB-00 for emacs-devel@gnu.org; Mon, 09 Sep 2002 19:33:59 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17oY2T-0003Ji-00 for emacs-devel@gnu.org; Mon, 09 Sep 2002 19:33:53 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 17oY2T-0005zU-00; Mon, 09 Sep 2002 19:33:53 -0400 Original-To: miles@gnu.org In-reply-to: (message from Miles Bader on 09 Sep 2002 10:52:34 +0900) 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:7779 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7779 > (It would also prevent C from being visible while the customization is > in effect.) ... which is the wrong thing in the case of a hook. Why do you think that is wrong? I think it is probably correct.