]> code.delx.au - gnu-emacs/blob - lisp/emulation/tpu-edt.el
(sieve-string-bytes): Remove.
[gnu-emacs] / lisp / emulation / tpu-edt.el
1 ;;; tpu-edt.el --- Emacs emulating TPU emulating EDT
2
3 ;; Copyright (C) 1993, 1994, 1995, 2000, 2001, 2002, 2003, 2004,
4 ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5
6 ;; Author: Rob Riepel <riepel@networking.stanford.edu>
7 ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu>
8 ;; Version: 4.5
9 ;; Keywords: emulations
10
11 ;; This file is part of GNU Emacs.
12
13 ;; GNU Emacs is free software; you can redistribute it and/or modify
14 ;; it under the terms of the GNU General Public License as published by
15 ;; the Free Software Foundation; either version 3, or (at your option)
16 ;; any later version.
17
18 ;; GNU Emacs is distributed in the hope that it will be useful,
19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 ;; GNU General Public License for more details.
22
23 ;; You should have received a copy of the GNU General Public License
24 ;; along with GNU Emacs; see the file COPYING. If not, write to the
25 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
26 ;; Boston, MA 02110-1301, USA.
27
28 ;; TPU-edt is based on tpu.el by Jeff Kowalski and Bob Covey.
29
30 ;;; Commentary:
31
32 ;; %% TPU-edt -- Emacs emulating TPU emulating EDT
33
34 ;; %% Contents
35
36 ;; % Introduction
37 ;; % Differences Between TPU-edt and DEC TPU/edt
38 ;; % Starting TPU-edt
39 ;; % Customizing TPU-edt using the Emacs Initialization File
40 ;; % Regular Expressions in TPU-edt
41
42
43 ;; %% Introduction
44
45 ;; TPU-edt emulates the popular DEC VMS editor EDT (actually, it emulates
46 ;; DEC TPU's EDT emulation, hence the name TPU-edt). TPU-edt features the
47 ;; following TPU/edt functionality:
48
49 ;; . EDT keypad
50 ;; . On-line help
51 ;; . Repeat counts
52 ;; . Scroll margins
53 ;; . Learn sequences
54 ;; . Free cursor mode
55 ;; . Rectangular cut and paste
56 ;; . Multiple windows and buffers
57 ;; . TPU line-mode REPLACE command
58 ;; . Wild card search and substitution
59 ;; . Configurable through an initialization file
60 ;; . History recall of search strings, file names, and commands
61
62 ;; Please note that TPU-edt does NOT emulate TPU. It emulates TPU's EDT
63 ;; emulation. Very few TPU line-mode commands are supported.
64
65 ;; TPU-edt, like its VMS cousin, works on VT-series terminals with DEC
66 ;; style keyboards. VT terminal emulators, including xterm with the
67 ;; appropriate key translations, work just fine too.
68
69 ;; TPU-edt works with X-windows. This is accomplished through a TPU-edt
70 ;; X key map. The tpu-mapper command creates this map and stores it in a
71 ;; file. See the tpu-mapper command help for more information, or just
72 ;; run it and follow the directions.
73
74
75 ;; %% Differences Between TPU-edt and DEC TPU/edt
76
77 ;; In some cases, Emacs doesn't support text highlighting, so selected
78 ;; regions are not shown in inverse video. Emacs uses the concept of "the
79 ;; mark". The mark is set at one end of a selected region; the cursor is
80 ;; at the other. In cases where the selected region cannot be shown in
81 ;; inverse video an at sign (@) appears in the mode line when mark is set.
82 ;; The native Emacs command ^X^X (Control-X twice) exchanges the cursor
83 ;; with the mark; this provides a handy way to find the location of the
84 ;; mark.
85
86 ;; In TPU the cursor can be either bound or free. Bound means the cursor
87 ;; cannot wander outside the text of the file being edited. Free means
88 ;; the arrow keys can move the cursor past the ends of lines. Free is the
89 ;; default mode in TPU; bound is the only mode in EDT. Bound is the only
90 ;; mode in the base version of TPU-edt; optional extensions add an
91 ;; approximation of free mode, see the commentary in tpu-extras.el for
92 ;; details.
93
94 ;; Like TPU, Emacs uses multiple buffers. Some buffers are used to hold
95 ;; files you are editing; other "internal" buffers are used for Emacs' own
96 ;; purposes (like showing you help). Here are some commands for dealing
97 ;; with buffers.
98
99 ;; Gold-B moves to next buffer, including internal buffers
100 ;; Gold-N moves to next buffer containing a file
101 ;; Gold-M brings up a buffer menu (like TPU "show buffers")
102
103 ;; Emacs is very fond of throwing up new windows. Dealing with all these
104 ;; windows can be a little confusing at first, so here are a few commands
105 ;; to that may help:
106
107 ;; Gold-Next_Scr moves to the next window on the screen
108 ;; Gold-Prev_Scr moves to the previous window on the screen
109 ;; Gold-TAB also moves to the next window on the screen
110
111 ;; Control-x 1 deletes all but the current window
112 ;; Control-x 0 deletes the current window
113
114 ;; Note that the buffers associated with deleted windows still exist!
115
116 ;; Like TPU, TPU-edt has a "command" function, invoked with Gold-KP7 or
117 ;; Do. Most of the commands available are Emacs commands. Some TPU
118 ;; commands are available, they are: replace, exit, quit, include, and
119 ;; Get (unfortunately, "get" is an internal Emacs function, so we are
120 ;; stuck with "Get" - to make life easier, Get is available as Gold-g).
121
122 ;; TPU-edt supports the recall of commands, file names, and search
123 ;; strings. The history of strings recalled differs slightly from
124 ;; TPU/edt, but it is still very convenient.
125
126 ;; Help is available! The traditional help keys (Help and PF2) display
127 ;; a small help file showing the default keypad layout, control key
128 ;; functions, and Gold key functions. Pressing any key inside of help
129 ;; splits the screen and prints a description of the function of the
130 ;; pressed key. Gold-PF2 invokes the native Emacs help, with its
131 ;; zillions of options.
132
133 ;; Thanks to Emacs, TPU-edt has some extensions that may make your life
134 ;; easier, or at least more interesting. For example, Gold-r toggles
135 ;; TPU-edt rectangular mode. In rectangular mode, Remove and Insert work
136 ;; on rectangles. Likewise, Gold-* toggles TPU-edt regular expression
137 ;; mode. In regular expression mode Find, Find Next, and the line-mode
138 ;; replace command work with regular expressions. [A regular expression
139 ;; is a pattern that denotes a set of strings; like VMS wildcards.]
140
141 ;; Emacs also gives TPU-edt the undo and occur functions. Undo does
142 ;; what it says; it undoes the last change. Multiple undos in a row
143 ;; undo multiple changes. For your convenience, undo is available on
144 ;; Gold-u. Occur shows all the lines containing a specific string in
145 ;; another window. Moving to that window, and typing ^C^C (Control-C
146 ;; twice) on a particular line moves you back to the original window
147 ;; at that line. Occur is on Gold-o.
148
149 ;; Finally, as you edit, remember that all the power of Emacs is at
150 ;; your disposal. It really is a fantastic tool. You may even want to
151 ;; take some time and read the Emacs tutorial; perhaps not to learn the
152 ;; native Emacs key bindings, but to get a feel for all the things
153 ;; Emacs can do for you. The Emacs tutorial is available from the
154 ;; Emacs help function: "Gold-PF2 t"
155
156
157 ;; %% Starting TPU-edt
158
159 ;; All you have to do to start TPU-edt, is turn it on. This can be
160 ;; done from the command line when running Emacs.
161
162 ;; prompt> emacs -f tpu-edt
163
164 ;; If you've already started Emacs, turn on TPU-edt using the tpu-edt
165 ;; command. First press `M-x' (that's usually `ESC' followed by `x')
166 ;; and type `tpu-edt' followed by a carriage return.
167
168 ;; If you like TPU-edt and want to use it all the time, you can start
169 ;; TPU-edt using the Emacs initialization file, .emacs. Simply create
170 ;; a .emacs file in your home directory containing the line:
171
172 ;; (tpu-edt)
173
174 ;; That's all you need to do to start TPU-edt.
175
176
177 ;; %% Customizing TPU-edt using the Emacs Initialization File
178
179 ;; The following is a sample Emacs initialization file. It shows how to
180 ;; invoke TPU-edt, and how to customize it.
181
182 ;; ; .emacs - a sample Emacs initialization file
183
184 ;; ; Turn on TPU-edt
185 ;; (tpu-edt)
186
187 ;; ; Set scroll margins 10% (top) and 15% (bottom).
188 ;; (tpu-set-scroll-margins "10%" "15%")
189
190 ;; ; Load the vtxxx terminal control functions.
191 ;; (load "vt-control" t)
192
193 ;; ; TPU-edt treats words like EDT; here's how to add word separators.
194 ;; ; Note that backslash (\) and double quote (") are quoted with '\'.
195 ;; (tpu-add-word-separators "]\\[-_,.\"=+()'/*#:!&;$")
196
197 ;; ; Emacs is happy to save files without a final newline; other Unix
198 ;; ; programs hate that! Here we make sure that files end with newlines.
199 ;; (setq require-final-newline t)
200
201 ;; ; Emacs uses Control-s and Control-q. Problems can occur when using
202 ;; ; Emacs on terminals that use these codes for flow control (Xon/Xoff
203 ;; ; flow control). These lines disable Emacs' use of these characters.
204 ;; (global-unset-key "\C-s")
205 ;; (global-unset-key "\C-q")
206
207 ;; ; The Emacs universal-argument function is very useful.
208 ;; ; This line maps universal-argument to Gold-PF1.
209 ;; (define-key tpu-gold-map [kp_f1] 'universal-argument) ; Gold-PF1
210
211 ;; ; Make KP7 move by paragraphs, instead of pages.
212 ;; (define-key tpu-global-map [kf_7] 'tpu-paragraph) ; KP7
213
214 ;; ; Repeat the preceding mappings for X-windows.
215 ;; (cond
216 ;; (window-system
217 ;; (define-key tpu-global-map [kp_7] 'tpu-paragraph) ; KP7
218 ;; (define-key tpu-gold-map [kp_f1] 'universal-argument))) ; GOLD-PF1
219
220 ;; ; Display the TPU-edt version.
221 ;; (tpu-version)
222
223
224 ;; %% Regular Expressions in TPU-edt
225
226 ;; Gold-* toggles TPU-edt regular expression mode. In regular expression
227 ;; mode, find, find next, replace, and substitute accept Emacs regular
228 ;; expressions. A complete list of Emacs regular expressions can be found
229 ;; using the Emacs "info" command (it's somewhat like the VMS help
230 ;; command). Try the following sequence of commands:
231
232 ;; DO info <enter info mode>
233 ;; m emacs <select the "emacs" topic>
234 ;; m regexs <select the "regular expression" topic>
235
236 ;; Type "q" to quit out of info mode.
237
238 ;; There is a problem in regular expression mode when searching for empty
239 ;; strings, like beginning-of-line (^) and end-of-line ($). When searching
240 ;; for these strings, find-next may find the current string, instead of the
241 ;; next one. This can cause global replace and substitute commands to loop
242 ;; forever in the same location. For this reason, commands like
243
244 ;; replace "^" "> " <add "> " to beginning of line>
245 ;; replace "$" "00711" <add "00711" to end of line>
246
247 ;; may not work properly.
248
249 ;; Commands like those above are very useful for adding text to the
250 ;; beginning or end of lines. They might work on a line-by-line basis, but
251 ;; go into an infinite loop if the "all" response is specified. If the
252 ;; goal is to add a string to the beginning or end of a particular set of
253 ;; lines TPU-edt provides functions to do this.
254
255 ;; Gold-^ Add a string at BOL in region or buffer
256 ;; Gold-$ Add a string at EOL in region or buffer
257
258 ;; There is also a TPU-edt interface to the native Emacs string replacement
259 ;; commands. Gold-/ invokes this command. It accepts regular expressions
260 ;; if TPU-edt is in regular expression mode. Given a repeat count, it will
261 ;; perform the replacement without prompting for confirmation.
262
263 ;; This command replaces empty strings correctly, however, it has its
264 ;; drawbacks. As a native Emacs command, it has a different interface
265 ;; than the emulated TPU commands. Also, it works only in the forward
266 ;; direction, regardless of the current TPU-edt direction.
267
268 ;;; Todo/Bugs:
269
270 ;; We shouldn't use vt100 ESC sequences since it is uselessly fighting
271 ;; against function-key-map. Better use real key names.
272
273 ;;; Code:
274
275 ;; we use picture-mode functions
276 (require 'picture)
277
278 (defgroup tpu nil
279 "Emacs emulating TPU emulating EDT."
280 :prefix "tpu-"
281 :group 'emulations)
282
283
284 ;;;
285 ;;; Version Information
286 ;;;
287 (defconst tpu-version "4.5" "TPU-edt version number.")
288
289
290 ;;;
291 ;;; User Configurable Variables
292 ;;;
293 (defcustom tpu-have-ispell t
294 "Non-nil means `tpu-spell-check' uses `ispell-region' for spell checking.
295 Otherwise, use `spell-region'."
296 :type 'boolean
297 :group 'tpu)
298 (make-obsolete-variable 'tpu-have-ispell "the `spell' package is obsolete."
299 "23.1")
300
301 (defcustom tpu-kill-buffers-silently nil
302 "If non-nil, TPU-edt kills modified buffers without asking."
303 :type 'boolean
304 :group 'tpu)
305
306 (defcustom tpu-percent-scroll 75
307 "Percentage of the screen to scroll for next/previous screen commands."
308 :type 'integer
309 :group 'tpu)
310
311 (defcustom tpu-pan-columns 16
312 "Number of columns the tpu-pan functions scroll left or right."
313 :type 'integer
314 :group 'tpu)
315
316
317 ;;;
318 ;;; Global Keymaps
319 ;;;
320
321 (defvar tpu-gold-map
322 (let ((map (make-keymap)))
323 ;; Previously we used escape sequences here. We now instead presume
324 ;; that term/*.el does its job to map the escape sequence to the right
325 ;; key-symbol.
326
327 (define-key map [up] 'tpu-move-to-beginning) ; up-arrow
328 (define-key map [down] 'tpu-move-to-end) ; down-arrow
329 (define-key map [right] 'end-of-line) ; right-arrow
330 (define-key map [left] 'beginning-of-line) ; left-arrow
331
332 ;; (define-key map [find] nil) ; Find
333 ;; (define-key map [insert] nil) ; Insert Here
334 (define-key map [delete] 'tpu-store-text) ; Remove
335 (define-key map [select] 'tpu-unselect) ; Select
336 (define-key map [prior] 'tpu-previous-window) ; Prev Screen
337 (define-key map [next] 'tpu-next-window) ; Next Screen
338
339 ;; (define-key map [f1] nil) ; F1
340 ;; (define-key map [f2] nil) ; F2
341 ;; (define-key map [f3] nil) ; F3
342 ;; (define-key map [f4] nil) ; F4
343 ;; (define-key map [f5] nil) ; F5
344 ;; (define-key map [f6] nil) ; F6
345 ;; (define-key map [f7] nil) ; F7
346 ;; (define-key map [f8] nil) ; F8
347 ;; (define-key map [f9] nil) ; F9
348 ;; (define-key map [f10] nil) ; F10
349 ;; (define-key map [f11] nil) ; F11
350 ;; (define-key map [f12] nil) ; F12
351 ;; (define-key map [f13] nil) ; F13
352 ;; (define-key map [f14] nil) ; F14
353 (define-key map [help] 'describe-bindings) ; HELP
354 ;; (define-key map [menu] nil) ; DO
355 (define-key map [f17] 'tpu-drop-breadcrumb) ; F17
356 ;; (define-key map [f18] nil) ; F18
357 ;; (define-key map [f19] nil) ; F19
358 ;; (define-key map [f20] nil) ; F20
359
360 (define-key map [kp-f1] 'keyboard-quit) ; PF1
361 (define-key map [kp-f2] 'help-for-help) ; PF2
362 (define-key map [kp-f3] 'tpu-search) ; PF3
363 (define-key map [kp-f4] 'tpu-undelete-lines) ; PF4
364 (define-key map [kp-0] 'open-line) ; KP0
365 (define-key map [kp-1] 'tpu-change-case) ; KP1
366 (define-key map [kp-2] 'tpu-delete-to-eol) ; KP2
367 (define-key map [kp-3] 'tpu-special-insert) ; KP3
368 (define-key map [kp-4] 'tpu-move-to-end) ; KP4
369 (define-key map [kp-5] 'tpu-move-to-beginning) ; KP5
370 (define-key map [kp-6] 'tpu-paste) ; KP6
371 (define-key map [kp-7] 'execute-extended-command) ; KP7
372 (define-key map [kp-8] 'tpu-fill) ; KP8
373 (define-key map [kp-9] 'tpu-replace) ; KP9
374 (define-key map [kp-subtract] 'tpu-undelete-words) ; KP-
375 (define-key map [kp-separator] 'tpu-undelete-char) ; KP,
376 (define-key map [kp-decimal] 'tpu-unselect) ; KP.
377 (define-key map [kp-enter] 'tpu-substitute) ; KPenter
378
379 ;;
380 (define-key map "\C-A" 'tpu-toggle-overwrite-mode) ; ^A
381 ;; (define-key map "\C-B" nil) ; ^B
382 ;; (define-key map "\C-C" nil) ; ^C
383 ;; (define-key map "\C-D" nil) ; ^D
384 ;; (define-key map "\C-E" nil) ; ^E
385 (define-key map "\C-F" 'set-visited-file-name) ; ^F
386 (define-key map "\C-g" 'keyboard-quit) ; safety first
387 (define-key map "\C-h" 'delete-other-windows) ; BS
388 (define-key map "\C-i" 'other-window) ; TAB
389 ;; (define-key map "\C-J" nil) ; ^J
390 (define-key map "\C-K" 'tpu-define-macro-key) ; ^K
391 (define-key map "\C-l" 'downcase-region) ; ^L
392 ;; (define-key map "\C-M" nil) ; ^M
393 ;; (define-key map "\C-N" nil) ; ^N
394 ;; (define-key map "\C-O" nil) ; ^O
395 ;; (define-key map "\C-P" nil) ; ^P
396 ;; (define-key map "\C-Q" nil) ; ^Q
397 ;; (define-key map "\C-R" nil) ; ^R
398 ;; (define-key map "\C-S" nil) ; ^S
399 (define-key map "\C-T" 'tpu-toggle-control-keys) ; ^T
400 (define-key map "\C-u" 'upcase-region) ; ^U
401 ;; (define-key map "\C-V" nil) ; ^V
402 (define-key map "\C-w" 'tpu-write-current-buffers) ; ^W
403 ;; (define-key map "\C-X" nil) ; ^X
404 ;; (define-key map "\C-Y" nil) ; ^Y
405 ;; (define-key map "\C-Z" nil) ; ^Z
406 (define-key map " " 'undo) ; SPC
407 ;; (define-key map "!" nil) ; !
408 ;; (define-key map "#" nil) ; #
409 (define-key map "$" 'tpu-add-at-eol) ; $
410 (define-key map "%" 'tpu-goto-percent) ; %
411 ;; (define-key map "&" nil) ; &
412 ;; (define-key map "(" nil) ; (
413 ;; (define-key map ")" nil) ; )
414 (define-key map "*" 'tpu-toggle-regexp) ; *
415 ;; (define-key map "+" nil) ; +
416 (define-key map "," 'tpu-goto-breadcrumb) ; ,
417 (define-key map "-" 'negative-argument) ; -
418 (define-key map "." 'tpu-drop-breadcrumb) ; .
419 (define-key map "/" 'tpu-emacs-replace) ; /
420 (define-key map "0" 'digit-argument) ; 0
421 (define-key map "1" 'digit-argument) ; 1
422 (define-key map "2" 'digit-argument) ; 2
423 (define-key map "3" 'digit-argument) ; 3
424 (define-key map "4" 'digit-argument) ; 4
425 (define-key map "5" 'digit-argument) ; 5
426 (define-key map "6" 'digit-argument) ; 6
427 (define-key map "7" 'digit-argument) ; 7
428 (define-key map "8" 'digit-argument) ; 8
429 (define-key map "9" 'digit-argument) ; 9
430 ;; (define-key map ":" nil) ; :
431 (define-key map ";" 'tpu-trim-line-ends) ; ;
432 ;; (define-key map "<" nil) ; <
433 ;; (define-key map "=" nil) ; =
434 ;; (define-key map ">" nil) ; >
435 (define-key map "?" 'tpu-spell-check) ; ?
436 ;; (define-key map "A" 'tpu-toggle-newline-and-indent) ; A
437 ;; (define-key map "B" 'tpu-next-buffer) ; B
438 ;; (define-key map "C" 'repeat-complex-command) ; C
439 ;; (define-key map "D" 'shell-command) ; D
440 ;; (define-key map "E" 'tpu-exit) ; E
441 ;; (define-key map "F" 'tpu-cursor-free-mode) ; F
442 ;; (define-key map "G" 'tpu-get) ; G
443 ;; (define-key map "H" nil) ; H
444 ;; (define-key map "I" 'tpu-include) ; I
445 ;; (define-key map "K" 'tpu-kill-buffer) ; K
446 (define-key map "L" 'tpu-what-line) ; L
447 ;; (define-key map "M" 'buffer-menu) ; M
448 ;; (define-key map "N" 'tpu-next-file-buffer) ; N
449 ;; (define-key map "O" 'occur) ; O
450 (define-key map "P" 'lpr-buffer) ; P
451 ;; (define-key map "Q" 'tpu-quit) ; Q
452 ;; (define-key map "R" 'tpu-toggle-rectangle) ; R
453 ;; (define-key map "S" 'replace) ; S
454 ;; (define-key map "T" 'tpu-line-to-top-of-window) ; T
455 ;; (define-key map "U" 'undo) ; U
456 ;; (define-key map "V" 'tpu-version) ; V
457 ;; (define-key map "W" 'save-buffer) ; W
458 ;; (define-key map "X" 'tpu-save-all-buffers-kill-emacs) ; X
459 ;; (define-key map "Y" 'copy-region-as-kill) ; Y
460 ;; (define-key map "Z" 'suspend-emacs) ; Z
461 (define-key map "[" 'blink-matching-open) ; [
462 ;; (define-key map "\\" nil) ; \
463 (define-key map "]" 'blink-matching-open) ; ]
464 (define-key map "^" 'tpu-add-at-bol) ; ^
465 (define-key map "_" 'split-window-vertically) ; -
466 (define-key map "`" 'what-line) ; `
467 (define-key map "a" 'tpu-toggle-newline-and-indent) ; a
468 (define-key map "b" 'tpu-next-buffer) ; b
469 (define-key map "c" 'repeat-complex-command) ; c
470 (define-key map "d" 'shell-command) ; d
471 (define-key map "e" 'tpu-exit) ; e
472 (define-key map "f" 'tpu-cursor-free-mode) ; f
473 (define-key map "g" 'tpu-get) ; g
474 ;; (define-key map "h" nil) ; h
475 (define-key map "i" 'tpu-include) ; i
476 (define-key map "k" 'tpu-kill-buffer) ; k
477 (define-key map "l" 'goto-line) ; l
478 (define-key map "m" 'buffer-menu) ; m
479 (define-key map "n" 'tpu-next-file-buffer) ; n
480 (define-key map "o" 'occur) ; o
481 (define-key map "p" 'lpr-region) ; p
482 (define-key map "q" 'tpu-quit) ; q
483 (define-key map "r" 'tpu-toggle-rectangle) ; r
484 (define-key map "s" 'replace) ; s
485 (define-key map "t" 'tpu-line-to-top-of-window) ; t
486 (define-key map "u" 'undo) ; u
487 (define-key map "v" 'tpu-version) ; v
488 (define-key map "w" 'save-buffer) ; w
489 (define-key map "x" 'tpu-save-all-buffers-kill-emacs) ; x
490 (define-key map "y" 'copy-region-as-kill) ; y
491 (define-key map "z" 'suspend-emacs) ; z
492 ;; (define-key map "{" nil) ; {
493 (define-key map "|" 'split-window-horizontally) ; |
494 ;; (define-key map "}" nil) ; }
495 (define-key map "~" 'exchange-point-and-mark) ; ~
496 (define-key map "\177" 'delete-window) ; <X]
497 map)
498 "Maps the function keys on the VT100 keyboard preceded by PF1.
499 GOLD is the ASCII 7-bit escape sequence <ESC>OP.")
500 (define-obsolete-variable-alias 'GOLD-map 'tpu-gold-map "23.1")
501
502 (defvar tpu-global-map
503 (let ((map (make-sparse-keymap)))
504
505 ;; Previously defined in CSI-map. We now presume that term/*.el does
506 ;; its job to map the escape sequence to the right key-symbol.
507 (define-key map [find] 'tpu-search) ; Find
508 (define-key map [insert] 'tpu-paste) ; Insert Here
509 (define-key map [delete] 'tpu-cut) ; Remove
510 (define-key map [select] 'tpu-select) ; Select
511 (define-key map [prior] 'tpu-scroll-window-down) ; Prev Screen
512 (define-key map [next] 'tpu-scroll-window-up) ; Next Screen
513
514 ;; (define-key map [f1] nil) ; F1
515 ;; (define-key map [f2] nil) ; F2
516 ;; (define-key map [f3] nil) ; F3
517 ;; (define-key map [f4] nil) ; F4
518 ;; (define-key map [f5] nil) ; F5
519 ;; (define-key map [f6] nil) ; F6
520 ;; (define-key map [f7] nil) ; F7
521 ;; (define-key map [f8] nil) ; F8
522 ;; (define-key map [f9] nil) ; F9
523 (define-key map [f10] 'tpu-exit) ; F10
524 (define-key map [f11] 'tpu-insert-escape) ; F11 (ESC)
525 (define-key map [f12] 'tpu-next-beginning-of-line) ; F12 (BS)
526 (define-key map [f13] 'tpu-delete-previous-word) ; F13 (LF)
527 (define-key map [f14] 'tpu-toggle-overwrite-mode) ; F14
528 (define-key map [help] 'tpu-help) ; HELP
529 (define-key map [menu] 'execute-extended-command) ; DO
530 (define-key map [f17] 'tpu-goto-breadcrumb) ; F17
531 ;; (define-key map [f18] nil) ; F18
532 ;; (define-key map [f19] nil) ; F19
533 ;; (define-key map [f20] nil) ; F20
534
535
536 ;; Previously defined in SS3-map. We now presume that term/*.el does
537 ;; its job to map the escape sequence to the right key-symbol.
538 (define-key map [kp-f1] tpu-gold-map) ; GOLD map
539 ;;
540 (define-key map [up] 'tpu-previous-line) ; up
541 (define-key map [down] 'tpu-next-line) ; down
542 (define-key map [right] 'tpu-forward-char) ; right
543 (define-key map [left] 'tpu-backward-char) ; left
544
545 (define-key map [kp-f2] 'tpu-help) ; PF2
546 (define-key map [kp-f3] 'tpu-search-again) ; PF3
547 (define-key map [kp-f4] 'tpu-delete-current-line) ; PF4
548 (define-key map [kp-0] 'tpu-line) ; KP0
549 (define-key map [kp-1] 'tpu-word) ; KP1
550 (define-key map [kp-2] 'tpu-end-of-line) ; KP2
551 (define-key map [kp-3] 'tpu-char) ; KP3
552 (define-key map [kp-4] 'tpu-advance-direction) ; KP4
553 (define-key map [kp-5] 'tpu-backup-direction) ; KP5
554 (define-key map [kp-6] 'tpu-cut) ; KP6
555 (define-key map [kp-7] 'tpu-page) ; KP7
556 (define-key map [kp-8] 'tpu-scroll-window) ; KP8
557 (define-key map [kp-9] 'tpu-append-region) ; KP9
558 (define-key map [kp-subtract] 'tpu-delete-current-word) ; KP-
559 (define-key map [kp-separator] 'tpu-delete-current-char) ; KP,
560 (define-key map [kp-decimal] 'tpu-select) ; KP.
561 (define-key map [kp-enter] 'newline) ; KPenter
562
563 map)
564 "TPU-edt global keymap.")
565
566
567 ;;;
568 ;;; Global Variables
569 ;;;
570 (defvar tpu-last-replaced-text ""
571 "Last text deleted by a TPU-edt replace command.")
572 (defvar tpu-last-deleted-region ""
573 "Last text deleted by a TPU-edt remove command.")
574 (defvar tpu-last-deleted-lines ""
575 "Last text deleted by a TPU-edt line-delete command.")
576 (defvar tpu-last-deleted-words ""
577 "Last text deleted by a TPU-edt word-delete command.")
578 (defvar tpu-last-deleted-char ""
579 "Last character deleted by a TPU-edt character-delete command.")
580
581 (defvar tpu-searching-forward t
582 "If non-nil, TPU-edt is searching in the forward direction.")
583 (defvar tpu-search-last-string ""
584 "Last text searched for by the TPU-edt search commands.")
585 (defvar tpu-search-overlay (make-overlay 1 1)
586 "Search highlight overlay.")
587 (overlay-put tpu-search-overlay 'face 'bold)
588
589 (defvar tpu-replace-overlay (make-overlay 1 1)
590 "Replace highlight overlay.")
591 (overlay-put tpu-replace-overlay 'face 'highlight)
592
593 (defvar tpu-regexp-p nil
594 "If non-nil, TPU-edt uses regexp search and replace routines.")
595 (defvar tpu-rectangular-p nil
596 "If non-nil, TPU-edt removes and inserts rectangles.")
597 (defvar tpu-advance t
598 "True when TPU-edt is operating in the forward direction.")
599 (defvar tpu-reverse nil
600 "True when TPU-edt is operating in the backward direction.")
601 (defvar tpu-control-keys nil
602 "If non-nil, control keys are set to perform TPU functions.")
603 (defvar tpu-xkeys-file nil
604 "File containing TPU-edt X key map.")
605
606 (defvar tpu-rectangle-string nil
607 "Mode line string to identify rectangular mode.")
608 (defvar tpu-direction-string nil
609 "Mode line string to identify current direction.")
610
611 (defvar tpu-add-at-bol-hist nil
612 "History variable for tpu-edt-add-at-bol function.")
613 (defvar tpu-add-at-eol-hist nil
614 "History variable for tpu-edt-add-at-eol function.")
615 (defvar tpu-regexp-prompt-hist nil
616 "History variable for search and replace functions.")
617
618
619 ;;;
620 ;;; Buffer Local Variables
621 ;;;
622 (defvar tpu-newline-and-indent-p nil
623 "If non-nil, Return produces a newline and indents.")
624 (make-variable-buffer-local 'tpu-newline-and-indent-p)
625
626 (defvar tpu-newline-and-indent-string nil
627 "Mode line string to identify AutoIndent mode.")
628 (make-variable-buffer-local 'tpu-newline-and-indent-string)
629
630 (defvar tpu-saved-delete-func nil
631 "Saved value of the delete key.")
632 (make-variable-buffer-local 'tpu-saved-delete-func)
633
634 (defvar tpu-buffer-local-map nil
635 "TPU-edt buffer local key map.")
636 (make-variable-buffer-local 'tpu-buffer-local-map)
637
638
639 ;;;
640 ;;; Mode Line - Modify the mode line to show the following
641 ;;;
642 ;;; o Mark state.
643 ;;; o Direction of motion.
644 ;;; o Active rectangle mode.
645 ;;; o Active auto indent mode.
646 ;;;
647 (defvar tpu-original-mm-alist minor-mode-alist)
648
649 (defvar tpu-mark-flag "")
650 (make-variable-buffer-local 'tpu-mark-flag)
651
652 (defun tpu-set-mode-line (for-tpu)
653 "Set ``minor-mode-alist'' for TPU-edt, or reset it to default Emacs."
654 (let ((entries '((tpu-newline-and-indent-p tpu-newline-and-indent-string)
655 (tpu-rectangular-p tpu-rectangle-string)
656 (tpu-direction-string tpu-direction-string)
657 (tpu-mark-flag tpu-mark-flag))))
658 (dolist (entry entries)
659 (if for-tpu
660 (add-to-list 'minor-mode-alist entry)
661 (setq minor-mode-alist (remove entry minor-mode-alist))))))
662
663 (defun tpu-update-mode-line nil
664 "Make sure mode-line in the current buffer reflects all changes."
665 (setq tpu-mark-flag (if transient-mark-mode "" (if (tpu-mark) " @" " ")))
666 (force-mode-line-update))
667
668 (cond ((featurep 'xemacs)
669 (add-hook 'zmacs-deactivate-region-hook 'tpu-update-mode-line)
670 (add-hook 'zmacs-activate-region-hook 'tpu-update-mode-line))
671 (t
672 (add-hook 'activate-mark-hook 'tpu-update-mode-line)
673 (add-hook 'deactivate-mark-hook 'tpu-update-mode-line)))
674
675
676 ;;;
677 ;;; Match Markers -
678 ;;;
679 ;;; Set in: Search
680 ;;;
681 ;;; Used in: Replace, Substitute, Store-Text, Cut/Remove,
682 ;;; Append, and Change-Case
683 ;;;
684 (defvar tpu-match-beginning-mark (make-marker))
685 (defvar tpu-match-end-mark (make-marker))
686
687 (defun tpu-set-match nil
688 "Set markers at match beginning and end."
689 ;; Add one to beginning mark so it stays with the first character of
690 ;; the string even if characters are added just before the string.
691 (setq tpu-match-beginning-mark (copy-marker (match-beginning 0) t))
692 (setq tpu-match-end-mark (copy-marker (match-end 0))))
693
694 (defun tpu-unset-match nil
695 "Unset match beginning and end markers."
696 (set-marker tpu-match-beginning-mark nil)
697 (set-marker tpu-match-end-mark nil))
698
699 (defun tpu-match-beginning nil
700 "Return the location of the last match beginning."
701 (marker-position tpu-match-beginning-mark))
702
703 (defun tpu-match-end nil
704 "Return the location of the last match end."
705 (marker-position tpu-match-end-mark))
706
707 (defun tpu-check-match nil
708 "Return t if point is between tpu-match markers.
709 Otherwise sets the tpu-match markers to nil and returns nil."
710 ;; make sure 1- marker is in this buffer
711 ;; 2- point is at or after beginning marker
712 ;; 3- point is before ending marker, or in the case of
713 ;; zero length regions (like bol, or eol) that the
714 ;; beginning, end, and point are equal.
715 (cond ((and
716 (equal (marker-buffer tpu-match-beginning-mark) (current-buffer))
717 (>= (point) (marker-position tpu-match-beginning-mark))
718 (or
719 (< (point) (marker-position tpu-match-end-mark))
720 (and (= (marker-position tpu-match-beginning-mark)
721 (marker-position tpu-match-end-mark))
722 (= (marker-position tpu-match-end-mark) (point))))) t)
723 (t
724 (tpu-unset-match) nil)))
725
726 (defun tpu-show-match-markers nil
727 "Show the values of the match markers."
728 (interactive)
729 (if (markerp tpu-match-beginning-mark)
730 (message "(%s, %s) in %s -- current %s in %s"
731 (marker-position tpu-match-beginning-mark)
732 (marker-position tpu-match-end-mark)
733 (marker-buffer tpu-match-end-mark)
734 (point) (current-buffer))))
735
736
737 ;;;
738 ;;; Utilities
739 ;;;
740
741 (defun tpu-mark nil
742 "TPU-edt version of the mark function.
743 Return the appropriate value of the mark for the current
744 version of Emacs."
745 (cond ((featurep 'xemacs) (mark (not zmacs-regions)))
746 (t (and mark-active (mark (not transient-mark-mode))))))
747
748 (defun tpu-set-mark (pos)
749 "TPU-edt version of the `set-mark' function.
750 Sets the mark at POS and activates the region according to the
751 current version of Emacs."
752 (set-mark pos)
753 (when (featurep 'xemacs) (when pos (zmacs-activate-region))))
754
755 (defun tpu-string-prompt (prompt history-symbol)
756 "Read a string with PROMPT."
757 (read-from-minibuffer prompt nil nil nil history-symbol))
758
759 (defvar tpu-last-answer nil "Most recent response to tpu-y-or-n-p.")
760
761 (defun tpu-y-or-n-p (prompt &optional not-yes)
762 "Prompt for a y or n answer with positive default.
763 Optional second argument NOT-YES changes default to negative.
764 Like Emacs `y-or-n-p', but also accepts space as y and DEL as n."
765 (message "%s[%s]" prompt (if not-yes "n" "y"))
766 (let ((doit t))
767 (while doit
768 (setq doit nil)
769 (let ((ans (read-char)))
770 (cond ((or (= ans ?y) (= ans ?Y) (= ans ?\ ))
771 (setq tpu-last-answer t))
772 ((or (= ans ?n) (= ans ?N) (= ans ?\C-?))
773 (setq tpu-last-answer nil))
774 ((= ans ?\r) (setq tpu-last-answer (not not-yes)))
775 (t
776 (setq doit t) (beep)
777 (message "Please answer y or n. %s[%s]"
778 prompt (if not-yes "n" "y")))))))
779 tpu-last-answer)
780
781 (defun tpu-local-set-key (key func)
782 "Replace a key in the TPU-edt local key map.
783 Create the key map if necessary."
784 (cond ((not (keymapp tpu-buffer-local-map))
785 (setq tpu-buffer-local-map (if (current-local-map)
786 (copy-keymap (current-local-map))
787 (make-sparse-keymap)))
788 (use-local-map tpu-buffer-local-map)))
789 (local-set-key key func))
790
791 (defun tpu-current-line ()
792 "Return the vertical position of point in the selected window.
793 Top line is 0. Counts each text line only once, even if it wraps."
794 (or
795 (cdr (nth 6 (posn-at-point)))
796 (if (eq (window-start) (point)) 0
797 (1- (count-screen-lines (window-start) (point) 'count-final-newline)))))
798
799
800 ;;;
801 ;;; Breadcrumbs
802 ;;;
803 (defvar tpu-breadcrumb-plist nil
804 "The set of user-defined markers (breadcrumbs), as a plist.")
805
806 (defun tpu-drop-breadcrumb (num)
807 "Drops a breadcrumb that can be returned to later with goto-breadcrumb."
808 (interactive "p")
809 (put tpu-breadcrumb-plist num (list (current-buffer) (point)))
810 (message "Mark %d set." num))
811
812 (defun tpu-goto-breadcrumb (num)
813 "Return to a breadcrumb set with drop-breadcrumb."
814 (interactive "p")
815 (cond ((get tpu-breadcrumb-plist num)
816 (switch-to-buffer (car (get tpu-breadcrumb-plist num)))
817 (goto-char (cadr (get tpu-breadcrumb-plist num)))
818 (message "mark %d found." num))
819 (t
820 (message "mark %d not found." num))))
821
822
823 ;;;
824 ;;; Miscellaneous
825 ;;;
826 (defun tpu-change-case (num)
827 "Change the case of the character under the cursor or region.
828 Accepts a prefix argument of the number of characters to invert."
829 (interactive "p")
830 (cond ((tpu-mark)
831 (let ((beg (region-beginning)) (end (region-end)))
832 (while (> end beg)
833 (funcall (if (= (downcase (char-after beg)) (char-after beg))
834 'upcase-region 'downcase-region)
835 beg (1+ beg))
836 (setq beg (1+ beg)))
837 (tpu-unselect t)))
838 ((tpu-check-match)
839 (let ((beg (tpu-match-beginning)) (end (tpu-match-end)))
840 (while (> end beg)
841 (funcall (if (= (downcase (char-after beg)) (char-after beg))
842 'upcase-region 'downcase-region)
843 beg (1+ beg))
844 (setq beg (1+ beg)))
845 (tpu-unset-match)))
846 (t
847 (while (> num 0)
848 (funcall (if (= (downcase (following-char)) (following-char))
849 'upcase-region 'downcase-region)
850 (point) (1+ (point)))
851 (forward-char (if tpu-reverse -1 1))
852 (setq num (1- num))))))
853
854 (defun tpu-fill (num)
855 "Fill paragraph or marked region.
856 With argument, fill and justify."
857 (interactive "P")
858 (cond ((tpu-mark)
859 (fill-region (point) (tpu-mark) num)
860 (tpu-unselect t))
861 (t
862 (fill-paragraph num))))
863
864 (defun tpu-version nil
865 "Print the TPU-edt version number."
866 (interactive)
867 (message
868 "TPU-edt version %s by Rob Riepel (riepel@networking.stanford.edu)"
869 tpu-version))
870
871 (defun tpu-reset-screen-size (height width)
872 "Set the screen size."
873 (interactive "nnew screen height: \nnnew screen width: ")
874 (set-frame-height (selected-frame) height)
875 (set-frame-width (selected-frame) width))
876
877 (defun tpu-toggle-newline-and-indent nil
878 "Toggle between 'newline and indent' and 'simple newline'."
879 (interactive)
880 (cond (tpu-newline-and-indent-p
881 (setq tpu-newline-and-indent-string "")
882 (setq tpu-newline-and-indent-p nil)
883 (tpu-local-set-key "\C-m" 'newline))
884 (t
885 (setq tpu-newline-and-indent-string " AutoIndent")
886 (setq tpu-newline-and-indent-p t)
887 (tpu-local-set-key "\C-m" 'newline-and-indent)))
888 (tpu-update-mode-line)
889 (and (interactive-p)
890 (message "Carriage return inserts a newline%s"
891 (if tpu-newline-and-indent-p " and indents." "."))))
892
893 (defun tpu-spell-check nil
894 "Check the spelling of the region, or of the entire buffer,
895 if no region is selected."
896 (interactive)
897 (let ((m (tpu-mark)))
898 (apply (if tpu-have-ispell 'ispell-region
899 'spell-region)
900 (if m
901 (if (> m (point)) (list (point) m)
902 (list m (point)))
903 (list (point-min) (point-max))))
904 (if m (tpu-unselect t))))
905
906 (defun tpu-toggle-overwrite-mode nil
907 "Switch in and out of overwrite mode."
908 (interactive)
909 (cond (overwrite-mode
910 (tpu-local-set-key "\177" tpu-saved-delete-func)
911 (overwrite-mode 0))
912 (t
913 (setq tpu-saved-delete-func (local-key-binding "\177"))
914 (tpu-local-set-key "\177" 'picture-backward-clear-column)
915 (overwrite-mode 1))))
916
917 (defun tpu-special-insert (num)
918 "Insert a character or control code according to its ASCII decimal value."
919 (interactive "P")
920 (if overwrite-mode (delete-char 1))
921 (insert (or num 0)))
922
923 (defun tpu-quoted-insert (num)
924 "Read next input character and insert it.
925 This is useful for inserting control characters."
926 (interactive "*p")
927 (let ((char (read-char)) )
928 (if overwrite-mode (delete-char num))
929 (insert-char char num)))
930
931
932 ;;;
933 ;;; TPU line-mode commands
934 ;;;
935 (defun tpu-include (file)
936 "TPU-like include file."
937 (interactive "fInclude file: ")
938 (insert-file-contents file)
939 (message ""))
940
941 (defun tpu-get (file)
942 "TPU-like get file."
943 (interactive "FFile to get: ")
944 (find-file file find-file-wildcards))
945
946 (defun tpu-what-line nil
947 "Tell what line the point is on,
948 and the total number of lines in the buffer."
949 (interactive)
950 (if (eobp)
951 (message "You are at the End of Buffer. The last line is %d."
952 (count-lines 1 (point-max)))
953 (let* ((cur (count-lines 1 (1+ (point))))
954 (max (count-lines 1 (point-max)))
955 (pct (/ (* 100 (+ cur (/ max 200))) max)))
956 (message "You are on line %d out of %d (%d%%)." cur max pct))))
957
958 (defun tpu-exit nil
959 "Exit the way TPU does, save current buffer and ask about others."
960 (interactive)
961 (if (not (eq (recursion-depth) 0))
962 (exit-recursive-edit)
963 (progn (save-buffer) (save-buffers-kill-emacs))))
964
965 (defun tpu-quit nil
966 "Quit the way TPU does, ask to make sure changes should be abandoned."
967 (interactive)
968 (let ((list (buffer-list))
969 (working t))
970 (while (and list working)
971 (let ((buffer (car list)))
972 (if (and (buffer-file-name buffer) (buffer-modified-p buffer))
973 (if (tpu-y-or-n-p
974 "Modifications will not be saved, continue quitting? ")
975 (kill-emacs t) (setq working nil)))
976 (setq list (cdr list))))
977 (if working (kill-emacs t))))
978
979
980 ;;;
981 ;;; Command and Function Aliases
982 ;;;
983 ;;;###autoload
984 (define-minor-mode tpu-edt-mode
985 "TPU/edt emulation."
986 :global t
987 (if tpu-edt-mode (tpu-edt-on) (tpu-edt-off)))
988
989 (defalias 'TPU-EDT-MODE 'tpu-edt-mode)
990
991 ;;;###autoload
992 (defalias 'tpu-edt 'tpu-edt-on)
993 (defalias 'TPU-EDT 'tpu-edt-on)
994
995 ;; Note: The following functions have no `tpu-' prefix. This is unavoidable.
996 ;; The real TPU/edt editor has interactive commands with these names,
997 ;; so tpu-edt.el users expect things like M-x exit RET and M-x help RET
998 ;; to work. Therefore it really is necessary to define these functions,
999 ;; even in cases where they redefine existing Emacs functions.
1000
1001 (defalias 'exit 'tpu-exit)
1002 (defalias 'EXIT 'tpu-exit)
1003
1004 (defalias 'Get 'tpu-get)
1005 (defalias 'GET 'tpu-get)
1006
1007 (defalias 'include 'tpu-include)
1008 (defalias 'INCLUDE 'tpu-include)
1009
1010 (defalias 'quit 'tpu-quit)
1011 (defalias 'QUIT 'tpu-quit)
1012
1013 (defalias 'spell 'tpu-spell-check)
1014 (defalias 'SPELL 'tpu-spell-check)
1015
1016 (defalias 'what\ line 'tpu-what-line)
1017 (defalias 'WHAT\ LINE 'tpu-what-line)
1018
1019 (defalias 'replace 'tpu-lm-replace)
1020 (defalias 'REPLACE 'tpu-lm-replace)
1021
1022 (defalias 'help 'tpu-help)
1023 (defalias 'HELP 'tpu-help)
1024
1025 (defalias 'set\ cursor\ free 'tpu-set-cursor-free)
1026 (defalias 'SET\ CURSOR\ FREE 'tpu-set-cursor-free)
1027
1028 (defalias 'set\ cursor\ bound 'tpu-set-cursor-bound)
1029 (defalias 'SET\ CURSOR\ BOUND 'tpu-set-cursor-bound)
1030
1031 (defalias 'set\ scroll\ margins 'tpu-set-scroll-margins)
1032 (defalias 'SET\ SCROLL\ MARGINS 'tpu-set-scroll-margins)
1033
1034 ;; Real TPU error messages end in periods.
1035 ;; Define this to avoid openly flouting Emacs coding standards.
1036 (defalias 'tpu-error 'error)
1037
1038
1039 ;;;
1040 ;;; Help
1041 ;;;
1042 (defvar tpu-help-keypad-map "\f
1043 _______________________ _______________________________
1044 | HELP | Do | | | | | |
1045 |KeyDefs| | | | | | |
1046 |_______|_______________| |_______|_______|_______|_______|
1047 _______________________ _______________________________
1048 | Find |Insert |Remove | | Gold | HELP |FndNxt | Del L |
1049 | | |Sto Tex| | key |E-Help | Find |Undel L|
1050 |_______|_______|_______| |_______|_______|_______|_______|
1051 |Select |Pre Scr|Nex Scr| | Page | Sect |Append | Del W |
1052 | Reset |Pre Win|Nex Win| | Do | Fill |Replace|Undel W|
1053 |_______|_______|_______| |_______|_______|_______|_______|
1054 |Move up| |Forward|Reverse|Remove | Del C |
1055 | Top | |Bottom | Top |Insert |Undel C|
1056 _______|_______|_______ |_______|_______|_______|_______|
1057 |Mov Lef|Mov Dow|Mov Rig| | Word | EOL | Char | |
1058 |StaOfLi|Bottom |EndOfLi| |ChngCas|Del EOL|SpecIns| Enter |
1059 |_______|_______|_______| |_______|_______|_______| |
1060 | Line |Select | Subs |
1061 | Open Line | Reset | |
1062 |_______________|_______|_______|
1063 ")
1064
1065 (defvar tpu-help-text "
1066 \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\f
1067
1068 Control Characters
1069
1070 ^A toggle insert and overwrite
1071 ^B recall
1072 ^E end of line
1073
1074 ^G Cancel current operation
1075 ^H beginning of line
1076 ^J delete previous word
1077
1078 ^K learn
1079 ^L insert page break
1080 ^R remember (during learn), re-center
1081
1082 ^U delete to beginning of line
1083 ^V quote
1084 ^W refresh
1085
1086 ^Z exit
1087 ^X^X exchange point and mark - useful for checking region boundaries
1088
1089 \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\f
1090 Gold-<key> Functions
1091
1092 B Next Buffer - display the next buffer (all buffers)
1093 C Recall - edit and possibly repeat previous commands
1094 E Exit - save current buffer and ask about others
1095 G Get - load a file into a new edit buffer
1096
1097 I Include - include a file in this buffer
1098 K Kill Buffer - abandon edits and delete buffer
1099 M Buffer Menu - display a list of all buffers
1100 N Next File Buffer - display next buffer containing a file
1101
1102 O Occur - show following lines containing REGEXP
1103 Q Quit - exit without saving anything
1104 R Toggle rectangular mode for remove and insert
1105 S Search and substitute - line mode REPLACE command
1106
1107 ^T Toggle control key bindings between TPU and Emacs
1108 U Undo - undo the last edit
1109 W Write - save current buffer
1110 X Exit - save all modified buffers and exit
1111
1112 \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\f
1113
1114 More extensive documentation on TPU-edt can be found in the `Commentary'
1115 section of tpu-edt.el. This section can be accessed through the standard
1116 Emacs help facility using the `p' option. Once you exit TPU-edt Help, one
1117 of the following key sequences is sure to get you there.
1118
1119 ^h p if you're not yet using TPU-edt
1120 Gold-PF2 p if you're using TPU-edt
1121
1122 Alternatively, fire up Emacs help from the command prompt, with
1123
1124 M-x help-for-help <CR> p <CR>
1125
1126 Where `M-x' might be any of `Gold-KP7', 'Do', or 'ESC-x'.
1127
1128 When you successfully invoke this part of the Emacs help facility, you
1129 will see a buffer named `*Finder*' listing a number of topics. Look for
1130 tpu-edt under `emulations'.
1131
1132 \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\f
1133
1134 *** No more help, use P to view previous screen")
1135
1136 (defvar tpu-help-enter (format "%s" "\eOM")) ; tpu-help enter key symbol
1137 (defvar tpu-help-return (format "%s" "\r")) ; tpu-help enter key symbol
1138 (defvar tpu-help-N "N") ; tpu-help "N" symbol
1139 (defvar tpu-help-n "n") ; tpu-help "n" symbol
1140 (defvar tpu-help-P "P") ; tpu-help "P" symbol
1141 (defvar tpu-help-p "p") ; tpu-help "p" symbol
1142
1143 (defun tpu-help nil
1144 "Display TPU-edt help."
1145 (interactive)
1146 ;; Save current window configuration
1147 (save-window-excursion
1148 ;; Create and fill help buffer if necessary
1149 (if (not (get-buffer "*TPU-edt Help*"))
1150 (progn (generate-new-buffer "*TPU-edt Help*")
1151 (switch-to-buffer "*TPU-edt Help*")
1152 (insert tpu-help-keypad-map)
1153 (insert tpu-help-text)
1154 (setq buffer-read-only t)))
1155
1156 ;; Display the help buffer
1157 (switch-to-buffer "*TPU-edt Help*")
1158 (delete-other-windows)
1159 (tpu-move-to-beginning)
1160 (forward-line 1)
1161 (tpu-line-to-top-of-window)
1162
1163 ;; Prompt for keys to describe, based on screen state (split/not split)
1164 (let ((key nil) (fkey nil) (split nil))
1165 (while (not (equal tpu-help-return fkey))
1166 (if split
1167 (setq key
1168 (read-key-sequence
1169 "Press the key you want help on (RET=exit, ENTER=redisplay, N=next, P=prev): "))
1170 (setq key
1171 (read-key-sequence
1172 "Press the key you want help on (RET to exit, N next screen, P prev screen): ")))
1173
1174 ;; Process the read key
1175 ;;
1176 ;; ENTER - Display just the help window
1177 ;; N or n - Next help or describe-key screen
1178 ;; P or p - Previous help or describe-key screen
1179 ;; RETURN - Exit from TPU-help
1180 ;; default - describe the key
1181 ;;
1182 (setq fkey (format "%s" key))
1183 (cond ((equal tpu-help-enter fkey)
1184 (setq split nil)
1185 (delete-other-windows))
1186 ((or (equal tpu-help-N fkey) (equal tpu-help-n fkey))
1187 (cond (split
1188 (condition-case nil
1189 (scroll-other-window 8)
1190 (error nil)))
1191 (t
1192 (forward-page)
1193 (forward-line 1)
1194 (tpu-line-to-top-of-window))))
1195 ((or (equal tpu-help-P fkey) (equal tpu-help-p fkey))
1196 (cond (split
1197 (condition-case nil
1198 (scroll-other-window -8)
1199 (error nil)))
1200 (t
1201 (forward-line -1)
1202 (backward-page)
1203 (forward-line 1)
1204 (tpu-line-to-top-of-window))))
1205 ((not (equal tpu-help-return fkey))
1206 (setq split t)
1207 (describe-key key)
1208 ;; If the key is undefined, leave the
1209 ;; message in the mini-buffer for 3 seconds
1210 (if (not (key-binding key)) (sit-for 3))))))))
1211
1212
1213 ;;;
1214 ;;; Auto-insert
1215 ;;;
1216 (defun tpu-insert-escape nil
1217 "Insert an escape character, and so becomes the escape-key alias."
1218 (interactive)
1219 (insert "\e"))
1220
1221 (defun tpu-insert-formfeed nil
1222 "Insert a formfeed character."
1223 (interactive)
1224 (insert "\C-L"))
1225
1226
1227 ;;;
1228 ;;; Define key
1229 ;;;
1230 (defvar tpu-saved-control-r nil "Saved value of Control-r.")
1231
1232 (defun tpu-end-define-macro-key (key)
1233 "End the current macro definition."
1234 (interactive "kPress the key you want to use to do what was just learned: ")
1235 (end-kbd-macro nil)
1236 (global-set-key key last-kbd-macro)
1237 (global-set-key "\C-r" tpu-saved-control-r))
1238
1239 (defun tpu-define-macro-key nil
1240 "Bind a set of keystrokes to a single key, or key combination."
1241 (interactive)
1242 (setq tpu-saved-control-r (global-key-binding "\C-r"))
1243 (global-set-key "\C-r" 'tpu-end-define-macro-key)
1244 (start-kbd-macro nil))
1245
1246
1247 ;;;
1248 ;;; Buffers and Windows
1249 ;;;
1250 (defun tpu-kill-buffer nil
1251 "Kill the current buffer. If tpu-kill-buffers-silently is non-nil,
1252 kills modified buffers without asking."
1253 (interactive)
1254 (if tpu-kill-buffers-silently (set-buffer-modified-p nil))
1255 (kill-buffer (current-buffer)))
1256
1257 (defun tpu-save-all-buffers-kill-emacs nil
1258 "Save all buffers and exit Emacs."
1259 (interactive)
1260 (let ((delete-old-versions t))
1261 (save-buffers-kill-emacs t)))
1262
1263 (defun tpu-write-current-buffers nil
1264 "Save all modified buffers without exiting."
1265 (interactive)
1266 (save-some-buffers t))
1267
1268 (defun tpu-next-buffer nil
1269 "Go to next buffer in ring."
1270 (interactive)
1271 (switch-to-buffer (car (reverse (buffer-list)))))
1272
1273 (defun tpu-next-file-buffer nil
1274 "Go to next buffer in ring that is visiting a file or directory."
1275 (interactive)
1276 (let ((list (tpu-make-file-buffer-list (buffer-list))))
1277 (setq list (delq (current-buffer) list))
1278 (if (not list) (tpu-error "No other buffers."))
1279 (switch-to-buffer (car (reverse list)))))
1280
1281 (defun tpu-make-file-buffer-list (buffer-list)
1282 "Return names from BUFFER-LIST excluding those beginning with a space or star."
1283 (delq nil (mapcar '(lambda (b)
1284 (if (or (= (aref (buffer-name b) 0) ? )
1285 (= (aref (buffer-name b) 0) ?*)) nil b))
1286 buffer-list)))
1287
1288 (defun tpu-next-window nil
1289 "Move to the next window."
1290 (interactive)
1291 (if (one-window-p) (message "There is only one window on screen.")
1292 (other-window 1)))
1293
1294 (defun tpu-previous-window nil
1295 "Move to the previous window."
1296 (interactive)
1297 (if (one-window-p) (message "There is only one window on screen.")
1298 (select-window (previous-window))))
1299
1300
1301 ;;;
1302 ;;; Search
1303 ;;;
1304 (defun tpu-toggle-regexp nil
1305 "Switch in and out of regular expression search and replace mode."
1306 (interactive)
1307 (setq tpu-regexp-p (not tpu-regexp-p))
1308 (tpu-set-search)
1309 (and (interactive-p)
1310 (message "Regular expression search and substitute %sabled."
1311 (if tpu-regexp-p "en" "dis"))))
1312
1313 (defun tpu-regexp-prompt (prompt)
1314 "Read a string, adding 'RE' to the prompt if tpu-regexp-p is set."
1315 (let ((re-prompt (concat (if tpu-regexp-p "RE ") prompt)))
1316 (read-from-minibuffer re-prompt nil nil nil 'tpu-regexp-prompt-hist)))
1317
1318 (defun tpu-search-highlight nil
1319 (if (tpu-check-match)
1320 (move-overlay tpu-search-overlay
1321 (tpu-match-beginning) (tpu-match-end) (current-buffer))
1322 (unless (equal (overlay-start tpu-search-overlay)
1323 (overlay-end tpu-search-overlay))
1324 (move-overlay tpu-search-overlay 1 1 (current-buffer)))))
1325
1326 (defun tpu-search nil
1327 "Search for a string or regular expression.
1328 The search is performed in the current direction."
1329 (interactive)
1330 (tpu-set-search)
1331 (tpu-search-internal ""))
1332
1333 (defun tpu-search-forward nil
1334 "Search for a string or regular expression.
1335 The search is begins in the forward direction."
1336 (interactive)
1337 (setq tpu-searching-forward t)
1338 (tpu-set-search t)
1339 (tpu-search-internal ""))
1340
1341 (defun tpu-search-reverse nil
1342 "Search for a string or regular expression.
1343 The search is begins in the reverse direction."
1344 (interactive)
1345 (setq tpu-searching-forward nil)
1346 (tpu-set-search t)
1347 (tpu-search-internal ""))
1348
1349 (defun tpu-search-again nil
1350 "Search for the same string or regular expression as last time.
1351 The search is performed in the current direction."
1352 (interactive)
1353 (tpu-search-internal tpu-search-last-string))
1354
1355 ;; tpu-set-search defines the search functions used by the TPU-edt internal
1356 ;; search function. It should be called whenever the direction changes, or
1357 ;; the regular expression mode is turned on or off. It can also be called
1358 ;; to ensure that the next search will be in the current direction. It is
1359 ;; called from:
1360
1361 ;; tpu-advance tpu-backup
1362 ;; tpu-toggle-regexp tpu-toggle-search-direction (t)
1363 ;; tpu-search tpu-lm-replace
1364 ;; tpu-search-forward (t) tpu-search-reverse (t)
1365 ;; tpu-search-forward-exit (t) tpu-search-backward-exit (t)
1366
1367 (declare-function tpu-emacs-search "tpu-edt")
1368 (declare-function tpu-emacs-rev-search "tpu-edt")
1369
1370 (defun tpu-set-search (&optional arg)
1371 "Set the search functions and set the search direction to the current direction.
1372 If an argument is specified, don't set the search direction."
1373 (if (not arg) (setq tpu-searching-forward tpu-advance))
1374 (cond (tpu-searching-forward
1375 (cond (tpu-regexp-p
1376 (fset 'tpu-emacs-search 're-search-forward)
1377 (fset 'tpu-emacs-rev-search 're-search-backward))
1378 (t
1379 (fset 'tpu-emacs-search 'search-forward)
1380 (fset 'tpu-emacs-rev-search 'search-backward))))
1381 (t
1382 (cond (tpu-regexp-p
1383 (fset 'tpu-emacs-search 're-search-backward)
1384 (fset 'tpu-emacs-rev-search 're-search-forward))
1385 (t
1386 (fset 'tpu-emacs-search 'search-backward)
1387 (fset 'tpu-emacs-rev-search 'search-forward))))))
1388
1389 (defun tpu-search-internal (pat &optional quiet)
1390 "Search for a string or regular expression."
1391 (setq tpu-search-last-string
1392 (if (not (string= "" pat)) pat (tpu-regexp-prompt "Search: ")))
1393
1394 (tpu-unset-match)
1395 (tpu-adjust-search)
1396
1397 (let ((case-fold-search
1398 (and case-fold-search (tpu-check-search-case tpu-search-last-string))))
1399
1400 (cond ((tpu-emacs-search tpu-search-last-string nil t)
1401 (tpu-set-match) (goto-char (tpu-match-beginning)))
1402
1403 (t
1404 (tpu-adjust-search t)
1405 (let ((found nil) (pos nil))
1406 (save-excursion
1407 (let ((tpu-searching-forward (not tpu-searching-forward)))
1408 (tpu-adjust-search)
1409 (setq found (tpu-emacs-rev-search tpu-search-last-string nil t))
1410 (setq pos (match-beginning 0))))
1411
1412 (cond
1413 (found
1414 (cond ((tpu-y-or-n-p
1415 (format "Found in %s direction. Go there? "
1416 (if tpu-searching-forward "reverse" "forward")))
1417 (goto-char pos) (tpu-set-match)
1418 (tpu-toggle-search-direction))))
1419
1420 (t
1421 (if (not quiet)
1422 (message
1423 "%sSearch failed: \"%s\""
1424 (if tpu-regexp-p "RE " "") tpu-search-last-string)))))))))
1425
1426 (defalias 'tpu-search-internal-core (symbol-function 'tpu-search-internal))
1427
1428 (defun tpu-check-search-case (string)
1429 "Return t if string contains upper case."
1430 ;; if using regexp, eliminate upper case forms (\B \W \S.)
1431 (if tpu-regexp-p
1432 (let ((pat (copy-sequence string)) (case-fold-search nil) (pos 0))
1433 (while (setq pos (string-match "\\\\\\\\" pat)) (aset pat (+ 1 pos) ?.))
1434 (while (setq pos (string-match "\\\\B" pat)) (aset pat (+ 1 pos) ?.))
1435 (while (setq pos (string-match "\\\\W" pat)) (aset pat (+ 1 pos) ?.))
1436 (while (setq pos (string-match "\\\\S." pat))
1437 (aset pat (+ 1 pos) ?.) (aset pat (+ 2 pos) ?.))
1438 (string-equal pat (downcase pat)))
1439 (string-equal string (downcase string))))
1440
1441 (defun tpu-adjust-search (&optional arg)
1442 "For forward searches, move forward a character before searching,
1443 and backward a character after a failed search. Arg means end of search."
1444 (if tpu-searching-forward
1445 (cond (arg (if (not (bobp)) (forward-char -1)))
1446 (t (if (not (eobp)) (forward-char 1))))))
1447
1448 (defun tpu-toggle-search-direction nil
1449 "Toggle the TPU-edt search direction.
1450 Used for reversing a search in progress."
1451 (interactive)
1452 (setq tpu-searching-forward (not tpu-searching-forward))
1453 (tpu-set-search t)
1454 (and (interactive-p)
1455 (message "Searching %sward."
1456 (if tpu-searching-forward "for" "back"))))
1457
1458 (defun tpu-search-forward-exit nil
1459 "Set search direction forward and exit minibuffer."
1460 (interactive)
1461 (setq tpu-searching-forward t)
1462 (tpu-set-search t)
1463 (exit-minibuffer))
1464
1465 (defun tpu-search-backward-exit nil
1466 "Set search direction backward and exit minibuffer."
1467 (interactive)
1468 (setq tpu-searching-forward nil)
1469 (tpu-set-search t)
1470 (exit-minibuffer))
1471
1472
1473 ;;;
1474 ;;; Select / Unselect
1475 ;;;
1476 (defun tpu-select (&optional quiet)
1477 "Set the mark to define one end of a region."
1478 (interactive "P")
1479 (cond ((tpu-mark)
1480 (tpu-unselect quiet))
1481 (t
1482 (tpu-set-mark (point))
1483 (tpu-update-mode-line)
1484 (if (not quiet) (message "Move the text cursor to select text.")))))
1485
1486 (defun tpu-unselect (&optional quiet)
1487 "Remove the mark to unselect the current region."
1488 (interactive "P")
1489 (deactivate-mark)
1490 (setq mark-ring nil)
1491 (tpu-set-mark nil)
1492 (tpu-update-mode-line)
1493 (if (not quiet) (message "Selection canceled.")))
1494
1495
1496 ;;;
1497 ;;; Delete / Cut
1498 ;;;
1499 (defun tpu-toggle-rectangle nil
1500 "Toggle rectangular mode for remove and insert."
1501 (interactive)
1502 (setq tpu-rectangular-p (not tpu-rectangular-p))
1503 (setq tpu-rectangle-string (if tpu-rectangular-p " Rect" ""))
1504 (tpu-update-mode-line)
1505 (and (interactive-p)
1506 (message "Rectangular cut and paste %sabled."
1507 (if tpu-rectangular-p "en" "dis"))))
1508
1509 (defun tpu-arrange-rectangle nil
1510 "Adjust point and mark to upper left and lower right corners of a rectangle."
1511 (let ((mc (current-column))
1512 (pc (progn (exchange-point-and-mark) (current-column))))
1513
1514 (cond ((> (point) (tpu-mark)) ; point on lower line
1515 (cond ((> pc mc) ; point @ lower-right
1516 (exchange-point-and-mark)) ; point -> upper-left
1517
1518 (t ; point @ lower-left
1519 (move-to-column mc t) ; point -> lower-right
1520 (exchange-point-and-mark) ; point -> upper-right
1521 (move-to-column pc t)))) ; point -> upper-left
1522
1523 (t ; point on upper line
1524 (cond ((> pc mc) ; point @ upper-right
1525 (move-to-column mc t) ; point -> upper-left
1526 (exchange-point-and-mark) ; point -> lower-left
1527 (move-to-column pc t) ; point -> lower-right
1528 (exchange-point-and-mark))))))) ; point -> upper-left
1529
1530 (defun tpu-cut-text nil
1531 "Delete the selected region.
1532 The text is saved for the tpu-paste command."
1533 (interactive)
1534 (cond ((tpu-mark)
1535 (cond (tpu-rectangular-p
1536 (tpu-arrange-rectangle)
1537 (picture-clear-rectangle (point) (tpu-mark) (not overwrite-mode))
1538 (tpu-unselect t))
1539 (t
1540 (setq tpu-last-deleted-region
1541 (buffer-substring (tpu-mark) (point)))
1542 (delete-region (tpu-mark) (point))
1543 (tpu-unselect t))))
1544 ((tpu-check-match)
1545 (let ((beg (tpu-match-beginning)) (end (tpu-match-end)))
1546 (setq tpu-last-deleted-region (buffer-substring beg end))
1547 (delete-region beg end)
1548 (tpu-unset-match)))
1549 (t
1550 (tpu-error "No selection active."))))
1551
1552 (defun tpu-store-text nil
1553 "Copy the selected region to the cut buffer without deleting it.
1554 The text is saved for the tpu-paste command."
1555 (interactive)
1556 (cond ((tpu-mark)
1557 (cond (tpu-rectangular-p
1558 (save-excursion
1559 (tpu-arrange-rectangle)
1560 (setq picture-killed-rectangle
1561 (extract-rectangle (point) (tpu-mark))))
1562 (tpu-unselect t))
1563 (t
1564 (setq tpu-last-deleted-region
1565 (buffer-substring (tpu-mark) (point)))
1566 (tpu-unselect t))))
1567 ((tpu-check-match)
1568 (setq tpu-last-deleted-region
1569 (buffer-substring (tpu-match-beginning) (tpu-match-end)))
1570 (tpu-unset-match))
1571 (t
1572 (tpu-error "No selection active."))))
1573
1574 (defun tpu-cut (arg)
1575 "Copy selected region to the cut buffer.
1576 In the absence of an argument, delete the selected region too."
1577 (interactive "P")
1578 (if arg (tpu-store-text) (tpu-cut-text)))
1579
1580 (defun tpu-append-region (arg)
1581 "Append selected region to the tpu-cut buffer.
1582 In the absence of an argument, delete the selected region too."
1583 (interactive "P")
1584 (cond ((tpu-mark)
1585 (let ((beg (region-beginning)) (end (region-end)))
1586 (setq tpu-last-deleted-region
1587 (concat tpu-last-deleted-region
1588 (buffer-substring beg end)))
1589 (if (not arg) (delete-region beg end))
1590 (tpu-unselect t)))
1591 ((tpu-check-match)
1592 (let ((beg (tpu-match-beginning)) (end (tpu-match-end)))
1593 (setq tpu-last-deleted-region
1594 (concat tpu-last-deleted-region
1595 (buffer-substring beg end)))
1596 (if (not arg) (delete-region beg end))
1597 (tpu-unset-match)))
1598 (t
1599 (tpu-error "No selection active."))))
1600
1601 (defun tpu-delete-current-line (num)
1602 "Delete one or specified number of lines after point.
1603 This includes the newline character at the end of each line.
1604 They are saved for the TPU-edt undelete-lines command."
1605 (interactive "p")
1606 (let ((beg (point)))
1607 (forward-line num)
1608 (if (not (eq (preceding-char) ?\n))
1609 (insert "\n"))
1610 (setq tpu-last-deleted-lines
1611 (buffer-substring beg (point)))
1612 (delete-region beg (point))))
1613
1614 (defun tpu-delete-to-eol (num)
1615 "Delete text up to end of line.
1616 With argument, delete up to the Nth line-end past point.
1617 They are saved for the TPU-edt undelete-lines command."
1618 (interactive "p")
1619 (let ((beg (point)))
1620 (forward-char 1)
1621 (end-of-line num)
1622 (setq tpu-last-deleted-lines
1623 (buffer-substring beg (point)))
1624 (delete-region beg (point))))
1625
1626 (defun tpu-delete-to-bol (num)
1627 "Delete text back to beginning of line.
1628 With argument, delete up to the Nth line-end past point.
1629 They are saved for the TPU-edt undelete-lines command."
1630 (interactive "p")
1631 (let ((beg (point)))
1632 (tpu-next-beginning-of-line num)
1633 (setq tpu-last-deleted-lines
1634 (buffer-substring (point) beg))
1635 (delete-region (point) beg)))
1636
1637 (defun tpu-delete-current-word (num)
1638 "Delete one or specified number of words after point.
1639 They are saved for the TPU-edt undelete-words command."
1640 (interactive "p")
1641 (let ((beg (point)))
1642 (tpu-forward-to-word num)
1643 (setq tpu-last-deleted-words
1644 (buffer-substring beg (point)))
1645 (delete-region beg (point))))
1646
1647 (defun tpu-delete-previous-word (num)
1648 "Delete one or specified number of words before point.
1649 They are saved for the TPU-edt undelete-words command."
1650 (interactive "p")
1651 (let ((beg (point)))
1652 (tpu-backward-to-word num)
1653 (setq tpu-last-deleted-words
1654 (buffer-substring (point) beg))
1655 (delete-region beg (point))))
1656
1657 (defun tpu-delete-current-char (num)
1658 "Delete one or specified number of characters after point.
1659 The last character deleted is saved for the TPU-edt undelete-char command."
1660 (interactive "p")
1661 (while (and (> num 0) (not (eobp)))
1662 (setq tpu-last-deleted-char (char-after (point)))
1663 (cond (overwrite-mode
1664 (picture-clear-column 1)
1665 (forward-char 1))
1666 (t
1667 (delete-char 1)))
1668 (setq num (1- num))))
1669
1670
1671 ;;;
1672 ;;; Undelete / Paste
1673 ;;;
1674 (defun tpu-paste (num)
1675 "Insert the last region or rectangle of killed text.
1676 With argument reinserts the text that many times."
1677 (interactive "p")
1678 (while (> num 0)
1679 (cond (tpu-rectangular-p
1680 (let ((beg (point)))
1681 (save-excursion
1682 (picture-yank-rectangle (not overwrite-mode))
1683 (message ""))
1684 (goto-char beg)))
1685 (t
1686 (insert tpu-last-deleted-region)))
1687 (setq num (1- num))))
1688
1689 (defun tpu-undelete-lines (num)
1690 "Insert lines deleted by last TPU-edt line-deletion command.
1691 With argument reinserts lines that many times."
1692 (interactive "p")
1693 (let ((beg (point)))
1694 (while (> num 0)
1695 (insert tpu-last-deleted-lines)
1696 (setq num (1- num)))
1697 (goto-char beg)))
1698
1699 (defun tpu-undelete-words (num)
1700 "Insert words deleted by last TPU-edt word-deletion command.
1701 With argument reinserts words that many times."
1702 (interactive "p")
1703 (let ((beg (point)))
1704 (while (> num 0)
1705 (insert tpu-last-deleted-words)
1706 (setq num (1- num)))
1707 (goto-char beg)))
1708
1709 (defun tpu-undelete-char (num)
1710 "Insert character deleted by last TPU-edt character-deletion command.
1711 With argument reinserts the character that many times."
1712 (interactive "p")
1713 (while (> num 0)
1714 (if overwrite-mode (prog1 (forward-char -1) (delete-char 1)))
1715 (insert tpu-last-deleted-char)
1716 (forward-char -1)
1717 (setq num (1- num))))
1718
1719
1720 ;;;
1721 ;;; Replace and Substitute
1722 ;;;
1723 (defun tpu-replace nil
1724 "Replace the selected region with the contents of the cut buffer."
1725 (interactive)
1726 (cond ((tpu-mark)
1727 (let ((beg (region-beginning)) (end (region-end)))
1728 (setq tpu-last-replaced-text (buffer-substring beg end))
1729 (delete-region beg end)
1730 (insert tpu-last-deleted-region)
1731 (tpu-unselect t)))
1732 ((tpu-check-match)
1733 (let ((beg (tpu-match-beginning)) (end (tpu-match-end)))
1734 (setq tpu-last-replaced-text (buffer-substring beg end))
1735 (replace-match tpu-last-deleted-region
1736 (not case-replace) (not tpu-regexp-p))
1737 (tpu-unset-match)))
1738 (t
1739 (tpu-error "No selection active."))))
1740
1741 (defun tpu-substitute (num)
1742 "Replace the selected region with the contents of the cut buffer,
1743 and repeat most recent search. A numeric argument serves as a repeat count.
1744 A negative argument means replace all occurrences of the search string."
1745 (interactive "p")
1746 (cond ((or (tpu-mark) (tpu-check-match))
1747 (while (and (not (= num 0)) (or (tpu-mark) (tpu-check-match)))
1748 (let ((beg (point)))
1749 (tpu-replace)
1750 (if tpu-searching-forward (forward-char -1) (goto-char beg))
1751 (if (= num 1) (tpu-search-internal tpu-search-last-string)
1752 (tpu-search-internal-core tpu-search-last-string)))
1753 (setq num (1- num))))
1754 (t
1755 (tpu-error "No selection active."))))
1756
1757 (defun tpu-lm-replace (from to)
1758 "Interactively search for OLD-string and substitute NEW-string."
1759 (interactive (list (tpu-regexp-prompt "Old String: ")
1760 (tpu-regexp-prompt "New String: ")))
1761
1762 (let ((doit t) (strings 0))
1763
1764 ;; Can't replace null strings
1765 (if (string= "" from) (tpu-error "No string to replace."))
1766
1767 ;; Find the first occurrence
1768 (tpu-set-search)
1769 (tpu-search-internal from t)
1770
1771 ;; Loop on replace question - yes, no, all, last, or quit.
1772 (while doit
1773 (if (not (tpu-check-match)) (setq doit nil)
1774 (progn
1775 (move-overlay tpu-replace-overlay
1776 (tpu-match-beginning) (tpu-match-end) (current-buffer))
1777 (message "Replace? Type Yes, No, All, Last, or Quit: ")
1778 (let ((ans (read-char)))
1779
1780 (cond ((or (= ans ?y) (= ans ?Y) (= ans ?\r) (= ans ?\ ))
1781 (let ((beg (point)))
1782 (replace-match to (not case-replace) (not tpu-regexp-p))
1783 (setq strings (1+ strings))
1784 (if tpu-searching-forward (forward-char -1) (goto-char beg)))
1785 (tpu-search-internal from t))
1786
1787 ((or (= ans ?n) (= ans ?N) (= ans ?\C-?))
1788 (tpu-search-internal from t))
1789
1790 ((or (= ans ?a) (= ans ?A))
1791 (save-excursion
1792 (let ((beg (point)))
1793 (replace-match to (not case-replace) (not tpu-regexp-p))
1794 (setq strings (1+ strings))
1795 (if tpu-searching-forward (forward-char -1) (goto-char beg)))
1796 (tpu-search-internal-core from t)
1797 (while (tpu-check-match)
1798 (let ((beg (point)))
1799 (replace-match to (not case-replace) (not tpu-regexp-p))
1800 (setq strings (1+ strings))
1801 (if tpu-searching-forward (forward-char -1) (goto-char beg)))
1802 (tpu-search-internal-core from t)))
1803 (setq doit nil))
1804
1805 ((or (= ans ?l) (= ans ?L))
1806 (let ((beg (point)))
1807 (replace-match to (not case-replace) (not tpu-regexp-p))
1808 (setq strings (1+ strings))
1809 (if tpu-searching-forward (forward-char -1) (goto-char beg)))
1810 (setq doit nil))
1811
1812 ((or (= ans ?q) (= ans ?Q))
1813 (tpu-unset-match)
1814 (setq doit nil)))))))
1815
1816 (move-overlay tpu-replace-overlay 1 1 (current-buffer))
1817 (message "Replaced %s occurrence%s." strings (if (not (= 1 strings)) "s" ""))))
1818
1819 (defun tpu-emacs-replace (&optional dont-ask)
1820 "A TPU-edt interface to the Emacs replace functions.
1821 If TPU-edt is currently in regular expression mode, the Emacs regular
1822 expression replace functions are used. If an argument is supplied,
1823 replacements are performed without asking. Only works in forward direction."
1824 (interactive "P")
1825 (cond (dont-ask
1826 (setq current-prefix-arg nil)
1827 (call-interactively
1828 (if tpu-regexp-p 'replace-regexp 'replace-string)))
1829 (t
1830 (call-interactively
1831 (if tpu-regexp-p 'query-replace-regexp 'query-replace)))))
1832
1833 (defun tpu-add-at-bol (text)
1834 "Add text to the beginning of each line in a region,
1835 or each line in the entire buffer if no region is selected."
1836 (interactive
1837 (list (tpu-string-prompt "String to add: " 'tpu-add-at-bol-hist)))
1838 (if (string= "" text) (tpu-error "No string specified."))
1839 (cond ((tpu-mark)
1840 (save-excursion
1841 (if (> (point) (tpu-mark)) (exchange-point-and-mark))
1842 (while (and (< (point) (tpu-mark)) (re-search-forward "^" (tpu-mark) t))
1843 (if (< (point) (tpu-mark)) (replace-match text))))
1844 (tpu-unselect t))
1845 (t
1846 (save-excursion
1847 (goto-char (point-min))
1848 (while (and (re-search-forward "^" nil t) (not (eobp)))
1849 (replace-match text))))))
1850
1851 (defun tpu-add-at-eol (text)
1852 "Add text to the end of each line in a region,
1853 or each line of the entire buffer if no region is selected."
1854 (interactive
1855 (list (tpu-string-prompt "String to add: " 'tpu-add-at-eol-hist)))
1856 (if (string= "" text) (tpu-error "No string specified."))
1857 (cond ((tpu-mark)
1858 (save-excursion
1859 (if (> (point) (tpu-mark)) (exchange-point-and-mark))
1860 (while (< (point) (tpu-mark))
1861 (end-of-line)
1862 (if (<= (point) (tpu-mark)) (insert text))
1863 (forward-line)))
1864 (tpu-unselect t))
1865 (t
1866 (save-excursion
1867 (goto-char (point-min))
1868 (while (not (eobp))
1869 (end-of-line) (insert text) (forward-line))))))
1870
1871 (defun tpu-trim-line-ends nil
1872 "Remove trailing whitespace from every line in the buffer."
1873 (interactive)
1874 (save-match-data
1875 (save-excursion
1876 (goto-char (point-min))
1877 (while (re-search-forward "[ \t][ \t]*$" nil t)
1878 (delete-region (match-beginning 0) (match-end 0))))))
1879
1880
1881 ;;;
1882 ;;; Movement by character
1883 ;;;
1884 (defun tpu-char (num)
1885 "Move to the next character in the current direction.
1886 A repeat count means move that many characters."
1887 (interactive "p")
1888 (if tpu-advance (tpu-forward-char num) (tpu-backward-char num)))
1889
1890 (defun tpu-forward-char (num)
1891 "Move right ARG characters (left if ARG is negative)."
1892 (interactive "p")
1893 (forward-char num))
1894
1895 (defun tpu-backward-char (num)
1896 "Move left ARG characters (right if ARG is negative)."
1897 (interactive "p")
1898 (backward-char num))
1899
1900
1901 ;;;
1902 ;;; Movement by word
1903 ;;;
1904 (defvar tpu-word-separator-list '()
1905 "List of additional word separators.")
1906 (defvar tpu-skip-chars "^ \t"
1907 "Characters to skip when moving by word.
1908 Additional word separators are added to this string.")
1909
1910 (defun tpu-word (num)
1911 "Move to the beginning of the next word in the current direction.
1912 A repeat count means move that many words."
1913 (interactive "p")
1914 (if tpu-advance (tpu-forward-to-word num) (tpu-backward-to-word num)))
1915
1916 (defun tpu-forward-to-word (num)
1917 "Move forward until encountering the beginning of a word.
1918 With argument, do this that many times."
1919 (interactive "p")
1920 (while (and (> num 0) (not (eobp)))
1921 (let* ((beg (point))
1922 (end (prog2 (end-of-line) (point) (goto-char beg))))
1923 (cond ((eolp)
1924 (forward-char 1))
1925 ((memq (char-after (point)) tpu-word-separator-list)
1926 (forward-char 1)
1927 (skip-chars-forward " \t" end))
1928 (t
1929 (skip-chars-forward tpu-skip-chars end)
1930 (skip-chars-forward " \t" end))))
1931 (setq num (1- num))))
1932
1933 (defun tpu-backward-to-word (num)
1934 "Move backward until encountering the beginning of a word.
1935 With argument, do this that many times."
1936 (interactive "p")
1937 (while (and (> num 0) (not (bobp)))
1938 (let* ((beg (point))
1939 (end (prog2 (beginning-of-line) (point) (goto-char beg))))
1940 (cond ((bolp)
1941 ( forward-char -1))
1942 ((memq (char-after (1- (point))) tpu-word-separator-list)
1943 (forward-char -1))
1944 (t
1945 (skip-chars-backward " \t" end)
1946 (skip-chars-backward tpu-skip-chars end)
1947 (if (and (not (bolp)) (= ? (char-syntax (char-after (point)))))
1948 (forward-char -1)))))
1949 (setq num (1- num))))
1950
1951 (defun tpu-add-word-separators (separators)
1952 "Add new word separators for TPU-edt word commands."
1953 (interactive "sSeparators: ")
1954 (let* ((n 0) (length (length separators)))
1955 (while (< n length)
1956 (let ((char (aref separators n))
1957 (ss (substring separators n (1+ n))))
1958 (cond ((not (memq char tpu-word-separator-list))
1959 (setq tpu-word-separator-list
1960 (append ss tpu-word-separator-list))
1961 (cond ((= char ?-)
1962 (setq tpu-skip-chars (concat tpu-skip-chars "\\-")))
1963 ((= char ?\\)
1964 (setq tpu-skip-chars (concat tpu-skip-chars "\\\\")))
1965 ((= char ?^)
1966 (setq tpu-skip-chars (concat tpu-skip-chars "\\^")))
1967 (t
1968 (setq tpu-skip-chars (concat tpu-skip-chars ss))))))
1969 (setq n (1+ n))))))
1970
1971 (defun tpu-reset-word-separators nil
1972 "Reset word separators to default value."
1973 (interactive)
1974 (setq tpu-word-separator-list nil)
1975 (setq tpu-skip-chars "^ \t"))
1976
1977 (defun tpu-set-word-separators (separators)
1978 "Set new word separators for TPU-edt word commands."
1979 (interactive "sSeparators: ")
1980 (tpu-reset-word-separators)
1981 (tpu-add-word-separators separators))
1982
1983
1984 ;;;
1985 ;;; Movement by line
1986 ;;;
1987 (defun tpu-next-line (num)
1988 "Move to next line.
1989 Prefix argument serves as a repeat count."
1990 (interactive "p")
1991 (line-move num)
1992 (setq this-command 'next-line))
1993
1994 (defun tpu-previous-line (num)
1995 "Move to previous line.
1996 Prefix argument serves as a repeat count."
1997 (interactive "p")
1998 (line-move (- num))
1999 (setq this-command 'previous-line))
2000
2001 (defun tpu-next-beginning-of-line (num)
2002 "Move to beginning of line; if at beginning, move to beginning of next line.
2003 Accepts a prefix argument for the number of lines to move."
2004 (interactive "p")
2005 (backward-char 1)
2006 (forward-visible-line (- 1 num)))
2007
2008 (defun tpu-end-of-line (num)
2009 "Move to the next end of line in the current direction.
2010 A repeat count means move that many lines."
2011 (interactive "p")
2012 (if tpu-advance (tpu-next-end-of-line num) (tpu-previous-end-of-line num)))
2013
2014 (defun tpu-next-end-of-line (num)
2015 "Move to end of line; if at end, move to end of next line.
2016 Accepts a prefix argument for the number of lines to move."
2017 (interactive "p")
2018 (forward-char 1)
2019 (end-of-line num))
2020
2021 (defun tpu-previous-end-of-line (num)
2022 "Move EOL upward.
2023 Accepts a prefix argument for the number of lines to move."
2024 (interactive "p")
2025 (end-of-line (- 1 num)))
2026
2027 (defun tpu-current-end-of-line nil
2028 "Move point to end of current line."
2029 (interactive)
2030 (let ((beg (point)))
2031 (end-of-line)
2032 (if (= beg (point)) (message "You are already at the end of a line."))))
2033
2034 (defun tpu-line (num)
2035 "Move to the beginning of the next line in the current direction.
2036 A repeat count means move that many lines."
2037 (interactive "p")
2038 (if tpu-advance (tpu-forward-line num) (tpu-backward-line num)))
2039
2040 (defun tpu-forward-line (num)
2041 "Move to beginning of next line.
2042 Prefix argument serves as a repeat count."
2043 (interactive "p")
2044 (forward-line num))
2045
2046 (defun tpu-backward-line (num)
2047 "Move to beginning of previous line.
2048 Prefix argument serves as repeat count."
2049 (interactive "p")
2050 (or (bolp) (>= 0 num) (setq num (- num 1)))
2051 (forward-line (- num)))
2052
2053
2054 ;;;
2055 ;;; Movement by paragraph
2056 ;;;
2057 (defun tpu-paragraph (num)
2058 "Move to the next paragraph in the current direction.
2059 A repeat count means move that many paragraphs."
2060 (interactive "p")
2061 (if tpu-advance
2062 (tpu-next-paragraph num) (tpu-previous-paragraph num)))
2063
2064 (defun tpu-next-paragraph (num)
2065 "Move to beginning of the next paragraph.
2066 Accepts a prefix argument for the number of paragraphs."
2067 (interactive "p")
2068 (beginning-of-line)
2069 (while (and (not (eobp)) (> num 0))
2070 (if (re-search-forward "^[ \t]*$" nil t)
2071 (if (re-search-forward "[^ \t\n]" nil t)
2072 (goto-char (match-beginning 0))
2073 (goto-char (point-max))))
2074 (setq num (1- num)))
2075 (beginning-of-line))
2076
2077
2078 (defun tpu-previous-paragraph (num)
2079 "Move to beginning of previous paragraph.
2080 Accepts a prefix argument for the number of paragraphs."
2081 (interactive "p")
2082 (end-of-line)
2083 (while (and (not (bobp)) (> num 0))
2084 (if (not (and (re-search-backward "^[ \t]*$" nil t)
2085 (re-search-backward "[^ \t\n]" nil t)
2086 (re-search-backward "^[ \t]*$" nil t)
2087 (progn (re-search-forward "[^ \t\n]" nil t)
2088 (goto-char (match-beginning 0)))))
2089 (goto-char (point-min)))
2090 (setq num (1- num)))
2091 (beginning-of-line))
2092
2093
2094 ;;;
2095 ;;; Movement by page
2096 ;;;
2097 (defun tpu-page (num)
2098 "Move to the next page in the current direction.
2099 A repeat count means move that many pages."
2100 (interactive "p")
2101 (if tpu-advance (forward-page num) (backward-page num))
2102 (if (eobp) (recenter -1)))
2103
2104
2105 ;;;
2106 ;;; Scrolling and movement within the buffer
2107 ;;;
2108 (defun tpu-scroll-window (num)
2109 "Scroll the display to the next section in the current direction.
2110 A repeat count means scroll that many sections."
2111 (interactive "p")
2112 (if tpu-advance (tpu-scroll-window-up num) (tpu-scroll-window-down num)))
2113
2114 (defun tpu-scroll-window-down (num)
2115 "Scroll the display down to the next section.
2116 A repeat count means scroll that many sections."
2117 (interactive "p")
2118 (let* ((beg (tpu-current-line))
2119 (height (1- (window-height)))
2120 (lines (* num (/ (* height tpu-percent-scroll) 100))))
2121 (line-move (- lines))
2122 (if (> lines beg) (recenter 0))))
2123
2124 (defun tpu-scroll-window-up (num)
2125 "Scroll the display up to the next section.
2126 A repeat count means scroll that many sections."
2127 (interactive "p")
2128 (let* ((beg (tpu-current-line))
2129 (height (1- (window-height)))
2130 (lines (* num (/ (* height tpu-percent-scroll) 100))))
2131 (line-move lines)
2132 (if (>= (+ lines beg) height) (recenter -1))))
2133
2134 (defun tpu-pan-right (num)
2135 "Pan right tpu-pan-columns (16 by default).
2136 Accepts a prefix argument for the number of tpu-pan-columns to scroll."
2137 (interactive "p")
2138 (scroll-left (* tpu-pan-columns num)))
2139
2140 (defun tpu-pan-left (num)
2141 "Pan left tpu-pan-columns (16 by default).
2142 Accepts a prefix argument for the number of tpu-pan-columns to scroll."
2143 (interactive "p")
2144 (scroll-right (* tpu-pan-columns num)))
2145
2146 (defun tpu-move-to-beginning nil
2147 "Move cursor to the beginning of buffer, but don't set the mark."
2148 (interactive)
2149 (goto-char (point-min)))
2150
2151 (defun tpu-move-to-end nil
2152 "Move cursor to the end of buffer, but don't set the mark."
2153 (interactive)
2154 (goto-char (point-max))
2155 (recenter -1))
2156
2157 (defun tpu-goto-percent (perc)
2158 "Move point to ARG percentage of the buffer."
2159 (interactive "NGoto-percentage: ")
2160 (if (or (> perc 100) (< perc 0))
2161 (tpu-error "Percentage %d out of range 0 < percent < 100." perc)
2162 (goto-char (/ (* (point-max) perc) 100))))
2163
2164 (defun tpu-beginning-of-window nil
2165 "Move cursor to top of window."
2166 (interactive)
2167 (move-to-window-line 0))
2168
2169 (defun tpu-end-of-window nil
2170 "Move cursor to bottom of window."
2171 (interactive)
2172 (move-to-window-line -1))
2173
2174 (defun tpu-line-to-bottom-of-window nil
2175 "Move the current line to the bottom of the window."
2176 (interactive)
2177 (recenter -1))
2178
2179 (defun tpu-line-to-top-of-window nil
2180 "Move the current line to the top of the window."
2181 (interactive)
2182 (recenter 0))
2183
2184
2185 ;;;
2186 ;;; Direction
2187 ;;;
2188 (defun tpu-advance-direction nil
2189 "Set TPU Advance mode so keypad commands move forward."
2190 (interactive)
2191 (setq tpu-direction-string " Advance")
2192 (setq tpu-advance t)
2193 (setq tpu-reverse nil)
2194 (tpu-set-search)
2195 (tpu-update-mode-line))
2196
2197 (defun tpu-backup-direction nil
2198 "Set TPU Backup mode so keypad commands move backward."
2199 (interactive)
2200 (setq tpu-direction-string " Reverse")
2201 (setq tpu-advance nil)
2202 (setq tpu-reverse t)
2203 (tpu-set-search)
2204 (tpu-update-mode-line))
2205
2206 (defun tpu-toggle-direction nil
2207 "Change the current TPU direction."
2208 (interactive)
2209 (if tpu-advance (tpu-backup-direction) (tpu-advance-direction)))
2210
2211
2212 ;;;
2213 ;;; Minibuffer map additions to make KP_enter = RET
2214 ;;;
2215 ;; Standard Emacs settings under xterm in function-key-map map
2216 ;; "\eOM" to [kp-enter] and [kp-enter] to RET, but since the output of the map
2217 ;; is not fed back into the map, the key stays as kp-enter :-(.
2218 (define-key minibuffer-local-map [kp-enter] 'exit-minibuffer)
2219 ;; These are not necessary because they are inherited.
2220 ;; (define-key minibuffer-local-ns-map [kp-enter] 'exit-minibuffer)
2221 ;; (define-key minibuffer-local-completion-map [kp-enter] 'exit-minibuffer)
2222 (define-key minibuffer-local-must-match-map [kp-enter] 'minibuffer-complete-and-exit)
2223
2224
2225 ;;;
2226 ;;; Minibuffer map additions to set search direction
2227 ;;;
2228 (define-key minibuffer-local-map [kp-4] 'tpu-search-forward-exit) ;KP4
2229 (define-key minibuffer-local-map [kp-5] 'tpu-search-backward-exit) ;KP5
2230
2231
2232 ;;;
2233 ;;; Functions to set, reset, and toggle the control key bindings
2234 ;;;
2235
2236 (defvar tpu-control-keys-map
2237 (let ((map (make-sparse-keymap)))
2238 (define-key map "\C-\\" 'quoted-insert) ; ^\
2239 (define-key map "\C-a" 'tpu-toggle-overwrite-mode) ; ^A
2240 (define-key map "\C-b" 'repeat-complex-command) ; ^B
2241 (define-key map "\C-e" 'tpu-current-end-of-line) ; ^E
2242 (define-key map "\C-h" 'tpu-next-beginning-of-line) ; ^H (BS)
2243 (define-key map "\C-j" 'tpu-delete-previous-word) ; ^J (LF)
2244 (define-key map "\C-k" 'tpu-define-macro-key) ; ^K
2245 (define-key map "\C-l" 'tpu-insert-formfeed) ; ^L (FF)
2246 (define-key map "\C-r" 'recenter) ; ^R
2247 (define-key map "\C-u" 'tpu-delete-to-bol) ; ^U
2248 (define-key map "\C-v" 'tpu-quoted-insert) ; ^V
2249 (define-key map "\C-w" 'redraw-display) ; ^W
2250 (define-key map "\C-z" 'tpu-exit) ; ^Z
2251 map))
2252
2253 (defun tpu-set-control-keys ()
2254 "Set control keys to TPU style functions."
2255 (tpu-reset-control-keys 'tpu))
2256
2257 (defun tpu-reset-control-keys (tpu-style)
2258 "Set control keys to TPU or Emacs style functions."
2259 (let ((parent (keymap-parent tpu-global-map)))
2260 (if tpu-style
2261 (if (eq parent tpu-control-keys-map)
2262 nil ;All done already.
2263 ;; Insert tpu-control-keys-map in the global map.
2264 (set-keymap-parent tpu-control-keys-map parent)
2265 (set-keymap-parent tpu-global-map tpu-control-keys-map))
2266 (if (not (eq parent tpu-control-keys-map))
2267 nil ;All done already.
2268 ;; Remove tpu-control-keys-map from the global map.
2269 (set-keymap-parent tpu-global-map (keymap-parent parent))
2270 (set-keymap-parent tpu-control-keys-map nil)))
2271 (setq tpu-control-keys tpu-style)))
2272
2273 (defun tpu-toggle-control-keys nil
2274 "Toggle control key bindings between TPU-edt and Emacs."
2275 (interactive)
2276 (tpu-reset-control-keys (not tpu-control-keys))
2277 (and (interactive-p)
2278 (message "Control keys function with %s bindings."
2279 (if tpu-control-keys "TPU-edt" "Emacs"))))
2280
2281
2282 ;;;
2283 ;;; Emacs version 19 minibuffer history support
2284 ;;;
2285 (defun tpu-next-history-element (n)
2286 "Insert the next element of the minibuffer history into the minibuffer."
2287 (interactive "p")
2288 (next-history-element n)
2289 (goto-char (point-max)))
2290
2291 (defun tpu-previous-history-element (n)
2292 "Insert the previous element of the minibuffer history into the minibuffer."
2293 (interactive "p")
2294 (previous-history-element n)
2295 (goto-char (point-max)))
2296
2297 (defun tpu-arrow-history nil
2298 "Modify minibuffer maps to use arrows for history recall."
2299 (interactive)
2300 (dolist (cur (where-is-internal 'tpu-previous-line))
2301 (define-key read-expression-map cur 'tpu-previous-history-element)
2302 (define-key minibuffer-local-map cur 'tpu-previous-history-element)
2303 ;; These are inherited anyway. --Stef
2304 ;; (define-key minibuffer-local-ns-map cur 'tpu-previous-history-element)
2305 ;; (define-key minibuffer-local-completion-map cur 'tpu-previous-history-element)
2306 ;; (define-key minibuffer-local-must-match-map cur 'tpu-previous-history-element)
2307 )
2308
2309 (dolist (cur (where-is-internal 'tpu-next-line))
2310 (define-key read-expression-map cur 'tpu-next-history-element)
2311 (define-key minibuffer-local-map cur 'tpu-next-history-element)
2312 ;; These are inherited anyway. --Stef
2313 ;; (define-key minibuffer-local-ns-map cur 'tpu-next-history-element)
2314 ;; (define-key minibuffer-local-completion-map cur 'tpu-next-history-element)
2315 ;; (define-key minibuffer-local-must-match-map cur 'tpu-next-history-element)
2316 ))
2317
2318
2319 ;;;
2320 ;;; Emacs version 19 X-windows key definition support
2321 ;;;
2322 (defun tpu-load-xkeys (file)
2323 "Load the TPU-edt X-windows key definitions FILE.
2324 If FILE is nil, try to load a default file. The default file names are
2325 `~/.tpu-lucid-keys' for XEmacs, and `~/.tpu-keys' for Emacs."
2326 (interactive "fX key definition file: ")
2327 (cond (file
2328 (setq file (expand-file-name file)))
2329 (tpu-xkeys-file
2330 (setq file (expand-file-name tpu-xkeys-file)))
2331 ((featurep 'xemacs)
2332 (setq file (convert-standard-filename
2333 (expand-file-name "~/.tpu-lucid-keys"))))
2334 (t
2335 (setq file (convert-standard-filename
2336 (expand-file-name "~/.tpu-keys")))
2337 (and (not (file-exists-p file))
2338 (file-exists-p
2339 (convert-standard-filename
2340 (expand-file-name "~/.tpu-gnu-keys")))
2341 (tpu-copy-keyfile
2342 (convert-standard-filename
2343 (expand-file-name "~/.tpu-gnu-keys")) file))))
2344 (cond ((file-readable-p file)
2345 (load-file file))
2346 (t
2347 ;; This used to force the user to build `file'. With the
2348 ;; new code, such a file may not be necessary. In case it
2349 ;; is, issue a message giving a hint as to how to build it.
2350 (message "%s not found: use M-x tpu-mapper to create it"
2351 (abbreviate-file-name file)))))
2352
2353 (defun tpu-copy-keyfile (oldname newname)
2354 "Copy the TPU-edt X key definitions file to the new default name."
2355 (interactive "fOld name: \nFNew name: ")
2356 (if (not (get-buffer "*TPU-Notice*")) (generate-new-buffer "*TPU-Notice*"))
2357 (set-buffer "*TPU-Notice*")
2358 (erase-buffer)
2359 (insert "
2360 NOTICE --
2361
2362 The default name of the TPU-edt key definition file has changed
2363 from `~/.tpu-gnu-keys' to `~/.tpu-keys'. With your permission,
2364 your key definitions will be copied to the new file. If you'll
2365 never use older versions of Emacs, you can remove the old file.
2366 If the copy fails, you'll be asked if you want to create a new
2367 key definitions file. Do you want to copy your key definition
2368 file now?
2369 ")
2370 (save-window-excursion
2371 (switch-to-buffer-other-window "*TPU-Notice*")
2372 (shrink-window-if-larger-than-buffer)
2373 (goto-char (point-min))
2374 (beep)
2375 (and (tpu-y-or-n-p "Copy key definitions to the new file now? ")
2376 (condition-case conditions
2377 (copy-file oldname newname)
2378 (tpu-error (message "Sorry, couldn't copy - %s." (cdr conditions)))))
2379 (kill-buffer "*TPU-Notice*")))
2380
2381 (defvar tpu-edt-old-global-values nil)
2382
2383 ;;;
2384 ;;; Start and Stop TPU-edt
2385 ;;;
2386 ;;;###autoload
2387 (defun tpu-edt-on ()
2388 "Turn on TPU/edt emulation."
2389 (interactive)
2390 ;; To clean things up (and avoid cycles in the global map).
2391 (tpu-edt-off)
2392 ;; First, activate tpu-global-map, while protecting the original keymap.
2393 (set-keymap-parent tpu-global-map global-map)
2394 (setq global-map tpu-global-map)
2395 (use-global-map global-map)
2396 ;; Then do the normal TPU setup.
2397 (transient-mark-mode t)
2398 (add-hook 'post-command-hook 'tpu-search-highlight)
2399 (tpu-set-mode-line t)
2400 (tpu-advance-direction)
2401 ;; set page delimiter, display line truncation, and scrolling like TPU
2402 (dolist (varval '((page-delimiter . "\f")
2403 (truncate-lines . t)
2404 (scroll-step . 1)))
2405 (push (cons (car varval) (default-value (car varval)))
2406 tpu-edt-old-global-values)
2407 (set-default (car varval) (cdr varval)))
2408 (tpu-set-control-keys)
2409 (and window-system (tpu-load-xkeys nil))
2410 (tpu-arrow-history)
2411 ;; Then protect tpu-global-map from user modifications.
2412 (let ((map (make-sparse-keymap)))
2413 (set-keymap-parent map global-map)
2414 (setq global-map map)
2415 (use-global-map map))
2416 (setq tpu-edt-mode t))
2417
2418 (defun tpu-edt-off ()
2419 "Turn off TPU/edt emulation. Note that the keypad is left on."
2420 (interactive)
2421 (tpu-reset-control-keys nil)
2422 (remove-hook 'post-command-hook 'tpu-search-highlight)
2423 (tpu-set-mode-line nil)
2424 (while tpu-edt-old-global-values
2425 (let ((varval (pop tpu-edt-old-global-values)))
2426 (set-default (car varval) (cdr varval))))
2427 ;; Remove tpu-global-map from the global map.
2428 (let ((map global-map))
2429 (while map
2430 (let ((parent (keymap-parent map)))
2431 (if (eq tpu-global-map parent)
2432 (set-keymap-parent map (keymap-parent parent))
2433 (setq map parent)))))
2434 ;; Only has an effect if the advice in tpu-extras has been activated.
2435 (condition-case nil
2436 (with-no-warnings (ad-disable-regexp "\\`tpu-"))
2437 (error nil))
2438 (setq tpu-edt-mode nil))
2439
2440 \f
2441 ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins
2442 ;;;;;; tpu-cursor-free-mode) "tpu-extras" "tpu-extras.el" "c7ce8bad68736a5682eb3f5f5edc48db")
2443 ;;; Generated autoloads from tpu-extras.el
2444
2445 (autoload 'tpu-cursor-free-mode "tpu-extras" "\
2446 Minor mode to allow the cursor to move freely about the screen.
2447
2448 \(fn &optional ARG)" t nil)
2449
2450 (autoload 'tpu-set-scroll-margins "tpu-extras" "\
2451 Set scroll margins.
2452
2453 \(fn TOP BOTTOM)" t nil)
2454
2455 (autoload 'tpu-set-cursor-free "tpu-extras" "\
2456 Allow the cursor to move freely about the screen.
2457
2458 \(fn)" t nil)
2459
2460 (autoload 'tpu-set-cursor-bound "tpu-extras" "\
2461 Constrain the cursor to the flow of the text.
2462
2463 \(fn)" t nil)
2464
2465 ;;;***
2466 \f
2467 (provide 'tpu-edt)
2468
2469 ;; arch-tag: f3dfe61c-2cbd-4f73-b9cc-eb215020b857
2470 ;;; tpu-edt.el ends here