all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: E Sabof <evgkeni.sampelnikof@gmail.com>
Cc: 16709-done@debbugs.gnu.org
Subject: bug#16709: Regression: face-remap-alist not applied until the window	is selected
Date: Mon, 10 Feb 2014 18:11:20 +0200	[thread overview]
Message-ID: <837g93uevr.fsf@gnu.org> (raw)
In-Reply-To: <877g93cd9q.fsf@gmail.com>

> 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	other threads:[~2014-02-10 16:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-10 13:23 bug#16709: Regression: face-remap-alist not applied until the window is selected E Sabof
2014-02-10 16:11 ` Eli Zaretskii [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=837g93uevr.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=16709-done@debbugs.gnu.org \
    --cc=evgkeni.sampelnikof@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.