On Mar 6, 2005, at 7:30 PM, Miles Bader wrote:
On Sun, 06 Mar 2005 18:24:06 -0600, Tim McNamara
<[EMAIL PROTECTED]> wrote:
Trying to get it to use
Lucida Grande, I put
(set-face-font 'default "-apple-lucida
grande-medium-r-normal--12-140-75-75-m-120-mac-roman")
You usually shouldn't use `set-face-font'; instead set the various
other face attributes.
In elisp (though most people would use customize I guess), try this:
(set-face-attribute 'default nil :family "lucida grande" :height
120)
With this in my .emacs, Emacs complains on launch about "lucida grande":
Wrong type argument: symbolp, lucida grande
_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug