unofficial mirror of emacs-devel@gnu.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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).