From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: ams@gnu.org (Alfred M. Szmidt) Newsgroups: gmane.emacs.devel Subject: Re: Modernize frame-title-format: "%b - GNU Emacs" Date: Thu, 27 Aug 2020 04:00:36 -0400 Message-ID: References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9196"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Aug 27 10:01:14 2020 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 1kBCqP-0002JF-2J for ged-emacs-devel@m.gmane-mx.org; Thu, 27 Aug 2020 10:01:13 +0200 Original-Received: from localhost ([::1]:57552 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kBCqO-0005qT-2n for ged-emacs-devel@m.gmane-mx.org; Thu, 27 Aug 2020 04:01:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38666) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kBCpq-0005Ot-5x for emacs-devel@gnu.org; Thu, 27 Aug 2020 04:00:38 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:48167) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kBCpp-0001X4-ET; Thu, 27 Aug 2020 04:00:37 -0400 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1kBCpo-0006ol-R1; Thu, 27 Aug 2020 04:00:37 -0400 In-reply-to: (message from Stefan Kangas on Thu, 27 Aug 2020 00:20:00 -0700) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:254278 Archived-At: > Those loose information about where you are running Emacs; which is a > useful thing when you have multiple Emacsen open on several hosts. OTOH, you will still be able to easily customize frame-title-format yourself. You could also use: alias emacs="emacs --title emacs@`hostname`" That assumes that you put this alias on every single host you might want to ever connect to. The question here is what is a reasonable default for most users. I suspect that most users only ever run Emacs on one machine. My experience says otherwise. The title bar should give useful information, not just be "pretty". There is enough space in the title bar to keep the system-name. E.g, "buffer-name - GNU Emacs (system-name)" The hyphen, en dash, could maybe be an asterix if the buffer is modified.