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

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

bug#58712: Ответ: Re: bug#58712: Incorrect vtable edges recognizing


From: Lämppi Lütti
Subject: bug#58712: Ответ: Re: bug#58712: Incorrect vtable edges recognizing
Date: Fri, 25 Nov 2022 13:08:44 +0000

> Lämppi Lütti lamppilutti@protonmail.com writes:
> 
> > 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.
> 
> 
> Do you have a recipe to reproduce this issue? That would make it easier
> to test the patch. Thanks in advance.

Steps for reproduce the bag:

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.





reply via email to

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