emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: frame par'ms top + left ignored when frame invisible


From: YAMAMOTO Mitsuharu
Subject: Re: frame par'ms top + left ignored when frame invisible
Date: Tue, 29 Apr 2008 20:16:51 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/23.0.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Tue, 29 Apr 2008 11:34:04 +0100, David Reitter <address@hidden> said:

> In an Emacs -Q  (Carbon, current build), frame parameters "top" and  
> "left" aren't set when the frame they are applied to is hidden:

> In the following, the frame's width is adjusted correctly, but not its  
> vertical position:

> (let ((f (make-frame '((visibility . nil)))))
>       (modify-frame-parameters f '((top . 30) (width . 100)))
>       (make-frame-visible f))

> If the frame is made visible before calling `modify-frame-parameters',  
> things work as expected.

FWIW, the X11 build of Emacs 22 also behaves like this with Apple X11
and quartz-wm on Mac OS X 10.5.  (I'm not saying this is not a bug).

                                     YAMAMOTO Mitsuharu
                                address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]