bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#57475: 29.0.50; Position problem with make-frame on Lucid build


From: Stephen Berman
Subject: bug#57475: 29.0.50; Position problem with make-frame on Lucid build
Date: Tue, 30 Aug 2022 10:19:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

On Tue, 30 Aug 2022 09:54:23 +0800 Po Lu <luangruo@yahoo.com> wrote:

> Stephen Berman <stephen.berman@gmx.net> writes:
>
>> On a Lucid build, make-frame appears to ignore the frame parameters
>> (left . 0) and (top . 0), when passed individually or together:
>
> Please show the value of running "xprop WM_NORMAL_HINTS", and then
> clicking on the frame in question after the cursor changes to a
> crosshair.

Here's the output immediately after executing emacs -Q:

WM_NORMAL_HINTS(WM_SIZE_HINTS):
                user specified size: 674 by 676
                program specified minimum size: 34 by 66
                program specified resize increment: 8 by 17
                program specified base size: 34 by 66
                window gravity: NorthWest

And here's the output immediately after evaluating
(make-frame '((left . 0) (top . 0))) in the new frame:

WM_NORMAL_HINTS(WM_SIZE_HINTS):
                user specified size: 658 by 650
                program specified minimum size: 34 by 66
                program specified resize increment: 8 by 17
                program specified base size: 34 by 66
                window gravity: NorthWest

Steve Berman





reply via email to

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