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

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

[debbugs-tracker] bug#16709: closed (Regression: face-remap-alist not ap


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#16709: closed (Regression: face-remap-alist not applied until the window is selected)
Date: Mon, 10 Feb 2014 16:12:02 +0000

Your message dated Mon, 10 Feb 2014 18:11:20 +0200
with message-id <address@hidden>
and subject line Re: bug#16709: Regression: face-remap-alist not applied until 
the window       is selected
has caused the debbugs.gnu.org bug report #16709,
regarding Regression: face-remap-alist not applied until the window is selected
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
16709: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16709
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Regression: face-remap-alist not applied until the window is selected Date: Mon, 10 Feb 2014 13:23:29 +0000 User-agent: mu4e 0.9.9.6pre2; emacs 24.3.50.1
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.


Evgeni

GNU Emacs 24.3.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.6.4) of 
2014-02-07 on ubuntu



--- End Message ---
--- Begin Message --- 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 <address@hidden>
> 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.


--- End Message ---

reply via email to

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