Mercurial > emacs
annotate lisp/emulation/edt-pc.el @ 99602:c94ec53df9d8
* net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
(ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
(ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
(ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
(ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
(ange-ftp-quote-string, ange-ftp-process-handle-line)
(ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
(ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
(ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
(ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
(ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
(ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
(ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
(ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
(ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
(ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
(ange-ftp-default-user, ange-ftp-default-password)
(ange-ftp-default-account, ange-ftp-netrc-default-password)
(ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
(ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
(ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
(ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
(ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
(ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
(ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
(ange-ftp-make-backup-files, ange-ftp-retry-time)
(ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
(ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
(ange-ftp-gateway-tmp-name-template)
(ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
(ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
(ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
(ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
(ange-ftp-gateway-program): Remove * from docstring and reflow.
(ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
(ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
(ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
(ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
(ange-ftp-rename-local-to-remote): Doc fixes.
(ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
Use `when', `unless'.
(ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
(ange-ftp-process-handle-hash): Rename arg STR to STRING.
(ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
(ange-ftp-smart-login): Rename arg PASS to PASSWORD.
(ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
(ange-ftp-process-sentinel): Use `when'. Fix typo.
(ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
(ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
(ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
(ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
(ange-ftp-dumb-unix-host, ange-ftp-binary-file)
(ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
(ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
(ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
`(save-match-data (string-match ...))'.
(ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
(ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
Use `string-match-p' instead of `(save-match-data (string-match ...))'.
Doc fixes.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 16 Nov 2008 05:50:23 +0000 |
parents | eb7b2376cae5 |
children | a9dc0e7c3f2b |
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, |
79705 | 4 ;; 2005, 2006, 2007, 2008 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 |