Bruce Stephens <[EMAIL PROTECTED]> writes:
> Dan Nicolaescu <[EMAIL PROTECTED]> writes:
>
> > Bruce Stephens <[EMAIL PROTECTED]> writes:
>
> [...]
>
> > > and indeed found that C-c C-f switched it off (and another C-c C-f
> > > switched it on). However, now I look at the code, I think it's just a
> > > minor bug, where ":init-value" ought to be ":lighter", in simple.el.
> > > (" Fol" is presumably a valid non-nil value, but it looks suspiciously
> > > like something meant for the modeline.)
> >
> > You are right, I fixed this.
>
> Yes, I just noticed. Thanks for that.
>
> While investigating that, I tried switching on
> next-error-follow-minor-mode explicitly:
>
> (add-hook 'diff-mode-hook (function () (next-error-follow-minor-mode t)))
(add-hook 'diff-mode-hook (lambda () (next-error-follow-minor-mode t)))
should work.
_______________________________________________
Emacs-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-devel