From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian P. Luque Subject: Re: Bug: Editing cookie in table column breaks tabbing [9.1.9 (9.1.9-3-gb1a639-elpa @ /home/foo/.emacs.d/elpa/org-20180402/)] Date: Wed, 11 Apr 2018 10:47:40 -0500 Message-ID: <87in8xvj6r.fsf@gmail.com> References: <87vad91kab.fsf@otaria.sebmel.org> <87d0z6q9eq.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f6HyP-00073Y-Ki for emacs-orgmode@gnu.org; Wed, 11 Apr 2018 11:47:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f6HyO-0007Ju-GF for emacs-orgmode@gnu.org; Wed, 11 Apr 2018 11:47:49 -0400 Received: from [195.159.176.226] (port=58520 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f6HyO-0007IC-8I for emacs-orgmode@gnu.org; Wed, 11 Apr 2018 11:47:48 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1f6HwF-0002hz-UB for emacs-orgmode@gnu.org; Wed, 11 Apr 2018 17:45:35 +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 On Wed, 11 Apr 2018 13:17:49 +0200, Nicolas Goaziou wrote: > Hello, "Sebastian P. Luque" writes: >> When `org-startup-align-all-tables' is t, then editing the cookie >> in a table causes subsequent tabbing inside the table to throw the >> following trace: >> Debugger entered--Lisp error: (args-out-of-range #("abcde" 0 1 >> (help-echo "Clipped table field, use `\\[org-table-edit-field]' to >> edit. Full value is: > Could you provide an ECM? I couldn't reproduce the issue. Biensur: ╭───── [ emacs_init.el ] │ (package-initialize) │ (toggle-debug-on-error) │ (setq org-startup-align-all-tables t) ╰───── First line is to ensure the Elpa Org package is available. ╭───── [ bug.org ] │ * Column width alignment │ │ | A | B | C | │ | | | <5> | │ | 123 | 1234 | 56789 | ╰───── and then do: emacs -q -l emacs_init.el bug.org Now edit the column width cookie a few times, hitting TAB after each edit. I haven't yet found what sequence of edits that triggers the error in this example, as it seems inconsistent. I tried switching between different permutations of 2, 3, 4, 5, and eventually the debugger is entered. During normal use cases, I get into the error right away. -- Seb