emacs-devel
[Top][All Lists]
Advanced

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

RE: How to get information of a tip created by x-show-tip


From: Drew Adams
Subject: RE: How to get information of a tip created by x-show-tip
Date: Sat, 19 Jan 2019 18:09:50 -0800 (PST)

> x-show-tip's background-color works well, but
> can not change foreground-color, does it do not support foreground-
> color?

Haven't been following this thread.  But yes,
you can change the foreground color.  E.g.:

(x-show-tip
  (propertize "cuckoo" 'face `(:foreground "red"))
  (selected-frame)
  nil
  5)

Perhaps you can't do it using an alist, though.
I don't recall - but that's probably why I do
it as shown above.



reply via email to

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