GNU bug report logs - #16709
Regression: face-remap-alist not applied until the window is selected

Previous Next

Package: emacs;

Reported by: E Sabof <evgkeni.sampelnikof <at> gmail.com>

Date: Mon, 10 Feb 2014 13:25:02 UTC

Severity: normal

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 16709-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: E Sabof <evgkeni.sampelnikof <at> gmail.com>
Cc: 16709-done <at> debbugs.gnu.org
Subject: Re: 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 <at> 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.




This bug report was last modified 11 years and 181 days ago.

Previous Next


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