From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; delete vs deletechar Date: Tue, 04 Sep 2007 23:21:44 -0400 Message-ID: References: <20070901042330.B110A12A4547@localhost> <3dps10x3u7.fsf@fencepost.gnu.org> <18139.14467.145361.986008@gargle.gargle.HOWL> <2tir6sgufp.fsf@fencepost.gnu.org> <18140.20033.201160.345776@gargle.gargle.HOWL> <200709040340.l843end3009086@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188963001 15129 80.91.229.12 (5 Sep 2007 03:30:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Sep 2007 03:30:01 +0000 (UTC) Cc: rgm@gnu.org, Dan Nicolaescu , emacs-pretest-bug@gnu.org, raman@users.sourceforge.net To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 05 05:30:00 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 1ISlaa-0005cn-1d for ged-emacs-devel@m.gmane.org; Wed, 05 Sep 2007 05:30:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISlaU-0002zU-Vb for ged-emacs-devel@m.gmane.org; Tue, 04 Sep 2007 23:29:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ISlaO-0002w1-J2 for emacs-devel@gnu.org; Tue, 04 Sep 2007 23:29:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ISlaL-0002sI-L8 for emacs-devel@gnu.org; Tue, 04 Sep 2007 23:29:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISlaL-0002ro-0K for emacs-devel@gnu.org; Tue, 04 Sep 2007 23:29:45 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ISlaK-0003sd-Bz for emacs-devel@gnu.org; Tue, 04 Sep 2007 23:29:44 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ISla3-0006LT-Mr for emacs-pretest-bug@gnu.org; Tue, 04 Sep 2007 23:29:27 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1ISlSb-0002Cr-Ki for emacs-pretest-bug@gnu.org; Tue, 04 Sep 2007 23:21:48 -0400 Original-Received: from tomts5-srv.bellnexxia.net ([209.226.175.25]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ISlSb-0002Cj-C9; Tue, 04 Sep 2007 23:21:45 -0400 Original-Received: from pastel.home ([70.53.192.250]) by tomts5-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070905032144.NMRE1592.tomts5-srv.bellnexxia.net@pastel.home>; Tue, 4 Sep 2007 23:21:44 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 9A0B582E4; Tue, 4 Sep 2007 23:21:44 -0400 (EDT) In-Reply-To: (Richard Stallman's message of "Tue\, 04 Sep 2007 18\:57\:37 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-Detected-Kernel: Solaris 8 (1) 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:77815 gmane.emacs.pretest.bugs:19741 Archived-At: > Is there any evidence that normal-erase-is-backspace-mode is not > working properly? > I don't know how to test it myself. I just read the source code of > that function. > Reading it again, it seems to operate on local-function-key-map, > which seems right. That can only be right if normal-erase-is-backspace-mode is a terminal-local variable. Stefan