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

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

bug#44068: 28.0.50; Faulty uses of tabulated-list-format


From: Stefan Kangas
Subject: bug#44068: 28.0.50; Faulty uses of tabulated-list-format
Date: Wed, 4 Nov 2020 04:02:04 -0800

Stephen Berman <stephen.berman@gmx.net> writes:

> As an aside, do you think that use of the :right-align :pad-right
> properties in timer-list-mode in my first patch is a good change?

Do you mean this part?

-          ("      Next" 12 timer-list--next-predicate)
-          ("  Repeat" 11 timer-list--repeat-predicate)
+          ("Next" 12 timer-list--next-predicate :right-align t :pad-right 1)
+          ("Repeat" 11 timer-list--repeat-predicate :right-align t
:pad-right 1)

If so, it definitely looks like an improvement to me.  Do you see any
problems with it?

BTW, does it work better with narrowing the column, too?  We seem to
have some issues with that currently.





reply via email to

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