From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "T. V. Raman" Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; delete vs deletechar Date: Sun, 2 Sep 2007 15:26:11 -0700 Message-ID: <18139.14467.145361.986008@gargle.gargle.HOWL> References: <20070901042330.B110A12A4547@localhost> <3dps10x3u7.fsf@fencepost.gnu.org> Reply-To: raman@users.sf.net NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1188771995 25484 80.91.229.12 (2 Sep 2007 22:26:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 2 Sep 2007 22:26:35 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, raman@users.sf.net To: rgm@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 03 00:26:34 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IRxtk-0003n2-Tc for ged-emacs-devel@m.gmane.org; Mon, 03 Sep 2007 00:26:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IRxtj-0003eu-Hd for ged-emacs-devel@m.gmane.org; Sun, 02 Sep 2007 18:26:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IRxtg-0003eX-JO for emacs-devel@gnu.org; Sun, 02 Sep 2007 18:26:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IRxtg-0003dp-0k for emacs-devel@gnu.org; Sun, 02 Sep 2007 18:26:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IRxtf-0003dc-My for emacs-devel@gnu.org; Sun, 02 Sep 2007 18:26:23 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IRxtf-0007Jm-9x for emacs-devel@gnu.org; Sun, 02 Sep 2007 18:26:23 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IRxtS-0006cv-2U for emacs-pretest-bug@gnu.org; Sun, 02 Sep 2007 18:26:10 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IRxtY-0007Im-Uh for emacs-pretest-bug@gnu.org; Sun, 02 Sep 2007 18:26:22 -0400 Original-Received: from sccrmhc13.comcast.net ([204.127.200.83]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IRxtY-0007IM-NN; Sun, 02 Sep 2007 18:26:16 -0400 Original-Received: from localhost (c-71-202-191-236.hsd1.ca.comcast.net[71.202.191.236]) by comcast.net (sccrmhc13) with ESMTP id <2007090222261101300k66vde>; Sun, 2 Sep 2007 22:26:15 +0000 Original-Received: by localhost (Postfix, from userid 1000) id 4755012A4547; Sun, 2 Sep 2007 15:26:11 -0700 (PDT) In-Reply-To: <3dps10x3u7.fsf@fencepost.gnu.org> X-Mailer: VM alpha-478 under Emacs 23.0.50.4 (i686-pc-linux-gnu) x-attribution: tvr X-Detected-Kernel: NetCache Data OnTap 5.x X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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 Xref: news.gmane.org gmane.emacs.devel:77622 gmane.emacs.pretest.bugs:19704 Archived-At: On the Linux console: Press the key (the one under the insert key) running on the console. In emacs22 that produces [delete] in emacs 23 that produces [] Similarly for [insert] vs [] Does this matter? Well, of course it does if your code binds these keys in other keymaps e.g. emacspeak uses C-e and c-e as special keys; now I need to rebind them appropriately. >>>>> "GM" == Glenn Morris writes: GM> raman , "T. V. Raman" wrote: >> I suspect the multi-tty patch again, but [delete] has now >> changed to deletechar. GM> GM> Not sure what you mean. In Emacs 22 I get: GM> GM> C-d (translated from ) runs the command GM> delete-char which is an interactive built-in function in GM> `C source code'. It is bound to C-d, . GM> (delete-char N &optional KILLFLAG) GM> GM> In Emacs CVS before and after multi-tty merge, I get the GM> same, except that C-d, have changed GM> order. Does this matter? GM> GM> C-d (translated from ) runs the command GM> delete-char which is an interactive built-in function in GM> `C source code'. It is bound to , C-d. GM> (delete-char N &optional KILLFLAG) -- Best Regards, --raman Email: raman@users.sf.net WWW: http://emacspeak.sf.net/raman/ AIM: emacspeak GTalk: tv.raman.tv@gmail.com PGP: http://emacspeak.sf.net/raman/raman-almaden.asc Google: tv+raman IRC: irc://irc.freenode.net/#emacs