emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Modernize frame-title-format: "%b - GNU Emacs"


From: Alfred M. Szmidt
Subject: Re: Modernize frame-title-format: "%b - GNU Emacs"
Date: Thu, 27 Aug 2020 02:32:43 -0400

   We currently have:

       (setq frame-title-format
             '(multiple-frames "%b"
                               ("" invocation-name "@" system-name)))

   The suggestion is to change it to:

       (setq frame-title-format "%b - GNU Emacs")

   Alternatively, I think one could also reasonably choose:

       (setq frame-title-format
             '(multiple-frames "%b"
                               ("%b - GNU Emacs")))

Those loose information about where you are running Emacs; which is a
useful thing when you have multiple Emacsen open on several hosts.

Please keep at least the system-name in the title bar.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]