GNU bug report logs - #41719
28.0.50; emacsclient -c -F '((name . "NAME"))' is not respected --with-x-toolkit=gtk3

Previous Next

Package: emacs;

Reported by: Vladimir Lomov <lomov.vl <at> yandex.ru>

Date: Fri, 5 Jun 2020 03:11:02 UTC

Severity: wishlist

Tags: moreinfo

Found in version 28.0.50

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #90 received at 41719 <at> debbugs.gnu.org (full text, mbox):

From: Po Lu <luangruo <at> yahoo.com>
To: Visuwesh <visuweshm <at> gmail.com>
Cc: Eli Zaretskii <eliz <at> gnu.org>, lomov.vl <at> yandex.ru, 41719 <at> debbugs.gnu.org
Subject: Re: bug#41719: 28.0.50; [FR] emacsclient should provide '--name'
 option as emacs
Date: Sun, 12 Jun 2022 16:27:39 +0800
Visuwesh <visuweshm <at> gmail.com> writes:

> WM_CLASS and WM_NAME are commonly matched against in "window manager
> rules."  For example, I have a script that essentially calls
> `make-frame' with a specific frame `name' [*] which I then match against
> in my window manager configuration to move the frame to the top right
> corner of my screen.

[...]

>         WM_CLASS(STRING) = "vz_calendar-frame", "Emacs"

BTW, that property looks very wrong to me.  Is the instance name of the
X resources you want to apply to that frame really "vz_calendar-frame"?

If it is not, then you will run into difficult-to-explain problems with
any customizations you make down the road.

If you need to set WM_NAME by itself, set the `title' parameter.  Most
people have no reason to set the `name' parameter at all.

Window managers that ask users to change the declared instance and/or
class names of random windows in their programs encourage sloppy
resource management.  They should ideally allow matching on all window
properties, which Lisp code can then set with
`x-change-window-property'.




This bug report was last modified 3 years and 59 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.