all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Yasushi SHOJI <yasushi.shoji@gmail.com>
To: emacs-devel@gnu.org
Cc: masm@masm11.me
Subject: pgtk: dframe-reposition-frame doesn't work
Date: Tue, 15 Jun 2021 15:46:57 +0900	[thread overview]
Message-ID: <CAELBRWJwBCkiNhO0X3raUwy8uOCMcDN-wc=Lzk6W09YSUndXJw@mail.gmail.com> (raw)

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	other threads:[~2021-06-15  6:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-15  6:46 Yasushi SHOJI [this message]
2021-06-15  8:21 ` pgtk: dframe-reposition-frame doesn't work Robert Pluim
2021-06-15 14:39   ` Yasushi SHOJI
2021-06-15 16:03     ` Robert Pluim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAELBRWJwBCkiNhO0X3raUwy8uOCMcDN-wc=Lzk6W09YSUndXJw@mail.gmail.com' \
    --to=yasushi.shoji@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=masm@masm11.me \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.