Peter Dyballa | 9 Sep 2005 00:22
Picon

Re: Bug: Resolution of multiple windows on Tiger (OS X 10.4)


Am 08.09.2005 um 19:28 schrieb Greg Burton:

> As anyone else seen this problem or can offer me a fix?
>

I can't see it because I'm still with Panther, but maybe setting 
initial-frame-alist and default-frame-alist create a work-around:

         (setq initial-frame-alist '(
                 (border-color . "#4e3832")
                 (mouse-color      . "midnightblue")
                 (foreground-color . "midnightblue")
                 (background-color . "antiquewhite1")
;               (font . "fontset-12pt_courier_std")
                 (font . "fontset-yaced courier 12")
                 (top . 10) (left . 650) (width . 89) (height . 60)))
         (setq default-frame-alist '(
                 (background-color . "ghost white")
                 (foreground-color . "grey10")
                 (vertical-scroll-bars . left)
;               (font . "fontset-yaced monaco 12")
                 (font . "fontset-12pt_bitstream_courier")
                 (cursor-color . "purple")
                 (cursor-type . box)
                 (top . 20) (left . 150) (width . 89) (height . 56)))

If you want to determine whether there's a bug you would need to launch 
Carbon Emacs à la

	/Applications/Aquamacs.app/Contents/MacOS/Emacs -Q

which Aquamacs Emacs for example does not support.

--
Greetings

   Pete

Either this man is dead or my watch has stopped. - Groucho Marx


Gmane