From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.devel Subject: Re: Modernize frame-title-format: "%b - GNU Emacs" Date: Thu, 27 Aug 2020 17:04:17 +0200 Message-ID: <20200827150417.GA6486@tuxteam.de> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="G4iJoqBmSsgzjUCe" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31872"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/1.5.21 (2010-09-15) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Aug 27 17:04:56 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 1kBJSS-00082q-H6 for ged-emacs-devel@m.gmane-mx.org; Thu, 27 Aug 2020 17:04:56 +0200 Original-Received: from localhost ([::1]:47970 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kBJSR-0003PH-IW for ged-emacs-devel@m.gmane-mx.org; Thu, 27 Aug 2020 11:04:55 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45434) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kBJRv-0002uV-0W for emacs-devel@gnu.org; Thu, 27 Aug 2020 11:04:23 -0400 Original-Received: from mail.tuxteam.de ([5.199.139.25]:45556) by eggs.gnu.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.90_1) (envelope-from ) id 1kBJRs-0001xm-Pb for emacs-devel@gnu.org; Thu, 27 Aug 2020 11:04:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=From:In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:To:Date; bh=hUcqM9tHPKCfISBp+kyVcna4UKErqNHNfS6XhfhbuFs=; b=GY6JI+UU0J8InB+d9gQDnvCkZrcPaV6no25r9jMjdAImP9VE1ZIdQCwCuyExebaZeT11/1z3DsBqEef+IL2kcbHkezOmTAQ0h5GYUef976lndwSZ4OiNhd43Xt1JlT37pzHmkEiA8BHcnW4z+J0GyBP/EEnkWOK5qf89d1rLPdAdEFpWJQhqLJybr1dX1o3FDiFJd/IrPMX/4poYiEFRAIckBrCe8pJHJvKTVKjnNGWeALuIUBjD0r9cKKNtCeyY+QyDgROEe7lZx8NnTHpZQ4m/3XAkpUGCQIqKIzrMPHRrsBGZPGLtf2gehFHRxWpEz177cd+gf/QYL9t7uo8Ebg==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.80) (envelope-from ) id 1kBJRp-0002iW-Jm for emacs-devel@gnu.org; Thu, 27 Aug 2020 17:04:17 +0200 Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=5.199.139.25; envelope-from=tomas@tuxteam.de; helo=mail.tuxteam.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/27 11:04:18 X-ACL-Warn: Detected OS = Linux 3.1-3.10 [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:254297 Archived-At: --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 27, 2020 at 10:52:59AM -0400, Stefan Monnier wrote: > >> Regarding the "=E2=80=A2" for modified files, I have seen some program= s add such > >> a marker (more often "*", IME). But I checked LibreOffice and it does > >> not do that. I think it would be useful to check if there are any oth= er > >> text editors that use such a marker. > > > > Yes, asterisk is often used as an unsaved file marker. Mousepad > > (default text editor for XFCE) does display it, and so does GIMP. >=20 > And xterm adds a `*** ` in front of its title when output arrived but > the window is iconified (maybe it's a feature I had to enable, can't > remember, but at least the feature exists and uses a `*** ` prefix). This sounds a bit like the zIconBeep resource (start option -ziconbeep). Does it beep also when output arrives? It is off by default, AFAIK. Cheers - t --G4iJoqBmSsgzjUCe Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAl9Hy3EACgkQBcgs9XrR2kZl6gCeO7ZYd0HoiQ5Ny8UdtfDb2MX5 M2IAn2pFbzxFhIYHejuqvY45VOEDoguG =2EKV -----END PGP SIGNATURE----- --G4iJoqBmSsgzjUCe--