all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: 23246@debbugs.gnu.org, eliz@gnu.org, bruce.connor.am@gmail.com
Subject: bug#23246: 25.0.92; Local face-remapping-alist doesn't affect tooltips
Date: Tue, 12 Apr 2016 09:30:17 +0200	[thread overview]
Message-ID: <570CA409.9080308@gmx.at> (raw)
In-Reply-To: <831t6cgnlq.fsf@gnu.org>

 >> `x-show-tip' just might work.
 >
 > You mean, tooltip-functions doesn't?

The doc-string of ‘x-show-tip’ advises that

   This is an internal function; Lisp code should call ‘tooltip-show’.

but ‘tooltip-show’ overrides any face properties of TEXT via

   (propertize text 'face 'tooltip)

in a hardcoded fashion.  So if you want to display your own face
attributes, you currently have to call ‘x-show-tip’ directly despite of
its advice.

Obviously, GTK+ (and probably OS X) tooltips override such attributes
anyway, so changing this might probably never given high priority.
Still, Emacs tooltip frames provide the possibility so why not use it?

martin






  reply	other threads:[~2016-04-12  7:30 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-08 19:22 bug#23246: 25.0.92; Local face-remapping-alist doesn't affect tooltips Artur Malabarba
2016-04-08 19:34 ` 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 [this message]
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=570CA409.9080308@gmx.at \
    --to=rudalics@gmx.at \
    --cc=23246@debbugs.gnu.org \
    --cc=bruce.connor.am@gmail.com \
    --cc=eliz@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.