is ther no way to influence the font of menus?
The
following does not work

(global-font-lock-mode -1)
(setq k "Kategorie")
(set-face-font 'modeline "12*24")
(put-text-property 0 9 'face 'modeline k)
(x-popup-menu t
           (list k
              '("" ("Computer" . "c")("Warmduscher" . "d")
                  ("Ereignis" . "e")("Fernsehen"   . "f")
                  ("Ort"      . "o")("Person"      . "p")
                  ("Reisen"   . "r")("Sport"       . "s")
                                    ("Sprichwort"  . "w")
            ) )
)




_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to