From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: icon-title-format vs. frame-title-format (Bug#61496) Date: Wed, 03 May 2023 21:56:56 +0300 Message-ID: <83r0rxkzuv.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38026"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Tobias Bading Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed May 03 20:56:49 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1puHei-0009k0-U1 for ged-emacs-devel@m.gmane-mx.org; Wed, 03 May 2023 20:56:48 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1puHe6-0002fs-J2; Wed, 03 May 2023 14:56:10 -0400 Original-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 1puHe4-0002cb-Qd for emacs-devel@gnu.org; Wed, 03 May 2023 14:56:08 -0400 Original-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 1puHe4-0008FD-Cs; Wed, 03 May 2023 14:56:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=g7oLE8mGVGHJ9BMvze5yQTjJmG5AHcDzStDkcvOpMGU=; b=ntzoFfXQ+w8YarVGwUHa KHsNA0nHaBC6aTLevdYvBfAsY13TV+XtMabSC2076O2PY5rG5PqS+SSuQEcYT0LMK+AtW3qqqs7aB LjcsZajg4ZluIz21a+AImTjnF9cJ6GsHAEoexT0eVShvtbhbMzDkhvgWB0pQt1O4xQ+W1WOI2p0Wn aKnP2UDKFflRWzSOctGcUvL9Qi9rzZiS1Xcd5MwdY5kLf0NxVBoppVyDywV56Nhrh3+4RP2KNOHNI 1i75ibugx889szuUVGA4m2MSaf0j6RG1LzWGLe+ekH7ZacLGpH2P4mHaP67q1XDTAzRz3dTzXrzKT bzT3rmV31EYJQQ==; Original-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 1puHe3-0000rq-TP; Wed, 03 May 2023 14:56:08 -0400 In-Reply-To: (message from Tobias Bading on Wed, 3 May 2023 20:40:51 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:305799 Archived-At: > Date: Wed, 3 May 2023 20:40:51 +0200 > From: Tobias Bading > > Not having read all comments in Bug#61496 fully, I’d like to suggest a minor > doc improvement nevertheless :-) — please mention icon-title-format in the > doc string of frame-title-format. I’m in the process of migrating from Emacs > 26 to 29 and was a little confused about the title of frames changing when > they are minimized or restored. It took me a minute to find > icon-title-format because I was looking for something named frame.*title or > title.*frame. I guess your search didn't include "i frame title RET" in Info? >     The title of iconified or minimized frames is determined by >     ‘icon-title-format’. That's inaccurate, because there are also 'title', 'name' and 'explicit-name' frame parameters, which affect the frame's title in various situations. (The ELisp manual, by contrast, has it all described.)