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