GNU bug report logs -
#47605
[PATCH] gnu: Add emacs-mode-line-idle.
Previous Next
Reported by: Eugene Klimov <lipklim <at> mailbox.org>
Date: Mon, 5 Apr 2021 20:10:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello,
Eugene Klimov via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-mode-line-idle): New variable.
Thank you. I applied the patch with the tweaks below.
> + (source (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://gitlab.com/ideasman42/emacs-mode-line-idle.git")
I removed the ".git" suffix
> + (description
> + "Mode Line Idle (mode-line-idle.el) is a minor mode that
> +provides a convenient way to defer text evaluation in a way that can
> +be easily integrated into existing mode-line's without requiring a
> +minor mode or configuration.
I slightly reworded this part, which looks very odd, to say the least.
> +Mode Line Idle helps to add useful information into the mode-line
> +without slowing down Emacs performance. While delaying updates is not
> +so difficult, having multiple timers can become awkward when mixed in
> +with the mode-lines configuration. Instead of avoiding expensive
> +information in the mode-line, it can be calculated when idle.")
I removed this part of the description, since it is a detail of
implementation.
For future patches, please avoid inserting the package definition at the
end of the file, as this is more likely to introduce merge conflicts.
You wouldn't want to make my life miserable, would you ? ;)
Regards,
--
Nicolas Goaziou
This bug report was last modified 4 years and 46 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.