emacs-devel
[Top][All Lists]
Advanced

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

Re: [elpa] master 9173a44 1/2: [Fix #12] Don't autodisable beacon on hl-


From: Stefan Monnier
Subject: Re: [elpa] master 9173a44 1/2: [Fix #12] Don't autodisable beacon on hl-line-mode
Date: Sat, 17 Oct 2015 23:20:09 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> +    (add-hook 'beacon-dont-blink-predicates
> +              (lambda () (bound-and-true-p hl-line-mode)))"
>    :type 'hook)
 
> -(add-hook 'beacon-dont-blink-predicates (lambda () (bound-and-true-p 
> hl-line-mode)))
>  (add-hook 'beacon-dont-blink-predicates #'window-minibuffer-p)

This add-hook will interfere with defcustom's handling of the variable
(i.e. Customize will rightly complain that "the variable was modified
outside of Customize").


        Stefan



reply via email to

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