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

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

bug#18397: 24.3; [PATCH] follow-minor-mode now has an indicator in the m


From: Lars Ingebrigtsen
Subject: bug#18397: 24.3; [PATCH] follow-minor-mode now has an indicator in the modeline
Date: Tue, 23 Feb 2016 23:12:20 +1100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Dima Kogan <dima@secretsauce.net> writes:

> Hi. Here's a tiny patch to add a modeline indicator when using
> follow-minor-mode
>
>>From fcb11c6bd6b02aa42ff4fe3c62ba5cb2add8cede Mon Sep 17 00:00:00 2001
> From: Dima Kogan <dima@secretsauce.net>
> Date: Wed, 3 Sep 2014 11:10:38 -0700
> Subject: [PATCH] follow-minor-mode now has an indicator in the modeline
>
> ---
>  lisp/follow.el | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/lisp/follow.el b/lisp/follow.el
> index ddb25be..5ab8f10 100644
> --- a/lisp/follow.el
> +++ b/lisp/follow.el
> @@ -414,6 +414,7 @@ This command runs the normal hook `follow-mode-hook'.
>  Keys specific to Follow mode:
>  \\{follow-mode-map}"
>    :keymap follow-mode-map
> +  :lighter " Follow"

This seems like a pretty uncontroversial change, but not all minor modes
(especially the more "global" ones) create a lighter, because that would
be a lot of ... mode line stuff.

I don't use follow mode myself, so I don't know.  Opinions?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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