emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs for pure Gtk3


From: Yuuki Harano
Subject: Re: emacs for pure Gtk3
Date: Thu, 30 Apr 2020 00:17:33 +0900 (JST)

Hi,

On Wed, 29 Apr 2020 15:01:44 +0200,
        Robert Pluim <address@hidden> wrote:
> I took a look at it, it works well for me here. One issue I noticed is
> that the offsets when creating child-frames are being interpreted
> relative to the screen, rather than the parent frame, ie code like
> this (from
> <https://lists.gnu.org/archive/html/emacs-devel/2020-01/msg00343.html>)
> produces a frame in the top left corner of the screen, not at 50+50
> from the top left corner of the frame.
> 
>     (defun open-test (buffer)
>       (display-buffer-in-child-frame
>        buffer '((child-frame-parameters
>                  . ((width . 40)
>                     (height . 10)
>                     (top . 50)
>                     (left . 50)
>                     )))))

Thank you for testing.

Maybe, you tested on X.  I reproduced that on X.
That code works without the issue on Wayland (Wayfire).

I'll debug.
-- 
Yuuki Harano



reply via email to

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