GNU bug report logs - #18397
24.3; [PATCH] follow-minor-mode now has an indicator in the modeline

Previous Next

Package: emacs;

Reported by: Dima Kogan <dima <at> secretsauce.net>

Date: Wed, 3 Sep 2014 18:13:02 UTC

Severity: wishlist

Tags: patch

Found in version 24.3

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Dima Kogan <dima <at> secretsauce.net>
To: 18397 <at> debbugs.gnu.org
Subject: bug#18397: 24.3; [PATCH] follow-minor-mode now has an indicator in the modeline
Date: Wed, 03 Sep 2014 11:11:50 -0700
[Message part 1 (text/plain, inline)]
Hi. Here's a tiny patch to add a modeline indicator when using
follow-minor-mode

[0001-follow-minor-mode-now-has-an-indicator-in-the-modeli.patch (text/x-diff, inline)]
From fcb11c6bd6b02aa42ff4fe3c62ba5cb2add8cede Mon Sep 17 00:00:00 2001
From: Dima Kogan <dima <at> 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"
   (if follow-mode
       (progn
 	(add-hook 'compilation-filter-hook 'follow-align-compilation-windows t t)
-- 
2.0.0


This bug report was last modified 6 years and 45 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.