From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Command remapping and the delete-frame problem. Date: Mon, 4 Mar 2002 16:41:00 -0700 (MST) Message-ID: <200203042341.g24Nf0h00500@aztec.santafe.edu> References: <5xd6yx965v.fsf_-_@kfs2.cua.dk> <200202232019.g1NKJaY14614@aztec.santafe.edu> <5xr8nb4spk.fsf@kfs2.cua.dk> <20020303.092506.01368364.Takaaki.Ota@am.sony.com> Reply-To: rms@gnu.org NNTP-Posting-Host: quimby2.netfonds.no X-Trace: quimby2.netfonds.no 1015285790 23910 195.204.10.66 (4 Mar 2002 23:49:50 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 4 Mar 2002 23:49:50 GMT Cc: storm@cua.dk, emacs-devel@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16i2DF-0006DY-00 for ; Tue, 05 Mar 2002 00:49:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16i26y-0007oa-00; Mon, 04 Mar 2002 18:43:20 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16i24k-0007TZ-00; Mon, 04 Mar 2002 18:41:02 -0500 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g24Nf9u26506; Mon, 4 Mar 2002 16:41:09 -0700 (MST) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g24Nf0h00500; Mon, 4 Mar 2002 16:41:00 -0700 (MST) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: Takaaki.Ota@am.sony.com In-reply-to: <20020303.092506.01368364.Takaaki.Ota@am.sony.com> (message from Tak Ota on Sun, 03 Mar 2002 09:25:06 -0800 (PST)) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:1726 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1726 2. I tried the new remap notation in 21.1.90 and it was simply ignored without an error therefore condition-case can't test the availability of this feature. There is no (provide 'command-remap) either. How can a program determine the availability of the new feature? I want to leave function advise for the older versions of emacs that does not have command remap feature. The version we install in Emacs should have only the command remapping. It should not have the advice. To include the advice would be clutter and it would make the package harder to maintain, and it would not help users at all. As for people using older Emacs versions, they can use your old version of the file. There is no reason for the new version of table.el to support advice. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel