unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#22837: 25.0.91; M-S-Fn combos available in xterm
@ 2016-02-28 16:17 Tino Calancha
  2016-02-29  6:08 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Tino Calancha @ 2016-02-28 16:17 UTC (permalink / raw)
  To: 22837

[-- Attachment #1: Type: text/plain, Size: 259 bytes --]


Meta + shift + Fn combos are recognized by xterm>=216.
They are useful. Its good if they are included in
xterm-alternatives-map.

In GNU Emacs 25.0.91.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.29)
Repository revision: 52f64cc2e74ab83752c8f2d37ef0fc6df5ef8b30

[-- Attachment #2: Type: text/plain, Size: 801 bytes --]

diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el
index e06423c..ccf2418 100644
--- a/lisp/term/xterm.el
+++ b/lisp/term/xterm.el
@@ -590,6 +590,19 @@ xterm-alternatives-map
     (define-key map [f59] [M-f11])
     (define-key map [f60] [M-f12])
 
+    (define-key map [f61] [M-S-f1])
+    (define-key map [f62] [M-S-f2])
+    (define-key map [f63] [M-S-f3])
+    (define-key map [f64] [M-S-f4])
+    (define-key map [f65] [M-S-f5])
+    (define-key map [f66] [M-S-f6])
+    (define-key map [f67] [M-S-f7])
+    (define-key map [f68] [M-S-f8])
+    (define-key map [f69] [M-S-f9])
+    (define-key map [f70] [M-S-f10])
+    (define-key map [f71] [M-S-f11])
+    (define-key map [f72] [M-S-f12])
+    
     map)
   "Keymap of possible alternative meanings for some keys.")
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#22837: 25.0.91; M-S-Fn combos available in xterm
  2016-02-28 16:17 bug#22837: 25.0.91; M-S-Fn combos available in xterm Tino Calancha
@ 2016-02-29  6:08 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2016-02-29  6:08 UTC (permalink / raw)
  To: Tino Calancha; +Cc: 22837

Tino Calancha <f92capac@gmail.com> writes:

> Meta + shift + Fn combos are recognized by xterm>=216.
> They are useful. Its good if they are included in
> xterm-alternatives-map.

Thanks; applied to the Emacs trunk.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-29  6:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-28 16:17 bug#22837: 25.0.91; M-S-Fn combos available in xterm Tino Calancha
2016-02-29  6:08 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).