emacs-devel
[Top][All Lists]
Advanced

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

pgtk: dframe-reposition-frame doesn't work


From: Yasushi SHOJI
Subject: pgtk: dframe-reposition-frame doesn't work
Date: Tue, 15 Jun 2021 15:46:57 +0900

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



reply via email to

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