help-gnu-emacs
[Top][All Lists]
Advanced

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

x popup menu does not honor font faces.


From: Paul K
Subject: x popup menu does not honor font faces.
Date: Sat, 10 May 2014 22:18:36 +0200

I would like to have "first" be bold, but no luck with the following
example.

(let ((BOLD (propertize "first" 'font 'bold)))
  (x-popup-menu t (list "choose either" (list "two numbers" (cons BOLD
"1st") (cons "second" 2)))))

Is it because popup menu is some external feature of x thus just skip text
properties or am I doing something wrong?

regards


reply via email to

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