* pgtk: dframe-reposition-frame doesn't work
@ 2021-06-15 6:46 Yasushi SHOJI
2021-06-15 8:21 ` Robert Pluim
0 siblings, 1 reply; 4+ messages in thread
From: Yasushi SHOJI @ 2021-06-15 6:46 UTC (permalink / raw)
To: emacs-devel; +Cc: masm
Hi Yuuki and others,
Thank you for working on PGTK. It's great to see emacs working on
Wayland without X.
Today I noticed that the speedbar frame doesn't attach to the main frame
when I `(speedbar-get-focus)`. Does anyone see this behaviour?
An ECM I came up with is this:
,----
| (let ((f (make-frame))
| (c (window-frame (get-buffer-window (current-buffer)))))
| (require 'dframe)
| (dframe-reposition-frame f c 'left))
`----
--
yashi
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: pgtk: dframe-reposition-frame doesn't work
2021-06-15 6:46 pgtk: dframe-reposition-frame doesn't work Yasushi SHOJI
@ 2021-06-15 8:21 ` Robert Pluim
2021-06-15 14:39 ` Yasushi SHOJI
0 siblings, 1 reply; 4+ messages in thread
From: Robert Pluim @ 2021-06-15 8:21 UTC (permalink / raw)
To: Yasushi SHOJI; +Cc: masm, emacs-devel
>>>>> On Tue, 15 Jun 2021 15:46:57 +0900, Yasushi SHOJI <yasushi.shoji@gmail.com> said:
Yasushi> Hi Yuuki and others,
Yasushi> Thank you for working on PGTK. It's great to see emacs working on
Yasushi> Wayland without X.
Yasushi> Today I noticed that the speedbar frame doesn't attach to the main frame
Yasushi> when I `(speedbar-get-focus)`. Does anyone see this behaviour?
When using pgtk, frame positioning does not work at all. See
bug#44961. This is a Wayland issue that Iʼm not sure Emacs can work
around.
The only form of frame positioning that works is when doing it for a
child frame, which I donʼt think speedbar uses.
Robert
--
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: pgtk: dframe-reposition-frame doesn't work
2021-06-15 8:21 ` Robert Pluim
@ 2021-06-15 14:39 ` Yasushi SHOJI
2021-06-15 16:03 ` Robert Pluim
0 siblings, 1 reply; 4+ messages in thread
From: Yasushi SHOJI @ 2021-06-15 14:39 UTC (permalink / raw)
To: Robert Pluim; +Cc: masm, emacs-devel
Hi Robert,
On Tue, Jun 15, 2021 at 5:21 PM Robert Pluim <rpluim@gmail.com> wrote:
> When using pgtk, frame positioning does not work at all. See
> bug#44961. This is a Wayland issue that Iʼm not sure Emacs can work
> around.
Ah, thanks.
I didn't know we have pgtk related issues in the bts.
--
yashi
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: pgtk: dframe-reposition-frame doesn't work
2021-06-15 14:39 ` Yasushi SHOJI
@ 2021-06-15 16:03 ` Robert Pluim
0 siblings, 0 replies; 4+ messages in thread
From: Robert Pluim @ 2021-06-15 16:03 UTC (permalink / raw)
To: Yasushi SHOJI; +Cc: masm, emacs-devel
>>>>> On Tue, 15 Jun 2021 23:39:07 +0900, Yasushi SHOJI <yasushi.shoji@gmail.com> said:
Yasushi> Hi Robert,
Yasushi> On Tue, Jun 15, 2021 at 5:21 PM Robert Pluim <rpluim@gmail.com> wrote:
>> When using pgtk, frame positioning does not work at all. See
>> bug#44961. This is a Wayland issue that Iʼm not sure Emacs can work
>> around.
Yasushi> Ah, thanks.
Yasushi> I didn't know we have pgtk related issues in the bts.
The pgtk branch is hosted in the Emacs repository these days, since
weʼre trying to get it ready for integration into master, hence bug
reports about it go to the Emacs bts.
Robert
--
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-06-15 16:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-15 6:46 pgtk: dframe-reposition-frame doesn't work Yasushi SHOJI
2021-06-15 8:21 ` Robert Pluim
2021-06-15 14:39 ` Yasushi SHOJI
2021-06-15 16:03 ` Robert Pluim
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.