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: python-mode (python.el): python-backspace Date: Tue, 18 May 2004 21:26:06 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1084932245 17554 80.91.224.253 (19 May 2004 02:04:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 May 2004 02:04:05 +0000 (UTC) Cc: quarl+dated+1085176814.c6e08d@hkn.eecs.berkeley.edu, fx@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed May 19 04:04:01 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BQGR7-0003eQ-00 for ; Wed, 19 May 2004 04:04:01 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BQGR7-0002qT-00 for ; Wed, 19 May 2004 04:04:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BQGNa-0005JG-Vp for emacs-devel@quimby.gnus.org; Tue, 18 May 2004 22:00:23 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BQGMw-0005IA-G4 for emacs-devel@gnu.org; Tue, 18 May 2004 21:59:42 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BQFv4-0007P3-Hy for emacs-devel@gnu.org; Tue, 18 May 2004 21:31:25 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BQFqR-0005mE-Cn for emacs-devel@gnu.org; Tue, 18 May 2004 21:26:07 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1BQFqQ-0001Zz-Ld; Tue, 18 May 2004 21:26:06 -0400 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on 18 May 2004 09:40:18 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:23679 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23679 I'd suggest that if we start fiddling with such code, we introduce a generic way to electrify backspace. I don't see how that makes any sense. Only a few modes have any such concept, and what it does is specific to each mode. The only problem that needs to be solved here is the problem that Python mode by default redefines Backspace in a manner inconsistent with general the Emacs convention for Backspace.