annotate lisp/emulators/tpu-edt.el @ 74:54cc21c15cbb r20-0b32

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