[OS X Emacs] help with fonts!

Robert Goldman rpgoldman at sift.info
Thu Aug 18 12:50:37 EDT 2011


On 8/18/11 Aug 18 -11:20 AM, Adolfo Benedetti wrote:
> Hi Robert,
> 
> Did you tried with custom-set-faces?
> 
> ;;Fonting;;
> (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 (:inherit nil :stipple nil :inverse-video nil :box nil
> :strike-through nil :overline nil :underline nil :slant normal :weight
> normal :height 130 :width normal :foundry "apple" :family "Menlo")))))

No, SOMETHING is getting this messed up.  I have that in my
customizations, and I have aquamacs-autoface-mode = NIL, but my
emacs-lisp buffers end up with a proportional-spaced font.  Infuriating.

Here's what's in my customizations.el:

(custom-set-variables
  ;; custom-set-variables 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.
 '(aquamacs-additional-fontsets nil t)
 '(aquamacs-autoface-mode nil)
 ...
)
(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 (:inherit nil :stipple nil :background "White"
:foreground "Black" :inverse-video nil :box nil :strike-through nil
:overline nil :underline nil :slant normal :weight normal :height 110
:width normal :foundry "apple" :family "Monaco"))))
 '(autoface-default ((t (:inherit default :height 110 :family "Menlo"))))
 '(echo-area ((t (:stipple nil :strike-through nil :underline nil :slant
normal :weight normal :height 110 :width normal :family "Monaco"))))
 '(latex-mode-default ((t (:inherit text-mode-default :stipple nil
:strike-through nil :underline nil :slant normal :weight normal :height
120 :width normal :family "Menlo"))))
 '(texinfo-mode-default ((t (:inherit text-mode-default :height 120
:family "Monaco"))) t))

I have no idea where this blasted proportional font is coming from and
it's very frustrating....

Actually, turning autofaces on seems to do better here....




More information about the MacOSX-Emacs mailing list