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