annotate lisp/emulators/tpu-edt.el @ 70:131b0175ea99 r20-0b30

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