all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#39956: 26.2; improve display of information of M-x list-timers
@ 2020-03-06 16:50 ndame
       [not found] ` <handler.39956.B.15835136805690.ack@debbugs.gnu.org>
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: ndame @ 2020-03-06 16:50 UTC (permalink / raw)
  To: 39956

[-- Attachment #1: Type: text/plain, Size: 1174 bytes --]


I've been developing a package lately which uses several timers, and
because of that I use M-x list-timers often. I don't see in the NEWS of 27
changes related to this, so I list some problems.

The first thing which wasn't obvious first that the Next column displays
the time in seconds, but the Repeat column uses minutes, though it's
not indicated anywhere in the header that they use different units.

Generally, the best solution could be to use days, hours, minutes,
seconds format, instead of displaying floating point values.

E.g this line

             195.08     5.00 savehist-autosave

could be more readable like this

             3m 15.08s     5m  savehist-autosave


Or this one

       26479.43  1440.00 run-hooks

like this

       7h 21m 19.43s  1d run-hooks



The latter also demonstrates an other problem: if you only see
run-hooks as the function then you have no idea what will actually
run. It's not trivial to find the source. So if the function has args
then they should also be displayed, at least in some shortened form
with the too long part cut off if the args are too long.
 

[-- Attachment #2: Type: text/html, Size: 1494 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-10-30 14:50 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-06 16:50 bug#39956: 26.2; improve display of information of M-x list-timers ndame
     [not found] ` <handler.39956.B.15835136805690.ack@debbugs.gnu.org>
2020-03-07 22:03   ` ndame
2020-10-27 10:05     ` Lars Ingebrigtsen
2020-10-27 10:05 ` Lars Ingebrigtsen
2020-10-27 10:23   ` Basil L. Contovounesios
2020-10-28  9:07     ` Lars Ingebrigtsen
2020-10-28 15:17       ` Eli Zaretskii
2020-10-28 13:39 ` Mattias Engdegård
2020-10-30 10:03   ` Lars Ingebrigtsen
2020-10-30 10:06     ` bug#39956: (no subject) Lars Ingebrigtsen
2020-10-30 11:11   ` bug#39956: 26.2; improve display of information of M-x list-timers Lars Ingebrigtsen
2020-10-30 14:50     ` Mattias Engdegård

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.