From unknown Thu Jun 19 14:03:23 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#61538 <61538@debbugs.gnu.org> To: bug#61538 <61538@debbugs.gnu.org> Subject: Status: Iconifying a frame changes its title Reply-To: bug#61538 <61538@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:03:23 +0000 retitle 61538 Iconifying a frame changes its title reassign 61538 emacs submitter 61538 Jonas Bernoulli severity 61538 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 15 14:46:26 2023 Received: (at submit) by debbugs.gnu.org; 15 Feb 2023 19:46:26 +0000 Received: from localhost ([127.0.0.1]:34088 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pSNjV-0002gZ-QY for submit@debbugs.gnu.org; Wed, 15 Feb 2023 14:46:26 -0500 Received: from lists.gnu.org ([209.51.188.17]:34448) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pSNjT-0002gQ-Ex for submit@debbugs.gnu.org; Wed, 15 Feb 2023 14:46:24 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pSNjS-0006pr-Hm for bug-gnu-emacs@gnu.org; Wed, 15 Feb 2023 14:46:22 -0500 Received: from mail.hostpark.net ([212.243.197.30]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pSNjO-0004oR-FL for bug-gnu-emacs@gnu.org; Wed, 15 Feb 2023 14:46:21 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.hostpark.net (Postfix) with ESMTP id 8CCF1164BF for ; Wed, 15 Feb 2023 20:36:12 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bernoul.li; h= content-type:content-type:mime-version:message-id:date:date :subject:subject:from:from:received:received; s=sel2011a; t= 1676489772; bh=xj0mQYGDDD/ivNsjrFttcGs6gZNhdlsnnmAlySBQFRQ=; b=e YuU5rimY6EfiYH3WDD2ZB3V2tNOlT29eCOTlWa2ASwkT6058LEQtaKCmlnuLlKta fOI3adG8s6kOrKnY+fbOoKzuXNkGCnYe1QIaftvqCI1g+6n1nDm2zSyM0DdRpgaB XFQWcKiHOWXtqi+QRiapJ3jFKl4jw7w1W28lD3DZYY= X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Received: from mail.hostpark.net ([127.0.0.1]) by localhost (mail0.hostpark.net [127.0.0.1]) (amavisd-new, port 10224) with ESMTP id UQb0fxb3FBAF for ; Wed, 15 Feb 2023 20:36:12 +0100 (CET) Received: from customer (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.hostpark.net (Postfix) with ESMTPSA id 4B558164B2 for ; Wed, 15 Feb 2023 20:36:12 +0100 (CET) From: Jonas Bernoulli To: bug-gnu-emacs@gnu.org Subject: Iconifying a frame changes its title Date: Wed, 15 Feb 2023 20:36:11 +0100 Message-ID: <87h6vmpvpw.fsf@bernoul.li> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: none client-ip=212.243.197.30; envelope-from=jonas@bernoul.li; helo=mail.hostpark.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello, For the longest time I used "%b" as frame-title-format. Now that I have changed it to something more complex, I noticed that it is not respected for iconified frames. (mapcar (lambda (f) (list (frame-visible-p f) (frame-parameter f 'name) f)) (frame-list)) ((t "/home/jonas/.config/emacs/custom.el" #) (icon "init.el" #)) You might be wondering how I even noticed this. I use a tiling window manager, i3wm. Usually I arrange windows in multiple columns, where each column "holds" multiple windows, but displays only one of them at a time. At the top of such a column the titles of all the window that it holds is displayed, followed by the one window that is actually being displayed. So while the other windows are not displayed, their title is still displayed. i3wm iconifies the windows that are not being displayed. Unfortunately that means that Emacs changes the visible titles of the iconified frames. So, given "%f" as frame-title-format, I see, e.g.: [init.el ] # title of an iconified window [/home/jonas/.config/emacs/custom.el ] # title of the displayed window |(custom-set-variables | # the column's displayed window | ...) | instead of [/home/jonas/.config/emacs/init.el ] [/home/jonas/.config/emacs/custom.el ] |(custom-set-variables | | ...) | Is there a knob, that I am not aware of, to control this? If not, please consider adding one. Thanks! Jonas From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 15 14:52:08 2023 Received: (at 61538) by debbugs.gnu.org; 15 Feb 2023 19:52:08 +0000 Received: from localhost ([127.0.0.1]:34116 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pSNp1-0002vD-Mg for submit@debbugs.gnu.org; Wed, 15 Feb 2023 14:52:08 -0500 Received: from eggs.gnu.org ([209.51.188.92]:40148) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pSNow-0002uc-Gn for 61538@debbugs.gnu.org; Wed, 15 Feb 2023 14:52:06 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pSNoq-00066W-Cn; Wed, 15 Feb 2023 14:51:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=B4LuzHL6+kqTysWp3w++KU3cKzrd83G/xjvicdVqb30=; b=it5No+eOYvOu gyQ20p2B8CnXFFWntflgsff/+oYJ/ovp94JlvgdxTwckKyiVQh7w7W5FEItwwg/IZ3UjHHRh66q3e krh/hIcpPjgXTUWKTkQFj4I3KquIMoIHrTvbQ3y9QjsSZ9IfEPGkCAnrMQVH4sKgjTd3QVnqXNeVE rgBem6feAkSqQSdsRwUPwn1UIAEBh00whqZV4JOLnsjVvAcPjpZCDimxyvKFOiDffrf+wisQSeE4G naeGxwRYv7MYZMghZaGvxuyOXWVVcg6rCmVpRt2rRxpbSAboxZ/zgdke3KgVg8OJmO9TOluERA107 xKlZNJD7iFhRbz27lS1RGQ==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pSNop-0000Ov-Sp; Wed, 15 Feb 2023 14:51:56 -0500 Date: Wed, 15 Feb 2023 21:51:38 +0200 Message-Id: <83a61eaer9.fsf@gnu.org> From: Eli Zaretskii To: Jonas Bernoulli In-Reply-To: <87h6vmpvpw.fsf@bernoul.li> (message from Jonas Bernoulli on Wed, 15 Feb 2023 20:36:11 +0100) Subject: Re: bug#61538: Iconifying a frame changes its title References: <87h6vmpvpw.fsf@bernoul.li> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 61538 Cc: 61538@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Jonas Bernoulli > Date: Wed, 15 Feb 2023 20:36:11 +0100 > > Hello, > > For the longest time I used "%b" as frame-title-format. Now that I have > changed it to something more complex, I noticed that it is not respected > for iconified frames. > > (mapcar (lambda (f) (list (frame-visible-p f) (frame-parameter f 'name) f)) > (frame-list)) > > ((t "/home/jonas/.config/emacs/custom.el" > #) > (icon "init.el" #)) > > You might be wondering how I even noticed this. > > I use a tiling window manager, i3wm. Usually I arrange windows in > multiple columns, where each column "holds" multiple windows, but > displays only one of them at a time. At the top of such a column the > titles of all the window that it holds is displayed, followed by the one > window that is actually being displayed. So while the other windows are > not displayed, their title is still displayed. i3wm iconifies the > windows that are not being displayed. > > Unfortunately that means that Emacs changes the visible titles of the > iconified frames. So, given "%f" as frame-title-format, I see, e.g.: > > [init.el ] # title of an iconified window > [/home/jonas/.config/emacs/custom.el ] # title of the displayed window > |(custom-set-variables | # the column's displayed window > | ...) | > > instead of > > [/home/jonas/.config/emacs/init.el ] > [/home/jonas/.config/emacs/custom.el ] > |(custom-set-variables | > | ...) | > > Is there a knob, that I am not aware of, to control this? > If not, please consider adding one. Isn't this a duplicate of bug#61496, especially the last part of its discussion? From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 15 17:20:59 2023 Received: (at 61538) by debbugs.gnu.org; 15 Feb 2023 22:20:59 +0000 Received: from localhost ([127.0.0.1]:34355 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pSQ95-0007YJ-BU for submit@debbugs.gnu.org; Wed, 15 Feb 2023 17:20:59 -0500 Received: from mail.hostpark.net ([212.243.197.30]:38346) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pSQ92-0007Y6-U1 for 61538@debbugs.gnu.org; Wed, 15 Feb 2023 17:20:57 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.hostpark.net (Postfix) with ESMTP id C2EEB1625E; Wed, 15 Feb 2023 23:20:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bernoul.li; h= content-type:content-type:mime-version:message-id:date:date :references:in-reply-to:subject:subject:from:from:received :received; s=sel2011a; t=1676499654; bh=40Iq+kNhYuVWiDnjhdaeTkdn ndFBSxpjKY7hyNe8UPk=; b=xZ2o1lHwz4sTZ17wJiyClvqeukwdx//MKwM9IdDU 3Jo4GAw5ka+61mH0zVk7bVY+kdNWMRiHGXbFgOJR/z/u4TamFCIfXhmpnm2NJ8Eb 9i7a1OsPFEm8Oso6iqwgAqyF4YzuP+LoMfmlReEQeKqL9+diRms2pMyOs8tRLnFE s74= X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Received: from mail.hostpark.net ([127.0.0.1]) by localhost (mail1.hostpark.net [127.0.0.1]) (amavisd-new, port 10224) with ESMTP id PdqgCUEOD1D5; Wed, 15 Feb 2023 23:20:54 +0100 (CET) Received: from customer (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.hostpark.net (Postfix) with ESMTPSA id 820C1164BD; Wed, 15 Feb 2023 23:20:54 +0100 (CET) From: Jonas Bernoulli To: Eli Zaretskii Subject: Re: bug#61538: Iconifying a frame changes its title In-Reply-To: <83a61eaer9.fsf@gnu.org> References: <87h6vmpvpw.fsf@bernoul.li> <83a61eaer9.fsf@gnu.org> Date: Wed, 15 Feb 2023 23:20:52 +0100 Message-ID: <87r0uqo9iz.fsf@bernoul.li> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 61538 Cc: 61538@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Eli Zaretskii writes: >> Is there a knob, that I am not aware of, to control this? >> If not, please consider adding one. > > Isn't this a duplicate of bug#61496, especially the last part of its > discussion? I should have looked at the info manual and the bug tracker more closely before opening this. I actually saw `icon-title-format', but I jumped to the conclusion that it had something to do with displaying an application icon. Sorry for the noise! Jonas From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 16 02:50:52 2023 Received: (at 61538) by debbugs.gnu.org; 16 Feb 2023 07:50:52 +0000 Received: from localhost ([127.0.0.1]:34745 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pSZ2a-0000Wk-64 for submit@debbugs.gnu.org; Thu, 16 Feb 2023 02:50:52 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45014) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pSZ2X-0000WS-JH for 61538@debbugs.gnu.org; Thu, 16 Feb 2023 02:50:50 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pSZ2R-0008PI-7z; Thu, 16 Feb 2023 02:50:43 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=LSFSp7rjUhea8tPWtJf74Vf2BOQXxo3MZxLnF+PKCM4=; b=OOhEeGBbAd3/ Xx1N9LLZ2WBy8y1PSTmuItwQX5AQDdRPugDrG1X4TC1uau2tIyUjdO+WTA/klPL535jQhqmNEGIwd MryGz5h88gTPlJpBgWsnNZ8donmYXkk3OHaIeO3kZr1PeI6NMIOzWkqrJtcZ3nBK+8aejIonUnur6 pik5ret8TL4HbYJkGdGnIyD6HHELCWNimbFIxvS5JMYiXYFmzVdPRWYiL0klhAtpAjD9i71NBycgq pHNdDQ+hUwqIbvyz8ZPgFmwr3A2AFQmO6r8royvs+tT+fN8FAmLGw2LR+EWdBmy6qfdsQZ2p7LF/t ba9wAuek/J//wtBLawCgFA==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pSZ2Q-00060v-KW; Thu, 16 Feb 2023 02:50:42 -0500 Date: Thu, 16 Feb 2023 09:50:27 +0200 Message-Id: <83o7pu82ws.fsf@gnu.org> From: Eli Zaretskii To: Jonas Bernoulli In-Reply-To: <87r0uqo9iz.fsf@bernoul.li> (message from Jonas Bernoulli on Wed, 15 Feb 2023 23:20:52 +0100) Subject: Re: bug#61538: Iconifying a frame changes its title References: <87h6vmpvpw.fsf@bernoul.li> <83a61eaer9.fsf@gnu.org> <87r0uqo9iz.fsf@bernoul.li> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 61538 Cc: 61538@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Jonas Bernoulli > Cc: 61538@debbugs.gnu.org > Date: Wed, 15 Feb 2023 23:20:52 +0100 > > Eli Zaretskii writes: > > >> Is there a knob, that I am not aware of, to control this? > >> If not, please consider adding one. > > > > Isn't this a duplicate of bug#61496, especially the last part of its > > discussion? > > I should have looked at the info manual and the bug tracker more closely > before opening this. I actually saw `icon-title-format', but I jumped > to the conclusion that it had something to do with displaying an > application icon. > > Sorry for the noise! No sweat. Would you mind expressing your opinion about the proposals in bug#61496, specifically: . setting icon-title-format to t would mean "use frame-title-format" . leaving the default as it is in Emacs 29, with t being opt-in Would you consider the above a good solution for Emacs 29, or do you think we must change the default to t? Thanks. From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 05 17:34:59 2023 Received: (at 61538-done) by debbugs.gnu.org; 5 Sep 2023 21:34:59 +0000 Received: from localhost ([127.0.0.1]:59675 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qddhK-0004s3-RU for submit@debbugs.gnu.org; Tue, 05 Sep 2023 17:34:59 -0400 Received: from mail-lj1-x22d.google.com ([2a00:1450:4864:20::22d]:44492) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qddhG-0004rm-Sk for 61538-done@debbugs.gnu.org; Tue, 05 Sep 2023 17:34:57 -0400 Received: by mail-lj1-x22d.google.com with SMTP id 38308e7fff4ca-2bd0d19a304so49667661fa.1 for <61538-done@debbugs.gnu.org>; Tue, 05 Sep 2023 14:34:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693949688; x=1694554488; darn=debbugs.gnu.org; h=cc:to:subject:message-id:date:mime-version:references:in-reply-to :from:from:to:cc:subject:date:message-id:reply-to; bh=r7f4+c1IagjrerovQjXFfMVpLSzQEgxr9tJK5TaF7ig=; b=colSm0rB9T7QUAMSkRaYw+rFgl+dfQjYv4i+/8Cmo9bMsUK02c3D3E7UKHCNfMvJTD 4e9yVojor2m2h62aOlPiIxiwTqkVd4VP/o9CtadHVPw7lmzfmftcp10LNOOQyb+XuWhS pyrjIXfFh/v4CMayHDUsaqAfAXYGMx4JPqATczxYS4/DFX8R/pzzE0pCZHVcIb9bF9mz z9Fxdv+cyBNj8Z4u7cNVa9I/PlePBddxDgE+jEHZvwvYsZHGiutVzDI2Uo4NSqPfvPEH qd+o2tHc/QblF67gZw+KkkryEiRfHCZouJaFZovEaqs5w/MSrwvQmx81QlzA2zqvOh5X 8+qQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693949688; x=1694554488; h=cc:to:subject:message-id:date:mime-version:references:in-reply-to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=r7f4+c1IagjrerovQjXFfMVpLSzQEgxr9tJK5TaF7ig=; b=JGXfO1btg7AZDTEXWRRtJy7g5xz7M/qTNogt8SbVQumiqIzTvw2Ss8w28UZixb6Zcw vVWHmMlBB93pb9nDGLAhByYktXuHUiK5v5qit+mmzTzA5H9AfMOQxqGyDBHOktVPIEHx HQB+YtdN7Z084AH9VxFFjhHJ7KQIXsgnNjXQ1SqGOPunmLsM8iODRt+CLdArjXhST8DY D+AnENpi1L8YjFV11DiEKdoWc6CNquIgNnfR0cUsRQChJHe+uA1a5iEeVCK9wtoGgAy5 xR7KT/93Y8sFr5VLzXNd2LIM6dRIFGYC3z/h+Q1vuSDcV4seK6CKR5a3CVhwIk6ndbKG JE9Q== X-Gm-Message-State: AOJu0Yzhpu8ZJrZe9gPSX31mIyxm+Uh+7q8tvnWyuSjwYXUCDaM0e9Eq HchU6Tlcia/bvAeWp9Ut722vpiE+y14j2F8BLtk= X-Google-Smtp-Source: AGHT+IF8VUKH0cpedoGfpNadViq/YZAqjJXJLD5C3SbIXwg+ESdnFAEtOqssEGKpnDF+XY/6nilMr5NnSt8vc9o9OrM= X-Received: by 2002:a05:6512:3254:b0:500:a694:46f with SMTP id c20-20020a056512325400b00500a694046fmr682241lfr.19.1693949688046; Tue, 05 Sep 2023 14:34:48 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Tue, 5 Sep 2023 14:34:47 -0700 From: Stefan Kangas In-Reply-To: <83o7pu82ws.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 16 Feb 2023 09:50:27 +0200") References: <87h6vmpvpw.fsf@bernoul.li> <83a61eaer9.fsf@gnu.org> <87r0uqo9iz.fsf@bernoul.li> <83o7pu82ws.fsf@gnu.org> MIME-Version: 1.0 Date: Tue, 5 Sep 2023 14:34:47 -0700 Message-ID: Subject: Re: bug#61538: Iconifying a frame changes its title To: Eli Zaretskii Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61538-done Cc: 61538-done@debbugs.gnu.org, Jonas Bernoulli X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Eli Zaretskii writes: >> From: Jonas Bernoulli >> Cc: 61538@debbugs.gnu.org >> Date: Wed, 15 Feb 2023 23:20:52 +0100 >> >> Eli Zaretskii writes: >> >> >> Is there a knob, that I am not aware of, to control this? >> >> If not, please consider adding one. >> > >> > Isn't this a duplicate of bug#61496, especially the last part of its >> > discussion? >> >> I should have looked at the info manual and the bug tracker more closely >> before opening this. I actually saw `icon-title-format', but I jumped >> to the conclusion that it had something to do with displaying an >> application icon. >> >> Sorry for the noise! > > No sweat. > > Would you mind expressing your opinion about the proposals in > bug#61496, specifically: > > . setting icon-title-format to t would mean "use frame-title-format" > . leaving the default as it is in Emacs 29, with t being opt-in > > Would you consider the above a good solution for Emacs 29, or do you > think we must change the default to t? > > Thanks. It seems like this was resolved, so I'm closing this bug. Please speak up if this conclusion is wrong, and we can reopen the bug report. From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 05 19:34:01 2023 Received: (at 61538-done) by debbugs.gnu.org; 5 Sep 2023 23:34:01 +0000 Received: from localhost ([127.0.0.1]:59815 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qdfYX-0002G8-1s for submit@debbugs.gnu.org; Tue, 05 Sep 2023 19:34:01 -0400 Received: from mail-lf1-x12a.google.com ([2a00:1450:4864:20::12a]:52644) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qdfYU-0002Fu-JH for 61538-done@debbugs.gnu.org; Tue, 05 Sep 2023 19:33:59 -0400 Received: by mail-lf1-x12a.google.com with SMTP id 2adb3069b0e04-501bd6f7d11so2173828e87.1 for <61538-done@debbugs.gnu.org>; Tue, 05 Sep 2023 16:33:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693956832; x=1694561632; darn=debbugs.gnu.org; h=cc:to:subject:message-id:date:mime-version:references:in-reply-to :from:from:to:cc:subject:date:message-id:reply-to; bh=bUkiwe7fgsxv3ufDouCDsz8mbvxC/5v3tIoK1IHafc0=; b=NoI6gOz4g7zHAwV6JWpy14ktovbJn3lhYBnIM36UTEvzgMptfUnt3NANQk6/kQpfkP QqdNphwPV5PIzccz3OFIe50AEucS+GzOLUhR3dWTTfA5oVxyiU7nTVHZkqpvEC1K4O65 X47KCJbAZDc+L1OEg9sfheVTlvKSX+XUctKUpJmsw+Mb4CEzfIU6R9GvS7JkpBL5S3Lg fdVNBsynxIjzT01h+KiwaI5V/DuJ4dwRZJUtx2/Zabstgf5sg/OC2sq7b6FOM2+Tj0tw o4mqEbt2r4vD7pwmbWVg59xeEkb4I8z7LvCgXsGGggG4A1oV/LLiLkX0anwXbe+LlMft 7arQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693956832; x=1694561632; h=cc:to:subject:message-id:date:mime-version:references:in-reply-to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=bUkiwe7fgsxv3ufDouCDsz8mbvxC/5v3tIoK1IHafc0=; b=NQIQVsEz1qKyIzJ9Aa/nKN9gZGmoGk8Utmyl6+fe76sUZlVE/tKXA/0VldiJfMTmJZ veOcJcKfBfxE0Gg2iyUig68pndxjfkrXShgH1OQjS/K7hItUYW5S/1nyViMWeGE15unV drc2lhYumCTxSqB1YxYSYnDREA4Pydy6TiFkbJ4qvrn9WADageW8uN6iHzCJkkokDxEP lXSgwQz2kkUXejYAeDyZos/0k0lv4TIjUB72RGiCKx6rkPuIeKApD9rnPTVbEtaIjtM5 UyX8xhyeZrPaulvrNhS7f13Xgfly+nodxtN0LY5eCqAcEW1LcoLWPyC7XHqbsJRZY62o SUng== X-Gm-Message-State: AOJu0YwuEkj8V3rLMss27+90j4SSk6oijFWvPMtQaq6DcZWVF3nulszN 8SSRwSGyeQvr3ptNwj3MCHyNFFlPtyDcYECLx3A= X-Google-Smtp-Source: AGHT+IESzoY67xR/YU7B18EKt7kvyxThv4T6bTakRw9cRcGZxzMCZV4+666b0qOHdFAyVDXliOopSMiw+GrFxZHNHU4= X-Received: by 2002:a05:6512:328b:b0:4f8:7325:bcd4 with SMTP id p11-20020a056512328b00b004f87325bcd4mr969948lfe.0.1693956831969; Tue, 05 Sep 2023 16:33:51 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Tue, 5 Sep 2023 16:33:51 -0700 From: Stefan Kangas In-Reply-To: <87r0uqo9iz.fsf@bernoul.li> (Jonas Bernoulli's message of "Wed, 15 Feb 2023 23:20:52 +0100") References: <87h6vmpvpw.fsf@bernoul.li> <83a61eaer9.fsf@gnu.org> <87r0uqo9iz.fsf@bernoul.li> MIME-Version: 1.0 Date: Tue, 5 Sep 2023 16:33:51 -0700 Message-ID: Subject: Re: bug#61538: Iconifying a frame changes its title To: Jonas Bernoulli Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61538-done Cc: Eli Zaretskii , 61538-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Jonas Bernoulli writes: > Eli Zaretskii writes: > >>> Is there a knob, that I am not aware of, to control this? >>> If not, please consider adding one. >> >> Isn't this a duplicate of bug#61496, especially the last part of its >> discussion? > > I should have looked at the info manual and the bug tracker more closely > before opening this. I actually saw `icon-title-format', but I jumped > to the conclusion that it had something to do with displaying an > application icon. > > Sorry for the noise! > Jonas So I guess this should be closed, and I'm doing that now. Please reopen if that's not the right conclusion. From unknown Thu Jun 19 14:03:23 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 04 Oct 2023 11:24:20 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator