From: Jean Louis <bugs@gnu.support>
To: Po Lu <luangruo@yahoo.com>
Cc: Eli Zaretskii <eliz@gnu.org>, help-gnu-emacs@gnu.org
Subject: Re: How to get X Window id from within Emacs?
Date: Mon, 16 Dec 2024 08:20:47 +0300 [thread overview]
Message-ID: <Z1-4ryu_QonPF_zR@lco2> (raw)
In-Reply-To: <87h674qx4s.fsf@yahoo.com>
* Po Lu <luangruo@yahoo.com> [2024-12-16 03:42]:
> This is the ID of Emacs's "inner window", where it displays buffer text
> and decorations. The `outer-window-id' frame parameter supplies a
> window ID that is suitable for external programs such as xdotool.
(format "0x%x" (string-to-number (frame-parameter nil 'outer-window-id))) ➜ "0x2c0506f"
This way now it works well, thank you much for looking into it.
--
Jean Louis
next prev parent reply other threads:[~2024-12-16 5:20 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-15 17:52 How to get X Window id from within Emacs? Jean Louis
2024-12-15 18:25 ` Eli Zaretskii
2024-12-15 21:53 ` Jean Louis
2024-12-16 0:39 ` Po Lu
2024-12-16 5:20 ` Jean Louis [this message]
2024-12-15 19:00 ` Alain.Cochard
2024-12-15 21:57 ` Jean Louis
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=Z1-4ryu_QonPF_zR@lco2 \
--to=bugs@gnu.support \
--cc=eliz@gnu.org \
--cc=help-gnu-emacs@gnu.org \
--cc=luangruo@yahoo.com \
/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.