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 14:19:06 -0400 Message-ID: References: <> > > > > > <35661e93-ed43-47a1-95fc-5638848b0c33@default>> <<87a6yg9dyq.fsf@gmx.de>> <> <5f644f03-df12-4af0-8bd7-46152372df72@default> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1964"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefan@marxist.se, michael.albinus@gmx.de, drew.adams@oracle.com, emacs-devel@gnu.org To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Aug 27 20:29:39 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 1kBMeY-0000Qd-Td for ged-emacs-devel@m.gmane-mx.org; Thu, 27 Aug 2020 20:29:38 +0200 Original-Received: from localhost ([::1]:43812 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kBMeX-00083O-Vm for ged-emacs-devel@m.gmane-mx.org; Thu, 27 Aug 2020 14:29:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43808) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kBMUP-0000S2-1A for emacs-devel@gnu.org; Thu, 27 Aug 2020 14:19:09 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:58499) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kBMUO-000842-Ay; Thu, 27 Aug 2020 14:19:08 -0400 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1kBMUM-0003xd-MI; Thu, 27 Aug 2020 14:19:06 -0400 In-reply-to: <5f644f03-df12-4af0-8bd7-46152372df72@default> (message from Drew Adams on Thu, 27 Aug 2020 11:14:53 -0700 (PDT)) 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:254328 Archived-At: > When you use tramp, you're not running Emacs remotely; remotely means > that Emacs is run/executed on a different host (e.g., X11 forwarding) > not that you access buffers on a different remote host. True. But I in fact was thinking of the other case: locally running Emacs accessing remote resources (files). We can at least handle that use case well. If we can _also_ somehow handle the case you're talking about, so much the better. INCF, but should that then also show if e.g., you are accessing a file using sudo/su/...? What if you do multi-hop using tramp? It might quickly become quite alot of information in the title, that we don't even show in the mode-line today.