From: Andrew C. <ak...@sh...> - 2002-06-16 18:22:28
|
> Steve, did it for you? I just added that and did a make; sudo make > install; sudo ditto mac/Emacs.app /Applications/Emacs.app. Background > color in new frames still gets out of alignment. I don't need to > do a make clean and recompile everything, do I? I was testing it > with same setup, i.e.: > > (cond > ((eq window-system 'mac) > (setq default-frame-alist > '(;;(font . "-*-andale mono-*-*-*-*-10-*-*-*-*-*-mac-roman") > ;;(font . "-*-courier-*-*-*-*-10-*-*-*-*-*-mac-roman") > (font . "-*-monaco-*-*-*-*-10-*-*-*-*-*-mac-roman") > (mouse-color . "midnightblue") > (foreground-color . "midnightblue") > (background-color . "antiquewhite1"))))) > > I was also fiddling with the fonts. Playing with the font selector > for the Terminal app it *seems* like I should be able to try that > "andale mono" one, but Emacs sure doesn't like it. This is from a > CVS update (from HEAD) last night. I *thought* the latest font > stuff was added to macterm.c, but not sure. > > -- > Amos He sent a fix a while earlier. I'll try to post that to the list later today. Andrew. |