From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Han Boetes Newsgroups: gmane.emacs.devel Subject: (no subject) Date: Wed, 8 Dec 2004 07:49:35 +0100 Message-ID: <20041208064957.GF14847@boetes.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1102489487 18685 80.91.229.6 (8 Dec 2004 07:04:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Dec 2004 07:04:47 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 08 08:04:42 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CbvsQ-0003qy-00 for ; Wed, 08 Dec 2004 08:04:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cbw2G-0003XK-2w for ged-emacs-devel@m.gmane.org; Wed, 08 Dec 2004 02:14:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CbvsU-0008IS-RB for emacs-devel@gnu.org; Wed, 08 Dec 2004 02:04:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CbvsP-0008GI-Qf for emacs-devel@gnu.org; Wed, 08 Dec 2004 02:04:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CbvsP-0008G9-F5 for emacs-devel@gnu.org; Wed, 08 Dec 2004 02:04:41 -0500 Original-Received: from [213.51.128.196] (helo=smtpq1.home.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cbvds-0006u5-JI for emacs-devel@gnu.org; Wed, 08 Dec 2004 01:49:40 -0500 Original-Received: from [213.51.128.133] (port=36760 helo=smtp2.home.nl) by smtpq1.home.nl with esmtp (Exim 4.30) id 1Cbvdq-0000hX-H6 for emacs-devel@gnu.org; Wed, 08 Dec 2004 07:49:38 +0100 Original-Received: from cc15144-a.groni1.gr.home.nl ([217.120.147.78]:5584 helo=boetes.org) by smtp2.home.nl with smtp (Exim 4.30) id 1Cbvdo-00051v-OJ for emacs-devel@gnu.org; Wed, 08 Dec 2004 07:49:36 +0100 Original-Received: (qmail 16576 invoked by uid 1000); 8 Dec 2004 06:49:58 -0000 Original-To: emacs-devel@gnu.org Mail-Followup-To: emacs-devel@gnu.org Content-Disposition: inline User-Agent: Mutt/1.5.6i X-AtHome-MailScanner-Information: Neem contact op met support@home.nl voor meer informatie X-AtHome-MailScanner: Found to be clean 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: main.gmane.org gmane.emacs.devel:30851 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30851 It would be nice if the undo history would recognize that: "any char" followed by m-x delete-backward-char Is functionally the same as. "any char" followed by m-x undo I admit it's easier said than done. # Han