Ben wrote:
> Whenever I hit Ctrl X 5 2 for a new frame, the font size is different
> from the font size in my initial frame. Here is my default face
> setting in .emacs:
>
> (custom-set-faces
>   ;; custom-set-faces was added by Custom.
>   ;; If you edit it by hand, you could mess it up, so be careful.
>   ;; Your init file should contain only one such instance.
>   ;; If there is more than one, they won't work right.
>  '(default ((t (:stipple nil :background "black" :foreground
> "cyan" :inverse-video nil :box nil :strike-through nil :overline
> nil :underline nil :slant normal :weight normal :height 100 :width
> normal :family "Monaco"))))
>  '(highline-face ((t (:background "gray15")))))
>
>
> The new frames always use the same font in a larger size. I've made
> sure that the "Help > Carbon Emacs Package > CJK
> Fixed-Width Fontset" option in the menu bar is turned off, and I still
> have the problem.
>
> Anyone has a hint or tow? Thanks!

For now I added this to my .emacs to "fix" this problem:

(setq default-frame-alist
      (append '((font . "-apple-monaco-medium-r-normal--10-0-72-72-m-0-
iso10646-1")
                (geometry . "-1-1"))
              default-frame-alist))

But I still don't know why my default face setting is not picked up by
new frames.
--~--~---------~--~----~------------~-------~--~----~
"Carbon Emacs" group mailing list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/carbon-emacs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to