unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Jean Louis <bugs@gnu.support>
To: Help GNU Emacs <help-gnu-emacs@gnu.org>
Subject: How to get X Window id from within Emacs?
Date: Sun, 15 Dec 2024 20:52:13 +0300	[thread overview]
Message-ID: <f16c72ea66f044590f3954e2b0d3ca42.support1@rcdrun.com> (raw)

The standard shell commend `xwininfo' gives me the Window id, such as
0x2e000ac and then I can run shell command like `xdotool' to activate
the Emacs window:

$ xwininfo 

xwininfo: Please select the window about which you
          would like information by clicking the
          mouse in that window.

xwininfo: Window id: 0x2e000ac "*shell* - GNU Emacs at lco2"

after switching to other workspace, then I can still do:

$ xdotool windowactivate 0x2e000ac

and I would return to Emacs X Window.

Is there a way to get the Window ID from within Emacs?

That will be useful to return to Emacs upon some notifications and
jobs done, during the watching of the movie.

Jean




             reply	other threads:[~2024-12-15 17:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-15 17:52 Jean Louis [this message]
2024-12-15 18:25 ` How to get X Window id from within Emacs? Eli Zaretskii
2024-12-15 21:53   ` Jean Louis
2024-12-16  0:39   ` Po Lu
2024-12-16  5:20     ` Jean Louis
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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=f16c72ea66f044590f3954e2b0d3ca42.support1@rcdrun.com \
    --to=bugs@gnu.support \
    --cc=help-gnu-emacs@gnu.org \
    /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.
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).