emacs-diffs
[Top][All Lists]
Advanced

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

master 692da8c: * etc/NEWS: Document the recent xterm.el change for `\e[


From: Stefan Monnier
Subject: master 692da8c: * etc/NEWS: Document the recent xterm.el change for `\e[29~`
Date: Sat, 28 Aug 2021 10:25:21 -0400 (EDT)

branch: master
commit 692da8c6a82f8de376a2eec9304773b3e85205f3
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * etc/NEWS: Document the recent xterm.el change for `\e[29~`
---
 etc/NEWS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/etc/NEWS b/etc/NEWS
index 246c897..2adcc6f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3128,6 +3128,12 @@ directory instead of the default directory.
 ** 'project-shell' and 'shell' now use 'pop-to-buffer-same-window'.
 This is to keep the same behavior as Eshell.
 
+** The escape sequence '\e[29~' in Xterm is now mapped to 'menu'.
+Xterm sends this sequence for both 'F16' and 'Menu' keys
+It used to be mapped to 'print' but we couldn't find a terminal
+that uses this sequence for any kind of 'Print' key.
+This makes the Menu key (see https://en.wikipedia.org/wiki/Menu_key)
+work for `context-menu-mode` in Xterm.
 
 * Incompatible Lisp Changes in Emacs 28.1
 



reply via email to

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