all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Artur Malabarba <bruce.connor.am@gmail.com>
To: 23246@debbugs.gnu.org
Subject: bug#23246: 25.0.92; Local face-remapping-alist doesn't affect tooltips
Date: Fri, 08 Apr 2016 16:22:11 -0300	[thread overview]
Message-ID: <878u0ngb30.fsf@gmail.com> (raw)


1. Start emacs -q

2. Create a buffer in fundamental-mode and type some text.

3. Evaluate this:

    (setq x-gtk-use-system-tooltips nil)
    (add-text-properties (point-min) (point-max) '(help-echo "OKOK"))
    (face-remap-add-relative 'tooltip '((:foreground "blue")))

4. Tooltips displayed are NOT blue.

5. If, instead, I add an entry to face-remapping-alist without making it
buffer-local, the tooltip does indeed display blue.





             reply	other threads:[~2016-04-08 19:22 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-08 19:22 Artur Malabarba [this message]
2016-04-08 19:34 ` bug#23246: 25.0.92; Local face-remapping-alist doesn't affect tooltips Eli Zaretskii
2016-04-08 20:06   ` Artur Malabarba
2016-04-09  9:04     ` martin rudalics
2016-04-09  9:35     ` Eli Zaretskii
2016-04-09 12:50       ` martin rudalics
2016-04-09 13:18         ` Eli Zaretskii
2016-04-11  3:15       ` Artur Malabarba
2016-04-11 15:40         ` Eli Zaretskii
2016-04-12  7:30           ` martin rudalics
2016-04-12 14:26             ` Drew Adams
2016-04-12 15:14             ` Eli Zaretskii
2016-04-09  9:04   ` martin rudalics
2016-04-09  9:39     ` Eli Zaretskii

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=878u0ngb30.fsf@gmail.com \
    --to=bruce.connor.am@gmail.com \
    --cc=23246@debbugs.gnu.org \
    /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.