From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.devel Subject: Re: python-mode (python.el): python-backspace Date: Tue, 18 May 2004 18:01:02 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084905508 24409 80.91.224.253 (18 May 2004 18:38:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 May 2004 18:38:28 +0000 (UTC) Cc: Karl Chen , rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue May 18 20:38:17 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 1BQ9Tl-0005D3-00 for ; Tue, 18 May 2004 20:38:17 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BQ9Tl-0001Sj-00 for ; Tue, 18 May 2004 20:38:17 +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 1BQ9FE-00084g-L4 for emacs-devel@quimby.gnus.org; Tue, 18 May 2004 14:23:16 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BQ8ep-0001nA-Bs for emacs-devel@gnu.org; Tue, 18 May 2004 13:45:39 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BQ8e7-0001bt-4c for emacs-devel@gnu.org; Tue, 18 May 2004 13:45:26 -0400 Original-Received: from [148.79.80.39] (helo=albion.dl.ac.uk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BQ7xj-0001iW-8P; Tue, 18 May 2004 13:01:07 -0400 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.35 #1 (Debian)) id 1BQ7xe-00077X-00; Tue, 18 May 2004 18:01:02 +0100 Original-To: Stefan Monnier User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) 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:23648 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23648 Stefan Monnier writes: > I'd suggest that if we start fiddling with such code, we introduce a > generic way to electrify backspace. Otherwise people who want it > need to enable it separately (and differently) for each and every > major mode they use. But in general the `electric' behaviour will be different between modes, e.g. Python v. Lisp. A minor mode for using `backward-delete-char-untabify' seems reasonable from that POV. However, it seems unnecessary in view of the established usage and would mean changing yet more longstanding behaviour.