From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: [PATCH] inside table, delete-backward-char must not insert spaces when overwrite mode is on Date: Fri, 03 Sep 2010 21:42:14 +0200 Message-ID: <8739tqhaw9.fsf@Rainer.invalid> References: <201008271956.43528.Stromeko@stromeko.net> <8762yny8lt.fsf@altern.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=40584 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Orc9j-0002ri-3K for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 15:42:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Orc9h-0007Kt-L9 for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 15:42:34 -0400 Received: from lo.gmane.org ([80.91.229.12]:35362) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Orc9h-0007Kb-Ea for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 15:42:33 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Orc9c-0002Em-AP for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 21:42:28 +0200 Received: from p57aaa8c4.dip.t-dialin.net ([87.170.168.196]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Sep 2010 21:42:28 +0200 Received: from Stromeko by p57aaa8c4.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Sep 2010 21:42:28 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Bastien writes: > I've tested your patch. Thanks for looking into it. > If I understand it correctly, it does not change the current visual > behavior of `org-delete-backward-char', it just skips the unnecessary > step of inserting a whitespace when overwrite-mode is on. > > Is that so? That was the plan, yes. :-) Hopefully it does that (and just that). Achim. [Please do not Cc: me, thanks. I read the list with GNUS and don't need another copy in my inbox.]