1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-22 10:26:20 +00:00

Disable XTerm titles (Bug#28591)

* etc/NEWS: Mention it.
* lisp/term/xterm.el (xterm-set-window-title): Disable it.
This commit is contained in:
Mark Oteiza 2017-10-09 08:12:46 -04:00
parent 3c2e8eff8c
commit 2c39565dc0
2 changed files with 4 additions and 3 deletions

View File

@ -67,8 +67,9 @@ globally or for individual definitions.
** Enhanced xterm support
*** New variable 'xterm-set-window-title' controls whether Emacs
sets the XTerm window title. The default is to set the window title.
*** New variable 'xterm-set-window-title' controls whether Emacs sets
the XTerm window title. This feature is experimental and is disabled
by default.
* New Modes and Packages in Emacs 27.1

View File

@ -68,7 +68,7 @@ string bytes that can be copied is 3/4 of this value."
:version "25.1"
:type 'integer)
(defcustom xterm-set-window-title t
(defcustom xterm-set-window-title nil
"Whether Emacs should set window titles to an Emacs frame in an XTerm."
:version "27.1"
:type 'boolean)