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, 25 Jun 2019 23:30:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Dima Kogan <dima@secretsauce.net> writes:

> @@ -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 has been added in the meantime, and it's " Fol", apparently:

(define-minor-mode next-error-follow-minor-mode
  "Minor mode for compilation, occur and diff modes.

When turned on, cursor motion in the compilation, grep, occur or diff
buffer causes automatic display of the corresponding source code location."
  :group 'next-error :init-value nil :lighter " Fol"


-- 
(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]