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