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

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

bug#56345: 29.0.50; [PATCH] Add column hiding to tabulated-list


From: Thuna
Subject: bug#56345: 29.0.50; [PATCH] Add column hiding to tabulated-list
Date: Sat, 02 Jul 2022 01:43:26 +0300

Attachment: 0001-Add-column-hiding-to-tabulated-list-mode.patch
Description: Actual patch

Attachment: 0002-Fix-tabulated-list-format-sharing-list-structures.patch
Description: fix

The attached patches introduce column hiding to tabulated-list-mode,
which works by adding the keyword `:hidden' to `tabulated-list-format'.

Patch 0001 is the actual patch itself while 0002 is a bug fix.  0001
compiled fine for me but I did not test 0002, though it should be
perfectly safe.

I went through tabulated-list.el and fixed everything I could find that
would be affected by the visibility of columns.  I don't believe I
missed anything but it is possible.

reply via email to

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