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