Mercurial > emacs
annotate lisp/emulation/edt-pc.el @ 101372:21f52bbdeeb7
Remove file local var.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 23 Jan 2009 03:51:44 +0000 |
parents | a9dc0e7c3f2b |
children | dc80b06afb69 |
rev | line source |
---|---|
38436
b174db545cfd
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
19011
diff
changeset
|
1 ;;; edt-pc.el --- enhanced EDT keypad mode emulation for PC 101 keyboards |
13337 | 2 |
74466 | 3 ;; Copyright (C) 1986, 1994, 1995, 2001, 2002, 2003, 2004, |
100908 | 4 ;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
10690 | 5 |
74639
bebcfea668db
Update maintainer's email address.
Eli Zaretskii <eliz@gnu.org>
parents:
74466
diff
changeset
|
6 ;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
bebcfea668db
Update maintainer's email address.
Eli Zaretskii <eliz@gnu.org>
parents:
74466
diff
changeset
|
7 ;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com> |
10690 | 8 ;; Keywords: emulations |
9 | |
10 ;; This file is part of GNU Emacs. | |
11 | |
94658
eb7b2376cae5
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93975
diff
changeset
|
12 ;; GNU Emacs is free software: you can redistribute it and/or modify |
10690 | 13 ;; it under the terms of the GNU General Public License as published by |
94658
eb7b2376cae5
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93975
diff
changeset
|
14 ;; the Free Software Foundation, either version 3 of the License, or |
eb7b2376cae5
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93975
diff
changeset
|
15 ;; (at your option) any later version. |
10690 | 16 |
17 ;; GNU Emacs is distributed in the hope that it will be useful, | |
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
20 ;; GNU General Public License for more details. | |
21 | |
22 ;; You should have received a copy of the GNU General Public License | |
94658
eb7b2376cae5
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93975
diff
changeset
|
23 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
10690 | 24 |
38436
b174db545cfd
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
19011
diff
changeset
|
25 ;;; Commentary: |
10690 | 26 |
11440 | 27 ;; See edt-user.doc in the Emacs etc directory. |
10690 | 28 |
29 ;; ==================================================================== | |
30 | |
31 ;;;; | |
32 ;;;; KEY TRANSLATIONS | |
33 ;;;; | |
34 | |
35 ;; Associate EDT keynames with Emacs terminal function vector names. | |
36 ;; | |
37 ;; To emulate the DEC LK-201 keypad keys on the PC 101 keyboard, | |
38 ;; NumLock must be ON. | |
39 ;; | |
40 ;; The PC keypad keys are mapped to the corresponding DEC LK-201 | |
14040 | 41 ;; keypad keys according to the corresponding physical position on |
10690 | 42 ;; the keyboard. Thus, the physical position of the PC keypad key |
43 ;; determines its function, not the PC keycap name. | |
44 ;; | |
45 ;; There are two LK-201 keypad keys needing special handling: PF1 and | |
46 ;; the keypad comma key. | |
47 ;; | |
48 ;; PF1: | |
49 ;; Most PC software does not see a press of the NumLock key. A TSR | |
50 ;; program distributed with MS-Kermit to support its VT-100 emulation | |
51 ;; solves this problem. The TSR, called GOLD, causes a press of the | |
52 ;; keypad NumLock key to look as if the PC F1 key were pressed. So | |
53 ;; the PC F1 key is mapped here to behave as the PF1 (GOLD) key. | |
54 ;; Then with GOLD loaded, the NumLock key will behave as the GOLD key. | |
55 ;; | |
56 ;; By the way, with GOLD loaded, you can still toggle numlock on/off. | |
57 ;; GOLD binds this to Shift-NumLock. | |
58 ;; | |
59 ;; Keypad Comma: | |
60 ;; There is no physical PC keypad key to correspond to the LK-201 | |
61 ;; keypad comma key. So, the EDT Emulation is configured below to | |
62 ;; ignore attempts to bind functions to the keypad comma key. | |
63 ;; | |
64 ;; Finally, F2 through F12 are also available for making key bindings | |
65 ;; in the EDT Emulation on the PC. F1 is reserved for the GOLD key, | |
66 ;; so don't attempt to bind anything to it. Also, F13, F14, HELP, DO, | |
67 ;; and F17 through F20 do not exist on the PC, so the EDT emulation is | |
68 ;; configured below to ignore attempts to bind functions to those keys. | |
69 ;; | |
38436
b174db545cfd
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
19011
diff
changeset
|
70 |
b174db545cfd
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
19011
diff
changeset
|
71 ;;; Code: |
b174db545cfd
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
19011
diff
changeset
|
72 |
10690 | 73 (defconst *EDT-keys* |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
38436
diff
changeset
|
74 '(("KP0" . [kp-0]) ("KP1" . [kp-1]) ("KP2" . [kp-2]) ("KP3" . [kp-3]) |
10690 | 75 ("KP4" . [kp-4]) ("KP5" . [kp-5]) ("KP6" . [kp-6]) ("KP7" . [kp-7]) |
76 ("KP8" . [kp-8]) ("KP9" . [kp-9]) ("KP," . "" ) | |
77 ("KP-" . [kp-add]) ("KPP" . [kp-decimal]) ("KPE" . [kp-enter]) | |
78 ("PF1" . [f1]) ("PF2" . [kp-divide]) ("PF3" . [kp-multiply]) | |
79 ("PF4" . [kp-subtract]) | |
80 ("UP" . [up]) ("DOWN" . [down]) ("RIGHT" . [right]) ("LEFT" . [left]) | |
81 ("FIND" . [insert]) ("INSERT" . [home]) ("REMOVE" . [prior]) | |
82 ("SELECT" . [delete]) ("PREVIOUS" . [end]) ("NEXT" . [next]) | |
83 ("F1" . "" ) ("F2" . [f2]) ("F3" . [f3]) ("F4" . [f4]) ("F5" . [f5]) | |
84 ("F6" . [f6]) ("F7" . [f7]) ("F8" . [f8]) ("F9" . [f9]) ("F10" . [f10]) | |
85 ("F11" . [f11]) ("F12" . [f12]) ("F13" . "" ) ("F14" . "" ) | |
86 ("HELP" . "" ) ("DO" . "" ) ("F17" . "" ) ("F18" . "" ) | |
87 ("F19" . "" ) ("F20" . "" ))) | |
38436
b174db545cfd
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
19011
diff
changeset
|
88 |
93975
1e3a407766b9
Fix up comment convention on the arch-tag lines.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
79705
diff
changeset
|
89 ;; arch-tag: 4593d053-183a-4062-97de-57b8877595ce |
38436
b174db545cfd
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
19011
diff
changeset
|
90 ;;; edt-pc.el ends here |