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

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

[debbugs-tracker] bug#23246: closed (25.0.92; Local face-remapping-alist


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#23246: closed (25.0.92; Local face-remapping-alist doesn't affect tooltips)
Date: Mon, 11 Apr 2016 15:42:02 +0000

Your message dated Mon, 11 Apr 2016 18:40:49 +0300
with message-id <address@hidden>
and subject line Re: bug#23246: 25.0.92; Local face-remapping-alist doesn't 
affect tooltips
has caused the debbugs.gnu.org bug report #23246,
regarding 25.0.92; Local face-remapping-alist doesn't affect tooltips
to be marked as done.

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


-- 
23246: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23246
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.0.92; Local face-remapping-alist doesn't affect tooltips Date: Fri, 08 Apr 2016 16:22:11 -0300
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.



--- End Message ---
--- Begin Message --- Subject: Re: bug#23246: 25.0.92; Local face-remapping-alist doesn't affect tooltips Date: Mon, 11 Apr 2016 18:40:49 +0300
> From: Artur Malabarba <address@hidden>
> Date: Mon, 11 Apr 2016 03:15:20 +0000
> Cc: address@hidden
> 
>  I think you can achieve that by putting your own hook function on the
>  tooltip-functions list.
> 
>  Let me know if there's anything else to do about this bug report.
> 
> No, I think we can close this. Thanks for the help. 

Done.

> And thanks to martin too. `x-show-tip' just might work.

You mean, tooltip-functions doesn't?


--- End Message ---

reply via email to

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