From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Subject: Re: Bug: orgtbl-self-insert-command does not overwrite whitespace [8.3.4 (8.3.4-50-g83e373-elpa @ /home/alex/.emacs.d/elpa/org-20160509/)] Date: Sat, 21 May 2016 12:15:09 -0600 Message-ID: <87d1ofqnv6.fsf@gmail.com> References: <87vb27h99u.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4BQz-0007aC-F2 for emacs-orgmode@gnu.org; Sat, 21 May 2016 14:15:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b4BQv-0006s0-3P for emacs-orgmode@gnu.org; Sat, 21 May 2016 14:15:32 -0400 Received: from mail-io0-x22f.google.com ([2607:f8b0:4001:c06::22f]:35981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4BQu-0006ru-Tk for emacs-orgmode@gnu.org; Sat, 21 May 2016 14:15:29 -0400 Received: by mail-io0-x22f.google.com with SMTP id f8so37940322ioe.3 for ; Sat, 21 May 2016 11:15:27 -0700 (PDT) In-Reply-To: <87vb27h99u.fsf@saiph.selenimh> (Nicolas Goaziou's message of "Sat, 21 May 2016 14:42:53 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org, Nicolas Goaziou Hello, Nicolas Goaziou writes: > Hello, > > Alex G writes: > >> Oh, it seems like backspace works fine in text modes like >> fundamental-mode and message-mode, but not prog-derived modes. I'd say >> that's another bug. >> >> A git bisect says that this commit by Bastien Guerry is the culprit: >> f0a64ab3b5c46c8c7b1c838de2ed20511357e43d > > Fixed. Thank you. > > Regards, Thank you for the fixes. However, the fix in 4914f89 does not work for me. When I run it (type backspace) in a graphical Emacs I get: user-error: This key has no function outside tables When I run it in a terminal Emacs the command is not rebound at all. Replacing [(del)] with (kbd "DEL") fixed the issue for me.