>>>>> On Fri, 14 Jun 2002 21:10:04 -0600,
>>>>> Andrew Choi <ak...@sh...> (ac) writes:
ac> Hi Steven,
ac> Please try adding the line
ac> XClearWindow (FRAME_MAC_DISPLAY (f), FRAME_MAC_WINDOW (f));
ac> just before the line
ac> expose_frame (f, 0, 0, 0, 0);
ac> in the function do_window_update in the file macterm.c and see if that
ac> solves the problem.
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
|