[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Negative positions in frame parameters
From: |
David Kastrup |
Subject: |
Re: Negative positions in frame parameters |
Date: |
Tue, 13 Apr 2010 17:26:49 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (gnu/linux) |
Jan Djärv <address@hidden> writes:
> Lennart Borgman skrev 2010-04-13 15.33:
>> On Tue, Apr 13, 2010 at 3:24 PM, Stefan Monnier
>> <address@hidden> wrote:
>>> Recently
>>>
>>> (make-frame '((left . -10) (top . -10)))
>>>
>>> stopped placing the frame in the bottom-right corner of the screen (at
>>> least in the Gtk build).
>>>
>>> Could someone fix it?
>>
>> Why should it go to the bottom-right corner? At least on w32 you can
>> have the upper left corner outside of the screen.
>>
>
> http://www.xfree86.org/current/X.7.html#sect6
>
> The problem in Emacs is how do you say the equivalent to
>
> -geometry --10--10, -geometry +-10+-10
>
> in frame parameters?
(make-frame '((right . -10) (bottom . -10)))
(make-frame '((left . -10) (top . -10)))
would seem like a reasonably obvious way.
--
David Kastrup
Re: Negative positions in frame parameters, Jan Djärv, 2010/04/13