comparison lisp/emulation/tpu-edt.el @ 16423:ecbb741d054c

(tpu-load-xkeys): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 12 Oct 1996 02:34:32 +0000
parents 3c75845250f0
children e558b6879b0c
comparison
equal deleted inserted replaced
16422:8738fd2b351a 16423:ecbb741d054c
59 ;; . History recall of search strings, file names, and commands 59 ;; . History recall of search strings, file names, and commands
60 60
61 ;; Please note that TPU-edt does NOT emulate TPU. It emulates TPU's EDT 61 ;; Please note that TPU-edt does NOT emulate TPU. It emulates TPU's EDT
62 ;; emulation. Very few TPU line-mode commands are supported. 62 ;; emulation. Very few TPU line-mode commands are supported.
63 63
64 ;; TPU-edt, like it's VMS cousin, works on VT-series terminals with DEC 64 ;; TPU-edt, like its VMS cousin, works on VT-series terminals with DEC
65 ;; style keyboards. VT terminal emulators, including xterm with the 65 ;; style keyboards. VT terminal emulators, including xterm with the
66 ;; appropriate key translations, work just fine too. 66 ;; appropriate key translations, work just fine too.
67 67
68 ;; TPU-edt works with X-windows. This is accomplished through a TPU-edt X 68 ;; TPU-edt works with X-windows. This is accomplished through a TPU-edt X
69 ;; key map. The TPU-edt module tpu-mapper creates this map and stores it 69 ;; key map. The TPU-edt module tpu-mapper creates this map and stores it
124 124
125 ;; Help is available! The traditional help keys (Help and PF2) display 125 ;; Help is available! The traditional help keys (Help and PF2) display
126 ;; a small help file showing the default keypad layout, control key 126 ;; a small help file showing the default keypad layout, control key
127 ;; functions, and Gold key functions. Pressing any key inside of help 127 ;; functions, and Gold key functions. Pressing any key inside of help
128 ;; splits the screen and prints a description of the function of the 128 ;; splits the screen and prints a description of the function of the
129 ;; pressed key. Gold-PF2 invokes the native emacs help, with it's 129 ;; pressed key. Gold-PF2 invokes the native emacs help, with its
130 ;; zillions of options. 130 ;; zillions of options.
131 131
132 ;; Thanks to emacs, TPU-edt has some extensions that may make your life 132 ;; Thanks to emacs, TPU-edt has some extensions that may make your life
133 ;; easier, or at least more interesting. For example, Gold-r toggles 133 ;; easier, or at least more interesting. For example, Gold-r toggles
134 ;; TPU-edt rectangular mode. In rectangular mode, Remove and Insert work 134 ;; TPU-edt rectangular mode. In rectangular mode, Remove and Insert work
2389 (insert " 2389 (insert "
2390 2390
2391 Ack!! You're running TPU-edt under X-windows without loading an 2391 Ack!! You're running TPU-edt under X-windows without loading an
2392 X key definition file. To create a TPU-edt X key definition 2392 X key definition file. To create a TPU-edt X key definition
2393 file, run the tpu-mapper.el program. It came with TPU-edt. It 2393 file, run the tpu-mapper.el program. It came with TPU-edt. It
2394 even includes directions on how to use it! Perhaps it's laying 2394 even includes directions on how to use it! Perhaps it's lying
2395 around here someplace. ") 2395 around here someplace. ")
2396 (let ((file "tpu-mapper.el") 2396 (let ((file "tpu-mapper.el")
2397 (found nil) 2397 (found nil)
2398 (path nil) 2398 (path nil)
2399 (search-list (append (list (expand-file-name ".")) load-path))) 2399 (search-list (append (list (expand-file-name ".")) load-path)))