Thanks, Ismail and Michael
Here's what I ended up with in my .emacs so that things would work out well
in both Carbon Emacs and Emacs.app:
(I defined fontsets for Carbon Emacs elsewhere.)
Gil
;; Choose fonts
;; Command depends on whether Carbon or NextStep
(if (equal 'mac window-system)
(add-to-list
'default-frame-alist
;; '(font . "fontset-monaco12")))
'(font . "fontset-monaco14"))
;; '(font . "fontset-courier14")))
(add-to-list
'default-frame-alist
;; '(font . "Courier-14")))
;; '(font . "Courier-12")))
'(font . "Monaco-14")))
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Emacs-app-dev- mailing list
Emacs-app-dev-@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-