[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#64064: [PATCH 1/4] Call 'tabulated-list-print-entry' in 'debbugs-gnu
From: |
Michael Albinus |
Subject: |
bug#64064: [PATCH 1/4] Call 'tabulated-list-print-entry' in 'debbugs-gnu-print-entry'. |
Date: |
Fri, 16 Jun 2023 12:16:51 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Morgan Smith <Morgan.J.Smith@outlook.com> writes:
> Some of the features of 'tabulated-list' (tabulated-list-next-column,
> tabulated-list-sort) didn't work properly because 'debbugs-gnu-print-entry'
> didn't set the 'tabulated-list-column-name' text property. Instead of trying
> to duplicate code we can simply call 'tabulated-list-print-entry'.
Agreed.
> * debbugs-gnu.el (debbugs-gnu-print-entry): Remove all printing logic and
> replace with a call to 'tabulated-list-print-entry'.
According to my tests, this looks good.
Best regards, Michael.