emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58712: closed (Incorrect vtable edges recognizing)


From: GNU bug Tracking System
Subject: bug#58712: closed (Incorrect vtable edges recognizing)
Date: Thu, 07 Sep 2023 20:28:02 +0000

Your message dated Thu, 7 Sep 2023 13:27:22 -0700
with message-id 
<CADwFkmkVUzhFuLVr1Os1AwHxnWeoDO4MQkZENtZr9acMEQtMKQ@mail.gmail.com>
and subject line Re: bug#58712: Incorrect vtable edges recognizing
has caused the debbugs.gnu.org bug report #58712,
regarding Incorrect vtable edges recognizing
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
58712: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58712
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Incorrect vtable edges recognizing Date: Sat, 22 Oct 2022 07:21:45 +0000 Functions `vtable-beginning-of-table' and `vtable-beginning-of-table' recognize
edges incorrectly. Because of this `vtable-narrow-current-column',
`vtable-widen-current-column', `vtable-sort-by-current-column' and
`vtable-header-line-sort' remove all text before and after the table.

There is small patch to fix this.

Attachment: 0001-Fix-vtable-edges-recognizing.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#58712: Incorrect vtable edges recognizing Date: Thu, 7 Sep 2023 13:27:22 -0700
Version: 30.1

Lämppi Lütti <lamppilutti@protonmail.com> writes:

> 1. Open buffer and insert some lines in it.
> 2. With cursor between the lines do M-x eval-expression RET
>    (make-vtable :objects '(("Foo" 1034) ("Gazonk" 45))).
> 3. With cursor on the table do M-x vtable-sort-by-current-collumn several
>    times (or any other function listed in first letter).
>
> Without the patch lines above and below the table will be removed.

Thanks for the reproducer, with that I was able to reproduce the bug and
confirm that your patch fixes it.

Installed on master as commit 55c2180d2c3.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]