Hattuari <[EMAIL PROTECTED]> writes:

> The answer I was looking for was to use real quotation marks around the font
> specification 
> (set-face-font 'default
> "-adobe-courier-bold-r-normal--18-180-75-75-m-110-iso8859-1")

> `C-h f' doesn't tell me that.

  Yes, it does:

    ,----[ C-h f set-face-font RET ]
    | (set-face-font face font &optional frame)
    | 
    | Change font-related attributes of face to those of font (a
    | string).
    `----

  BTW, use 'set-face-attribute' instead of 'set-face-font' if you
are not releated to compatibility issues:

    (set-face-attribute 'default nil :font "-adobe-...")

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

Reply via email to