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

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

bug#16709: Regression: face-remap-alist not applied until the window is


From: Eli Zaretskii
Subject: bug#16709: Regression: face-remap-alist not applied until the window is selected
Date: Mon, 10 Feb 2014 18:11:20 +0200

> From: E Sabof <evgkeni.sampelnikof@gmail.com>
> Date: Mon, 10 Feb 2014 13:23:29 +0000
> 
> In emacs -Q, execute the following snippet:
> 
> (progn
>   (set-window-buffer (split-window) (get-buffer-create "test-buffer1"))
>   (with-current-buffer "test-buffer1"
>     (insert "Quo sunt sicut et, est unde in ergo."))
>   (run-with-timer 1 nil
>                   (lambda ()
>                     (with-current-buffer "test-buffer1"
>                       (face-remap-add-relative
>                        'default 'bold)))))
> 
> 
> EXPECTED:
> 
> The face should change to bold in 1 second.
> 
> RESULT:
> 
> The face changes, only once the window of "test-buffer1" is selected.

Fixed in trunk revision 116401.





reply via email to

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