annotate lisp/emulators/tpu-edt.el @ 147:e186c2b7192d xemacs-20-2

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