all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tino Calancha <f92capac@gmail.com>
To: 22837@debbugs.gnu.org
Subject: bug#22837: 25.0.91; M-S-Fn combos available in xterm
Date: Mon, 29 Feb 2016 01:17:02 +0900 (JST)	[thread overview]
Message-ID: <alpine.LRH.2.20.1602290113370.5179@calancha-ilc.kek.jp> (raw)

[-- 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.")
 

             reply	other threads:[~2016-02-28 16:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-28 16:17 Tino Calancha [this message]
2016-02-29  6:08 ` bug#22837: 25.0.91; M-S-Fn combos available in xterm Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LRH.2.20.1602290113370.5179@calancha-ilc.kek.jp \
    --to=f92capac@gmail.com \
    --cc=22837@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.