all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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

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.