Am 24.06.2005 um 15:55 schrieb Alberto Simões:
But now, I do not know what to do with these fontsets to activate them
Usually S-down-mouse-1 invokes mouse-set-font, which pops up a menu
from which you can choose fonts or fontsets. You can add fontsets to
these alists (I have Carbon Emacs 22 and 23, mEV is (defconst mEV
(emacs-version) DOCSTRING)):
(setq initial-frame-alist '(
(mouse-color . "midnightblue")
(foreground-color . "grey20")
(background-color . "alice blue")
(if (string-match "22" mEV)
(font . "fontset-13pt_courier_new")
(font . "fontset-10pt_monotype_courier"))
(top . 10) (left . 650) (width . 91) (height . 60)))
(setq default-frame-alist '(
(background-color . "ghost white")
(foreground-color . "grey10")
(vertical-scroll-bars . left)
(cursor-color . "purple") (cursor-type . box)
(if (string-match "22" mEV)
(font . "fontset-13pt_courier_new")
(font . "fontset-09pt_bitstream_courier"))
(top . 20) (left . 150) (width . 89) (height . 56)))
Do you know this:
------------------------------- Info --------------------------------
List Post: <mailto:[EMAIL PROTECTED]>
List Archives: <http://www.esm.psu.edu/mac-tex/MacOSX-Emacs-Digests/>
--
Greetings
Pete
"One person with a belief is a social power equal to ninety-nine who
have only interests." - John Stuart Mill
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs