From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] inside table, delete-backward-char must not insert spaces when overwrite mode is on Date: Fri, 03 Sep 2010 02:27:26 +0200 Message-ID: <8762yny8lt.fsf@altern.org> References: <201008271956.43528.Stromeko@stromeko.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=39567 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrK7q-0005Th-Ml for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 20:27:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrK7p-0001Jr-FK for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 20:27:26 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:54228) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrK7p-0001Jl-BG for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 20:27:25 -0400 Received: by wyb36 with SMTP id 36so1085853wyb.0 for ; Thu, 02 Sep 2010 17:27:24 -0700 (PDT) In-Reply-To: <201008271956.43528.Stromeko@stromeko.net> (Achim Gratz's message of "Fri, 27 Aug 2010 19:56:43 +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: Achim Gratz Cc: emacs-orgmode@gnu.org Hi Achim, Achim Gratz writes: > * lisp/org.el (org-delete-backward-char): check for nil overwrite-mode > before inserting spaces. I've tested your patch. 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? -- Bastien