comparison lisp/term/mac-win.el @ 90295:4b3d39451150

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-14 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 58-65) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 22-28) - Update from CVS - Merge from emacs--devo--0 - Update from CVS: lisp/gnus.el: Remove bogus comment.
author Miles Bader <miles@gnu.org>
date Sat, 11 Feb 2006 00:11:19 +0000
parents c5406394f567 2504c69a2b9f
children e6bf73e43cf4
comparison
equal deleted inserted replaced
90294:c5406394f567 90295:4b3d39451150
1815 ;; Create a fontset that uses mac-roman font. With this fontset, 1815 ;; Create a fontset that uses mac-roman font. With this fontset,
1816 ;; characters belonging to mac-roman charset (that contains ASCII and 1816 ;; characters belonging to mac-roman charset (that contains ASCII and
1817 ;; more Latin characters) are displayed by a mac-roman font. 1817 ;; more Latin characters) are displayed by a mac-roman font.
1818 (create-fontset-from-mac-roman-font 1818 (create-fontset-from-mac-roman-font
1819 "-*-Monaco-*-*-*-*-12-*-*-*-*-*-mac-roman" nil 1819 "-*-Monaco-*-*-*-*-12-*-*-*-*-*-mac-roman" nil
1820 "-apple-Monaco-normal-r-*-*-12-*-*-*-*-*-fontset-mac") 1820 "-apple-Monaco-normal-r-*-*-12-*-*-*-*-*-fontset-standard")
1821 1821
1822 ;; Create fontset specified in X resources "Fontset-N" (N is 0, 1, ...). 1822 ;; Create fontset specified in X resources "Fontset-N" (N is 0, 1, ...).
1823 (create-fontset-from-x-resource) 1823 (create-fontset-from-x-resource)
1824 1824
1825 ;; Apply a geometry resource to the initial frame. Put it at the end 1825 ;; Apply a geometry resource to the initial frame. Put it at the end