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

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

More Mac fontset woes (create-fontset-from-mac-roman-font)


From: David Reitter
Subject: More Mac fontset woes (create-fontset-from-mac-roman-font)
Date: Sun, 3 Jul 2005 15:40:22 +0100

The following:

(create-fontset-from-mac-roman-font "-*-bitstream vera sans mono*-medium-r-normal-*-14-*-*-*-*-*-mac-roman" nil "test1")

goes through without complaining, but when the actual font is chosen for a frame (via menu), I get an "Font not found" error.

This, however,

(create-fontset-from-mac-roman-font "-*-bitstream vera sans mono- medium-r-normal-*-14-*-*-*-*-*-mac-roman" nil "test2")

works fine. Note that the asterisk after the name is missing in the second example. I'm using that asterisk for other fonts as well with no problems. There (and as expected), the asterisk matches 'zero or more (of any)' characters.

If I'm using that wildcard in the wrong way, the first version should still not define the fontset but throw an error. If I'm using that wildcard correctly, then there is a problem in create-fontset-from-mac-roman-font.

This, as usual, is the latest CVS version, on Mac OS X 10.4 (with euro/roman fonts).

-- Dave

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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