Huaiyu Duan
hduan****@ucsd*****
Mon Jan 9 03:42:11 JST 2006
I tried what you have said with the 2005-12-04 version. The character coding is -apple-monaco-medium-r-normal--12-120-72-72-m-120-iso10646-1. However, the method you mentioned doesn't work well. I would like the monaco fonts to be displayed in a way as in the OSX's Terminal. They are much fuzzier in the current carbon emacs than in the Terminal. If you turn off the the font smoothing using the command you mentioned or in the System Preferences, the monaco fonts will look too thin. -Huaiyu On Jan 7, 2006, at 6:44 AM, Nozomu Ando wrote: > Which font do you use for ascii character? > To check this, please move the cursor to the `ugly' character and > type C-u C-x = > > If that displays > -apple-monaco-medium-r-normal--12-120-72-72-m-120-iso10646-1 > then put (setq mac-allow-anti-aliasing nil) in you .emacs > > If your font is > -apple-monaco-medium-r-normal--12-120-72-72-m-120-mac-roman > then put (setq mac-allow-anti-aliasing t) in you .emacs > > And then, with Terminal, please do > % defaults write org.gnu.Emacs AppleAntiAliasingThreshold 14 > and restart your Emacs. > (14 is only an example. please choose your favorite threshold) > > > I'm not sure this is a solution to your problem. > > Hope this helps, > --- > Nozomu Ando