Sync to HEAD
[bpt/emacs.git] / lisp / emulation / edt.el
CommitLineData
e8af40ee 1;;; edt.el --- enhanced EDT keypad mode emulation for GNU Emacs 19
1a06eabd 2
f3e03a42
GM
3;; Copyright (C) 1986, 1992, 1993, 1994, 1995, 2000, 2001
4;; Free Software Foundation, Inc.
3a801d0c 5
d61e2ad9
RS
6;; Author: Kevin Gallagher <kevingal@onramp.net>
7;; Maintainer: Kevin Gallagher <kevingal@onramp.net>
fd7fa35a 8;; Keywords: emulations
e5167999 9
4bf7f5d1
RS
10;; This file is part of GNU Emacs.
11
12;; GNU Emacs is free software; you can redistribute it and/or modify
f3e03a42
GM
13;; it under the terms of the GNU General Public License as published
14;; by the Free Software Foundation; either version 2, or (at your
15;; option) any later version.
4bf7f5d1 16
f3e03a42
GM
17;; GNU Emacs is distributed in the hope that it will be useful, but
18;; WITHOUT ANY WARRANTY; without even the implied warranty of
19;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20;; General Public License for more details.
4bf7f5d1
RS
21
22;; You should have received a copy of the GNU General Public License
b578f267
EN
23;; along with GNU Emacs; see the file COPYING. If not, write to the
24;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
25;; Boston, MA 02111-1307, USA.
4bf7f5d1 26
3bef4fb9 27
f3e03a42
GM
28\f
29;;; Commentary:
a1506d29 30;;
f3e03a42
GM
31
32;; This is Version 4.0 of the EDT Emulation for Emacs 19 and above.
33;; It comes with special functions which replicate nearly all of EDT's
34;; keypad mode behavior. It sets up default keypad and function key
35;; bindings which closely match those found in EDT. Support is
36;; provided so that users may reconfigure most keypad and function key
37;; bindings to their own liking.
38
39;; NOTE: Version 4.0 contains several enhancements. See the
40;; Enhancement section below for the details.
41
42;; Getting Started:
43
a1506d29 44;; To start the EDT Emulation, first start Emacs and then enter
f3e03a42
GM
45;;
46;; M-x edt-emulation-on
a1506d29 47;;
f3e03a42
GM
48;; to begin the emulation. After initialization is complete, the
49;; following message will appear below the status line informing you
50;; that the emulation has been enabled: "Default EDT keymap active".
51
52;; You can have the EDT Emulation start up automatically, each time
53;; you initiate a GNU Emacs session, by adding the following line to
54;; your .emacs file:
55;;
56;; (add-hook term-setup-hook 'edt-emulation-on)
57
58;; IMPORTANT: Be sure to read the file, edt-user.doc, located in the
59;; Emacs "etc" directory. It contains very helpful user information.
60
61;; The EDT emulation consists of the following files:
a1506d29 62;;
f3e03a42
GM
63;; edt-user.doc - User Instructions and Sample Customization File
64;; edt.el - EDT Emulation Functions and Default Configuration
65;; edt-lk201.el - Built-in support for DEC LK-201 Keyboards
66;; edt-vt100.el - Built-in support for DEC VT-100 (and above) terminals
67;; edt-pc.el - Built-in support for PC 101 Keyboards under MS-DOS
a1506d29 68;; edt-mapper.el - Create an EDT LK-201 Map File for Keyboards Without
f3e03a42
GM
69;; Built-in Support
70
71;; Enhancements:
72
73;; Version 4.0 contains the following enhancements:
74
75;; 1. Scroll margins at the top and bottom of the window are now
76;; supported. (The design was copied from tpu-extras.el.) By
77;; default, this feature is enabled, with the top margin set to
78;; 10% of the window and the bottom margin set to 15% of the
79;; window. To change these settings, you can invoke the function
80;; edt-set-scroll-margins in your .emacs file. For example, the
81;; following line
82;;
83;; (edt-set-scroll-margins "20%" "25%")
a1506d29 84;;
f3e03a42
GM
85;; sets the top margin to 20% of the window and the bottom margin
86;; to 25% of the window. To disable this feature, set each
87;; margin to 0%. You can also invoke edt-set-scroll-margins
88;; interactively while EDT Emulation is active to change the
89;; settings for that session.
90;;
91;; NOTE: Another way to set the scroll margins is to use the
92;; Emacs customization feature (not available in Emacs 19) to set
93;; the following two variables directly:
a1506d29 94;;
f3e03a42
GM
95;; edt-top-scroll-margin and edt-bottom-scroll-margin
96;;
97;; Enter the Emacs `customize' command. First select the Editing
98;; group and then select the Emulations group. Finally, select
99;; the Edt group and follow the directions.
a1506d29 100;;
f3e03a42
GM
101;; 2. The SUBS command is now supported and bound to GOLD-Enter by
102;; default. (This design was copied from tpu-edt.el.) Note, in
103;; earlier versions of EDT Emulation, GOLD-Enter was assigned to
104;; the Emacs function `query-replace'. The binding of
105;; `query-replace' has been moved to GOLD-/. If you prefer to
106;; restore `query-replace' to GOLD-Enter, then use an EDT user
107;; customization file, edt-user.el, to do this. See edt-user.doc
108;; for details.
109
110;; 3. EDT Emulation now also works in XEmacs, including the
111;; highlighting of selected text.
112
113;; 4. If you access a workstation using an X Server, observe that
114;; the initialization file generated by edt-mapper.el will now
115;; contain the name of the X Server vendor. This is a
116;; convenience for those who have access to their Unix account
117;; from more than one type of X Server. Since different X
118;; Servers typically require different EDT emulation
119;; initialization files, edt-mapper.el will now generate these
120;; different initialization files and save them with different
121;; names. Then, the correct initialization file for the
122;; particular X server in use is loaded correctly automatically.
123
124;; 5. Also, edt-mapper.el is now capable of binding an ASCII key
125;; sequence, providing the ASCII key sequence prefix is already
126;; known by Emacs to be a prefix. As a result of providing this
127;; support, some terminal/keyboard/window system configurations,
128;; which don't have a complete set of sensible function key
129;; bindings built into Emacs in `function-key-map', can still be
130;; configured for use with EDT Emulation. (Note: In a few rare
131;; circumstances this does not work properly. In particular, it
132;; does not work if a subset of the leading ASCII characters in a
133;; key sequence are recognized by Emacs as having an existing
134;; binding. For example, if the keypad 7 (KP-7) key generates
135;; the sequence \"<ESC>Ow\" and \"<ESC>O\" is already bound to a
136;; function, pressing KP-7 when told to do so by edt-mapper.el
137;; will result in edt-mapper.el incorrectly mapping \"<ESC>O\" to
138;; KP-7 and \"w\" to KP-8. If something like this happens to
139;; you, it is probably a bug in the support for your keyboard
140;; within Emacs OR a bug in the Unix termcap/terminfo support for
141;; your terminal OR a bug in the terminal emulation software you
142;; are using.)
143
144;; 6. The edt-quit function (bound to GOLD-q by default) has been
145;; modified to warn the user when file-related buffer
146;; modifications exist. It now cautions the user that those
147;; modifications will be lost if the user quits without saving
148;; those buffers.
149
150
151;;; History:
a1506d29 152;;
f3e03a42 153;; Version 4.0 2000 Added New Features and Fixed a Few Bugs
a1506d29 154;;
3bef4fb9 155
3bef4fb9 156\f
f3e03a42
GM
157;;; Code:
158
3bef4fb9
KH
159;;; Electric Help functions are used for keypad help displays. A few
160;;; picture functions are used in rectangular cut and paste commands.
f3e03a42 161
3bef4fb9
KH
162(require 'ehelp)
163(require 'picture)
164
165;;;;
166;;;; VARIABLES and CONSTANTS
167;;;;
168
71c37e3f
MR
169;; For backward compatibility to Emacs 19.
170(or (fboundp 'defgroup)
171 (defmacro defgroup (&rest rest)))
172
173(defgroup edt nil
174 "Emacs emulating EDT."
175 :prefix "edt-"
176 :group 'emulations)
f3e03a42
GM
177
178;;;
179;;; Version Information
180;;;
181(defconst edt-version "4.0" "EDT Emulation version number.")
182
183;;;
184;;; User Configurable Variables
185;;;
186
bca3689a
MR
187;; For backward compatibility to Emacs 19.
188(or (fboundp 'defcustom)
189 (defmacro defcustom (var value doc &rest ignore)
190 `(defvar ,var ,value ,doc)))
191
192(defcustom edt-keep-current-page-delimiter nil
193 "*Emacs MUST be restarted for a change in value to take effect!
f3e03a42
GM
194Non-nil leaves Emacs value of `page-delimiter' unchanged within EDT
195Emulation. If set to nil (the default), the `page-delimiter' variable
196is set to \"\\f\" when edt-emulation-on is first invoked. This
197setting replicates EDT's page delimiter behavior. The original value
198is restored when edt-emulation-off is called."
bca3689a
MR
199 :type 'boolean
200 :group 'edt)
a1506d29 201
bca3689a
MR
202(defcustom edt-use-EDT-control-key-bindings nil
203 "*Emacs MUST be restarted for a change in value to take effect!
f3e03a42
GM
204Non-nil causes the control key bindings to be replaced with EDT
205bindings. If set to nil (the default), EDT control key bindings are
206not used and the current Emacs control key bindings are retained for
207use within the EDT emulation."
bca3689a
MR
208 :type 'boolean
209 :group 'edt)
f3e03a42 210
bca3689a 211(defcustom edt-word-entities '(?\t)
a1506d29 212 "*Specifies the list of EDT word entity characters.
f3e03a42
GM
213The default list, (\?\\t), contains just the TAB character, which
214emulates EDT. Characters are specified in the list using their
215decimal ASCII values. A question mark, followed by the actual
216character, can be used to indicate the numerical value of the
217character, instead of the actual decimal value. So, ?A means the
218numerical value for the letter A, \?/ means the numerical value for /,
219etc. Several unprintable and special characters have special
220representations, which you can also use:
221
222 \?\\b specifies BS, C-h
223 \?\\t specifies TAB, C-i
224 \?\\n specifies LFD, C-j
225 \?\\v specifies VTAB, C-k
226 \?\\f specifies FF, C-l
227 \?\\r specifies CR, C-m
228 \?\\e specifies ESC, C-[
229 \?\\\\ specifies \\
230
231In EDT Emulation movement-by-word commands, each character in the list
232will be treated as if it were a separate word."
bca3689a
MR
233 :type '(repeat integer)
234 :group 'edt)
f3e03a42 235
bca3689a
MR
236(defcustom edt-top-scroll-margin 10
237 "*Scroll margin at the top of the screen.
f3e03a42
GM
238Interpreted as a percent of the current window size with a default
239setting of 10%. If set to 0, top scroll margin is disabled."
bca3689a
MR
240 :type 'integer
241 :group 'edt)
f3e03a42 242
bca3689a
MR
243(defcustom edt-bottom-scroll-margin 15
244 "*Scroll margin at the bottom of the screen.
f3e03a42
GM
245Interpreted as a percent of the current window size with a default
246setting of 15%. If set to 0, bottom scroll margin is disabled."
bca3689a
MR
247 :type 'integer
248 :group 'edt)
f3e03a42
GM
249
250;;;
251;;; Internal Variables
252;;;
253
4bf7f5d1 254(defvar edt-last-deleted-lines ""
f3e03a42 255 "Last text deleted by the EDT emulation DEL L command.")
3bef4fb9 256
4bf7f5d1 257(defvar edt-last-deleted-words ""
f3e03a42 258 "Last text deleted by the EDT emulation DEL W command.")
3bef4fb9 259
4bf7f5d1 260(defvar edt-last-deleted-chars ""
f3e03a42
GM
261 "Last text deleted by the EDT emulation DEL C command.")
262
263(defvar edt-find-last-text ""
264 "Last text found by the EDT emulation FIND command.")
3bef4fb9 265
f3e03a42
GM
266(defvar edt-match-beginning-mark (make-marker)
267 "Used internally by the EDT emulation SUBS command.")
268
269(defvar edt-match-end-mark (make-marker)
270 "Used internally by the EDT emulation SUBS command.")
271
272(defvar edt-last-replaced-key-definition nil
273 "Key definition replaced with `edt-define-key' or `edt-learn' command.")
3bef4fb9
KH
274
275(defvar edt-direction-string ""
e4360875 276 "String indicating current direction of movement.")
3bef4fb9
KH
277
278(defvar edt-select-mode nil
e4360875 279 "Non-nil means select mode is active.")
3bef4fb9 280
f3e03a42
GM
281(defvar edt-select-mode-current ""
282 "Text displayed in mode line to indicate the state of EDT select mode.
283When select mode is inactive, it is set to an empty string.")
3bef4fb9
KH
284
285(defconst edt-select-mode-string " Select"
f3e03a42 286 "Used in mode line to indicate select mode is active.")
3bef4fb9
KH
287
288(defconst edt-forward-string " ADVANCE"
e4360875 289 "Direction string in mode line to indicate forward movement.")
3bef4fb9
KH
290
291(defconst edt-backward-string " BACKUP"
e4360875 292 "Direction string in mode line to indicate backward movement.")
3bef4fb9
KH
293
294(defvar edt-default-map-active nil
e4360875 295 "Non-nil indicates that default EDT emulation key bindings are active.
f0529b5b 296nil means user-defined custom bindings are active.")
3bef4fb9
KH
297
298(defvar edt-user-map-configured nil
e4360875 299 "Non-nil indicates that user custom EDT key bindings are configured.
f3e03a42 300This means that an edt-user.el file was found in the user's `load-path'.")
3bef4fb9 301
f3e03a42
GM
302(defvar edt-term nil
303 "Specifies the terminal type, if applicable.")
4bf7f5d1 304
3bef4fb9
KH
305;;;
306;;; Emacs version identifiers - currently referenced by
307;;;
f3e03a42 308;;; o edt-emulation-on o edt-load-keys
3bef4fb9
KH
309;;;
310(defconst edt-emacs19-p (not (string-lessp emacs-version "19"))
f3e03a42 311 "Non-nil if we are running GNU Emacs or XEmacs version 19, or higher.")
3bef4fb9 312
f3e03a42
GM
313(defconst edt-x-emacs19-p
314 (and edt-emacs19-p (string-match "XEmacs" emacs-version))
315 "Non-nil if we are running XEmacs version 19, or higher.")
3bef4fb9 316
f3e03a42
GM
317(defconst edt-gnu-emacs19-p (and edt-emacs19-p (not edt-x-emacs19-p))
318 "Non-nil if we are running GNU Emacs version 19, or higher.")
3bef4fb9 319
f3e03a42
GM
320(defconst edt-emacs-variant (if edt-gnu-emacs19-p "gnu" "xemacs")
321 "Indicates Emacs variant: GNU Emacs or XEmacs \(aka Lucid Emacs\).")
322
323(defconst edt-window-system (if edt-gnu-emacs19-p window-system (console-type))
324 "Indicates window system \(in GNU Emacs\) or console type \(in XEmacs\).")
325
326(defconst edt-xserver (if (eq edt-window-system 'x)
327 (if edt-x-emacs19-p
328 (replace-in-string (x-server-vendor) "[ _]" "-")
329 (subst-char-in-string ? ?- (x-server-vendor)))
330 nil)
331 "Indicates X server vendor name, if applicable.")
332
333(defvar edt-keys-file nil
334 "User's custom keypad and function keys mappings to emulate LK-201 keyboard.")
3bef4fb9
KH
335\f
336;;;;
337;;;; EDT Emulation Commands
338;;;;
339
f3e03a42
GM
340;;; Almost all of EDT's keypad mode commands have equivalent Emacs
341;;; function counterparts. But many of these counterparts behave
342;;; somewhat differently in Emacs.
3bef4fb9 343;;;
f3e03a42
GM
344;;; So, the following Emacs functions emulate, where practical, the
345;;; exact behavior of the corresponding EDT keypad mode commands. In
346;;; a few cases, the emulation is not exact, but it should be close
347;;; enough for most EDT die-hards.
3bef4fb9
KH
348;;;
349
350;;;
351;;; PAGE
352;;;
353;;; Emacs uses the regexp assigned to page-delimiter to determine what
354;;; marks a page break. This is normally "^\f", which causes the
355;;; edt-page command to ignore form feeds not located at the beginning
356;;; of a line. To emulate the EDT PAGE command exactly,
357;;; page-delimiter is set to "\f" when EDT emulation is turned on, and
358;;; restored to its original value when EDT emulation is turned off.
359;;; But this can be overridden if the EDT definition is not desired by
360;;; placing
361;;;
362;;; (setq edt-keep-current-page-delimiter t)
363;;;
364;;; in your .emacs file.
365
366(defun edt-page-forward (num)
367 "Move forward to just after next page delimiter.
f3e03a42 368Argument NUM is the number of page delimiters to move."
3bef4fb9
KH
369 (interactive "p")
370 (edt-check-prefix num)
371 (if (eobp)
372 (error "End of buffer")
f3e03a42
GM
373 (progn
374 (forward-page num)
375 (if (eobp)
376 (edt-line-to-bottom-of-window)
377 (edt-line-to-top-of-window)))))
3bef4fb9
KH
378
379(defun edt-page-backward (num)
380 "Move backward to just after previous page delimiter.
f3e03a42 381Argument NUM is the number of page delimiters to move."
3bef4fb9
KH
382 (interactive "p")
383 (edt-check-prefix num)
384 (if (bobp)
385 (error "Beginning of buffer")
f3e03a42
GM
386 (progn
387 (backward-page num)
388 (edt-line-to-top-of-window)
389 (if edt-x-emacs19-p (setq zmacs-region-stays t)))))
3bef4fb9
KH
390
391(defun edt-page (num)
392 "Move in current direction to next page delimiter.
f3e03a42 393Argument NUM is the number of page delimiters to move."
4bf7f5d1 394 (interactive "p")
3bef4fb9
KH
395 (if (equal edt-direction-string edt-forward-string)
396 (edt-page-forward num)
f3e03a42 397 (edt-page-backward num)))
3bef4fb9
KH
398
399;;;
400;;; SECT
401;;;
402;;; EDT defaults a section size to be 16 lines of its one and only
403;;; 24-line window. That's two-thirds of the window at a time. The
f3e03a42 404;;; EDT SECT commands moves the cursor, not the window.
a1506d29 405;;;
f3e03a42
GM
406;;; This emulation of EDT's SECT moves the cursor approximately
407;;; two-thirds of the current window at a time.
3bef4fb9
KH
408
409(defun edt-sect-forward (num)
f3e03a42
GM
410 "Move cursor forward two-thirds of a window's number of lines.
411Argument NUM is the number of sections to move."
3bef4fb9
KH
412 (interactive "p")
413 (edt-check-prefix num)
414 (edt-line-forward (* (* (/ (- (window-height) 1) 3) 2) num)))
415
f3e03a42 416
3bef4fb9
KH
417(defun edt-sect-backward (num)
418 "Move cursor backward two-thirds of a window.
f3e03a42 419Argument NUM is the number of sections to move."
3bef4fb9
KH
420 (interactive "p")
421 (edt-check-prefix num)
422 (edt-line-backward (* (* (/ (- (window-height) 1) 3) 2) num)))
423
424(defun edt-sect (num)
425 "Move in current direction a full window.
f3e03a42 426Argument NUM is the number of sections to move."
3bef4fb9
KH
427 (interactive "p")
428 (if (equal edt-direction-string edt-forward-string)
429 (edt-sect-forward num)
f3e03a42 430 (edt-sect-backward num)))
3bef4fb9
KH
431
432;;;
433;;; BEGINNING OF LINE
434;;;
435;;; EDT's beginning-of-line command is not affected by current
436;;; direction, for some unknown reason.
437
438(defun edt-beginning-of-line (num)
439 "Move backward to next beginning of line mark.
f3e03a42 440Argument NUM is the number of BOL marks to move."
3bef4fb9
KH
441 (interactive "p")
442 (edt-check-prefix num)
f3e03a42
GM
443 (let ((beg (edt-current-line)))
444 (if (bolp)
445 (forward-line (* -1 num))
3bef4fb9 446 (progn
f3e03a42
GM
447 (setq num (1- num))
448 (forward-line (* -1 num))))
449 (edt-top-check beg num))
450 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
451
3bef4fb9
KH
452
453;;;
454;;; EOL (End of Line)
455;;;
456
457(defun edt-end-of-line-forward (num)
458 "Move forward to next end of line mark.
f3e03a42 459Argument NUM is the number of EOL marks to move."
3bef4fb9
KH
460 (interactive "p")
461 (edt-check-prefix num)
f3e03a42
GM
462 (let ((beg (edt-current-line)))
463 (forward-char)
464 (end-of-line num)
465 (edt-bottom-check beg num))
466 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
467
3bef4fb9
KH
468
469(defun edt-end-of-line-backward (num)
470 "Move backward to next end of line mark.
f3e03a42 471Argument NUM is the number of EOL marks to move."
3bef4fb9
KH
472 (interactive "p")
473 (edt-check-prefix num)
f3e03a42
GM
474 (let ((beg (edt-current-line)))
475 (end-of-line (1- num))
476 (edt-top-check beg num))
477 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
478
3bef4fb9
KH
479
480(defun edt-end-of-line (num)
481 "Move in current direction to next end of line mark.
f3e03a42 482Argument NUM is the number of EOL marks to move."
3bef4fb9
KH
483 (interactive "p")
484 (if (equal edt-direction-string edt-forward-string)
485 (edt-end-of-line-forward num)
f3e03a42 486 (edt-end-of-line-backward num)))
3bef4fb9
KH
487
488;;;
489;;; WORD
490;;;
491;;; This one is a tad messy. To emulate EDT's behavior everywhere in
492;;; the file (beginning of file, end of file, beginning of line, end
f3e03a42 493;;; of line, etc.) it takes a bit of special handling.
a1506d29 494;;;
3bef4fb9
KH
495;;; The variable edt-word-entities contains a list of characters which
496;;; are to be viewed as distinct words where ever they appear in the
f3e03a42 497;;; buffer. This emulates the EDT line mode command SET ENTITY WORD.
3bef4fb9
KH
498
499
500(defun edt-one-word-forward ()
501 "Move forward to first character of next word."
502 (interactive)
503 (if (eobp)
504 (error "End of buffer"))
505 (if (eolp)
506 (forward-char)
f3e03a42
GM
507 (progn
508 (if (memq (following-char) edt-word-entities)
509 (forward-char)
510 (while (and
511 (not (eolp))
512 (not (eobp))
513 (not (eq ?\ (char-syntax (following-char))))
514 (not (memq (following-char) edt-word-entities)))
515 (forward-char)))
516 (while (and
517 (not (eolp))
518 (not (eobp))
519 (eq ?\ (char-syntax (following-char)))
520 (not (memq (following-char) edt-word-entities)))
521 (forward-char))))
522 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
3bef4fb9
KH
523
524(defun edt-one-word-backward ()
525 "Move backward to first character of previous word."
526 (interactive)
527 (if (bobp)
528 (error "Beginning of buffer"))
529 (if (bolp)
530 (backward-char)
f3e03a42
GM
531 (progn
532 (backward-char)
533 (while (and
534 (not (bolp))
535 (not (bobp))
536 (eq ?\ (char-syntax (following-char)))
537 (not (memq (following-char) edt-word-entities)))
538 (backward-char))
539 (if (not (memq (following-char) edt-word-entities))
540 (while (and
541 (not (bolp))
542 (not (bobp))
543 (not (eq ?\ (char-syntax (preceding-char))))
544 (not (memq (preceding-char) edt-word-entities)))
545 (backward-char)))))
546 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
3bef4fb9
KH
547
548(defun edt-word-forward (num)
549 "Move forward to first character of next word.
f3e03a42 550Argument NUM is the number of words to move."
3bef4fb9
KH
551 (interactive "p")
552 (edt-check-prefix num)
553 (while (> num 0)
554 (edt-one-word-forward)
555 (setq num (1- num))))
556
557(defun edt-word-backward (num)
558 "Move backward to first character of previous word.
f3e03a42 559Argument NUM is the number of words to move."
3bef4fb9
KH
560 (interactive "p")
561 (edt-check-prefix num)
562 (while (> num 0)
563 (edt-one-word-backward)
564 (setq num (1- num))))
565
566(defun edt-word (num)
567 "Move in current direction to first character of next word.
f3e03a42 568Argument NUM is the number of words to move."
3bef4fb9
KH
569 (interactive "p")
570 (if (equal edt-direction-string edt-forward-string)
571 (edt-word-forward num)
f3e03a42 572 (edt-word-backward num)))
3bef4fb9
KH
573
574;;;
575;;; CHAR
576;;;
577
578(defun edt-character (num)
579 "Move in current direction to next character.
f3e03a42 580Argument NUM is the number of characters to move."
3bef4fb9
KH
581 (interactive "p")
582 (edt-check-prefix num)
583 (if (equal edt-direction-string edt-forward-string)
584 (forward-char num)
f3e03a42
GM
585 (backward-char num))
586 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
3bef4fb9
KH
587
588;;;
589;;; LINE
590;;;
591;;; When direction is set to BACKUP, LINE behaves just like BEGINNING
592;;; OF LINE in EDT. So edt-line-backward is not really needed as a
593;;; separate function.
594
595(defun edt-line-backward (num)
596 "Move backward to next beginning of line mark.
f3e03a42 597Argument NUM is the number of BOL marks to move."
3bef4fb9
KH
598 (interactive "p")
599 (edt-beginning-of-line num))
600
601(defun edt-line-forward (num)
602 "Move forward to next beginning of line mark.
f3e03a42 603Argument NUM is the number of BOL marks to move."
3bef4fb9
KH
604 (interactive "p")
605 (edt-check-prefix num)
f3e03a42
GM
606 (let ((beg (edt-current-line)))
607 (forward-line num)
608 (edt-bottom-check beg num))
609 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
3bef4fb9
KH
610
611(defun edt-line (num)
612 "Move in current direction to next beginning of line mark.
f3e03a42 613Argument NUM is the number of BOL marks to move."
3bef4fb9
KH
614 (interactive "p")
615 (if (equal edt-direction-string edt-forward-string)
616 (edt-line-forward num)
f3e03a42
GM
617 (edt-line-backward num)))
618
619;;;
620;;; UP and DOWN Arrows
621;;;
622
623(defun edt-next-line (num)
624 "Move cursor down one line.
625Argument NUM is the number of lines to move."
626 (interactive "p")
627 (edt-check-prefix num)
628 (let ((beg (edt-current-line)))
629 (next-line num)
630 (edt-bottom-check beg num))
631 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
632
633(defun edt-previous-line (num)
634 "Move cursor up one line.
635Argument NUM is the number of lines to move."
636 (interactive "p")
637 (edt-check-prefix num)
638 (let ((beg (edt-current-line)))
639 (previous-line num)
640 (edt-top-check beg num))
641 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
642
3bef4fb9
KH
643
644;;;
645;;; TOP
646;;;
647
648(defun edt-top ()
649 "Move cursor to the beginning of buffer."
650 (interactive)
f3e03a42
GM
651 (goto-char (point-min))
652 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
3bef4fb9
KH
653
654;;;
655;;; BOTTOM
656;;;
657
658(defun edt-bottom ()
659 "Move cursor to the end of buffer."
660 (interactive)
661 (goto-char (point-max))
662 (edt-line-to-bottom-of-window))
663
664;;;
665;;; FIND
666;;;
667
668(defun edt-find-forward (&optional find)
f3e03a42
GM
669 "Find first occurrence of a string in forward direction and save it.
670Optional argument FIND is t is this function is called from `edt-find'."
3bef4fb9
KH
671 (interactive)
672 (if (not find)
f3e03a42
GM
673 (set 'edt-find-last-text (read-string "Search forward: ")))
674 (let* ((left nil)
675 (beg (edt-current-line))
676 (height (window-height))
677 (top-percent
678 (if (= 0 edt-top-scroll-margin) 10 edt-top-scroll-margin))
679 (bottom-percent
680 (if (= 0 edt-bottom-scroll-margin) 15 edt-bottom-scroll-margin))
681 (top-margin (/ (* height top-percent) 100))
682 (bottom-up-margin (+ 1 (/ (* height bottom-percent) 100)))
683 (bottom-margin (max beg (- height bottom-up-margin 1)))
684 (top (save-excursion (move-to-window-line top-margin) (point)))
685 (bottom (save-excursion (move-to-window-line bottom-margin) (point)))
686 (far (save-excursion
687 (goto-char bottom) (forward-line (- height 2)) (point))))
688 (if (search-forward edt-find-last-text)
689 (progn
690 (search-backward edt-find-last-text)
691 (edt-set-match)
692 (cond((> (point) far)
693 (setq left (save-excursion (forward-line height)))
694 (if (= 0 left) (recenter top-margin)
695 (recenter (- left bottom-up-margin))))
696 (t
697 (and (> (point) bottom) (recenter bottom-margin)))))))
698 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
3bef4fb9
KH
699
700(defun edt-find-backward (&optional find)
f3e03a42
GM
701 "Find first occurrence of a string in the backward direction and save it.
702Optional argument FIND is t if this function is called from `edt-find'."
3bef4fb9
KH
703 (interactive)
704 (if (not find)
f3e03a42
GM
705 (set 'edt-find-last-text (read-string "Search backward: ")))
706 (let* ((left nil)
707 (beg (edt-current-line))
708 (height (window-height))
709 (top-percent
710 (if (= 0 edt-top-scroll-margin) 10 edt-top-scroll-margin))
711 (bottom-percent
712 (if (= 0 edt-bottom-scroll-margin) 15 edt-bottom-scroll-margin))
713 (top-margin (/ (* height top-percent) 100))
714 (bottom-up-margin (+ 1 (/ (* height bottom-percent) 100)))
715 (bottom-margin (max beg (- height bottom-up-margin 1)))
716 (top (save-excursion (move-to-window-line top-margin) (point)))
717 (bottom (save-excursion (move-to-window-line bottom-margin) (point)))
718 (far (save-excursion
719 (goto-char bottom) (forward-line (- height 2)) (point))))
720 (if (search-backward edt-find-last-text)
721 (edt-set-match))
722 (and (< (point) top) (recenter (min beg top-margin))))
723 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
3bef4fb9
KH
724
725(defun edt-find ()
896b7329 726 "Find first occurrence of string in current direction and save it."
3bef4fb9 727 (interactive)
f3e03a42 728 (set 'edt-find-last-text (read-string "Search: "))
3bef4fb9
KH
729 (if (equal edt-direction-string edt-forward-string)
730 (edt-find-forward t)
731 (edt-find-backward t)))
a1506d29 732
3bef4fb9
KH
733
734;;;
735;;; FNDNXT
736;;;
737
738(defun edt-find-next-forward ()
896b7329 739 "Find next occurrence of a string in forward direction."
3bef4fb9 740 (interactive)
f3e03a42
GM
741 (let* ((left nil)
742 (beg (edt-current-line))
743 (height (window-height))
744 (top-percent
745 (if (= 0 edt-top-scroll-margin) 10 edt-top-scroll-margin))
746 (bottom-percent
747 (if (= 0 edt-bottom-scroll-margin) 15 edt-bottom-scroll-margin))
748 (top-margin (/ (* height top-percent) 100))
749 (bottom-up-margin (+ 1 (/ (* height bottom-percent) 100)))
750 (bottom-margin (max beg (- height bottom-up-margin 1)))
751 (top (save-excursion (move-to-window-line top-margin) (point)))
752 (bottom (save-excursion (move-to-window-line bottom-margin) (point)))
753 (far (save-excursion
754 (goto-char bottom) (forward-line (- height 2)) (point))))
755 (forward-char 1)
756 (if (search-forward edt-find-last-text nil t)
757 (progn
758 (search-backward edt-find-last-text)
759 (edt-set-match)
760 (cond((> (point) far)
761 (setq left (save-excursion (forward-line height)))
762 (if (= 0 left) (recenter top-margin)
763 (recenter (- left bottom-up-margin))))
764 (t
765 (and (> (point) bottom) (recenter bottom-margin)))))
3bef4fb9 766 (progn
f3e03a42
GM
767 (backward-char 1)
768 (error "Search failed: \"%s\"" edt-find-last-text))))
769 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
3bef4fb9
KH
770
771(defun edt-find-next-backward ()
896b7329 772 "Find next occurrence of a string in backward direction."
3bef4fb9 773 (interactive)
f3e03a42
GM
774 (let* ((left nil)
775 (beg (edt-current-line))
776 (height (window-height))
777 (top-percent
778 (if (= 0 edt-top-scroll-margin) 10 edt-top-scroll-margin))
779 (bottom-percent
780 (if (= 0 edt-bottom-scroll-margin) 15 edt-bottom-scroll-margin))
781 (top-margin (/ (* height top-percent) 100))
782 (bottom-up-margin (+ 1 (/ (* height bottom-percent) 100)))
783 (bottom-margin (max beg (- height bottom-up-margin 1)))
784 (top (save-excursion (move-to-window-line top-margin) (point)))
785 (bottom (save-excursion (move-to-window-line bottom-margin) (point)))
786 (far (save-excursion
787 (goto-char bottom) (forward-line (- height 2)) (point))))
788 (if (not (search-backward edt-find-last-text nil t))
789 (error "Search failed: \"%s\"" edt-find-last-text)
3bef4fb9 790 (progn
f3e03a42
GM
791 (edt-set-match)
792 (and (< (point) top) (recenter (min beg top-margin))))))
793 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
3bef4fb9
KH
794
795(defun edt-find-next ()
896b7329 796 "Find next occurrence of a string in current direction."
3bef4fb9
KH
797 (interactive)
798 (if (equal edt-direction-string edt-forward-string)
799 (edt-find-next-forward)
f3e03a42 800 (edt-find-next-backward)))
a1506d29 801
3bef4fb9
KH
802;;;
803;;; APPEND
804;;;
805
806(defun edt-append ()
807 "Append this kill region to last killed region."
808 (interactive "*")
809 (edt-check-selection)
810 (append-next-kill)
811 (kill-region (mark) (point))
812 (message "Selected text APPENDED to kill ring"))
813
814;;;
815;;; DEL L
816;;;
817
818(defun edt-delete-line (num)
819 "Delete from cursor up to and including the end of line mark.
f3e03a42 820Argument NUM is the number of lines to delete."
3bef4fb9
KH
821 (interactive "*p")
822 (edt-check-prefix num)
4bf7f5d1
RS
823 (let ((beg (point)))
824 (forward-line num)
825 (if (not (eq (preceding-char) ?\n))
3bef4fb9 826 (insert "\n"))
4bf7f5d1 827 (setq edt-last-deleted-lines
3bef4fb9 828 (buffer-substring beg (point)))
4bf7f5d1
RS
829 (delete-region beg (point))))
830
3bef4fb9
KH
831;;;
832;;; DEL EOL
833;;;
834
835(defun edt-delete-to-end-of-line (num)
836 "Delete from cursor up to but excluding the end of line mark.
f3e03a42 837Argument NUM is the number of lines to delete."
3bef4fb9
KH
838 (interactive "*p")
839 (edt-check-prefix num)
4bf7f5d1
RS
840 (let ((beg (point)))
841 (forward-char 1)
842 (end-of-line num)
843 (setq edt-last-deleted-lines
3bef4fb9 844 (buffer-substring beg (point)))
4bf7f5d1
RS
845 (delete-region beg (point))))
846
3bef4fb9
KH
847;;;
848;;; SELECT
849;;;
850
851(defun edt-select-mode (arg)
e4360875 852 "Turn EDT select mode off if ARG is nil; otherwise, turn EDT select mode on.
3bef4fb9
KH
853In select mode, selected text is highlighted."
854 (if arg
855 (progn
856 (make-local-variable 'edt-select-mode)
f3e03a42 857 (setq edt-select-mode 'edt-select-mode-current)
3bef4fb9
KH
858 (setq rect-start-point (window-point)))
859 (progn
860 (kill-local-variable 'edt-select-mode)))
861 (force-mode-line-update))
862
863(defun edt-select ()
864 "Set mark at cursor and start text selection."
f3e03a42
GM
865 (interactive)
866 (set-mark-command nil))
3bef4fb9
KH
867
868(defun edt-reset ()
869 "Cancel text selection."
870 (interactive)
f3e03a42
GM
871 (if edt-gnu-emacs19-p
872 (deactivate-mark)
873 (zmacs-deactivate-region)))
3bef4fb9
KH
874
875;;;
876;;; CUT
877;;;
878
879(defun edt-cut ()
880 "Deletes selected text but copies to kill ring."
881 (interactive "*")
882 (edt-check-selection)
883 (kill-region (mark) (point))
884 (message "Selected text CUT to kill ring"))
885
886;;;
887;;; DELETE TO BEGINNING OF LINE
888;;;
889
890(defun edt-delete-to-beginning-of-line (num)
e4360875 891 "Delete from cursor to beginning of line.
f3e03a42 892Argument NUM is the number of lines to delete."
3bef4fb9
KH
893 (interactive "*p")
894 (edt-check-prefix num)
4bf7f5d1 895 (let ((beg (point)))
3bef4fb9
KH
896 (edt-beginning-of-line num)
897 (setq edt-last-deleted-lines
898 (buffer-substring (point) beg))
4bf7f5d1
RS
899 (delete-region beg (point))))
900
3bef4fb9
KH
901;;;
902;;; DEL W
903;;;
904
905(defun edt-delete-word (num)
906 "Delete from cursor up to but excluding first character of next word.
f3e03a42 907Argument NUM is the number of words to delete."
3bef4fb9
KH
908 (interactive "*p")
909 (edt-check-prefix num)
4bf7f5d1 910 (let ((beg (point)))
3bef4fb9
KH
911 (edt-word-forward num)
912 (setq edt-last-deleted-words (buffer-substring beg (point)))
4bf7f5d1
RS
913 (delete-region beg (point))))
914
3bef4fb9
KH
915;;;
916;;; DELETE TO BEGINNING OF WORD
917;;;
918
919(defun edt-delete-to-beginning-of-word (num)
920 "Delete from cursor to beginning of word.
f3e03a42 921Argument NUM is the number of words to delete."
3bef4fb9
KH
922 (interactive "*p")
923 (edt-check-prefix num)
924 (let ((beg (point)))
925 (edt-word-backward num)
926 (setq edt-last-deleted-words (buffer-substring (point) beg))
927 (delete-region beg (point))))
928
929;;;
930;;; DEL C
931;;;
932
933(defun edt-delete-character (num)
934 "Delete character under cursor.
f3e03a42 935Argument NUM is the number of characters to delete."
3bef4fb9
KH
936 (interactive "*p")
937 (edt-check-prefix num)
4bf7f5d1 938 (setq edt-last-deleted-chars
3bef4fb9 939 (buffer-substring (point) (min (point-max) (+ (point) num))))
4bf7f5d1
RS
940 (delete-region (point) (min (point-max) (+ (point) num))))
941
3bef4fb9
KH
942;;;
943;;; DELETE CHAR
944;;;
945
946(defun edt-delete-previous-character (num)
947 "Delete character in front of cursor.
f3e03a42 948Argument NUM is the number of characters to delete."
3bef4fb9
KH
949 (interactive "*p")
950 (edt-check-prefix num)
4bf7f5d1 951 (setq edt-last-deleted-chars
3bef4fb9 952 (buffer-substring (max (point-min) (- (point) num)) (point)))
4bf7f5d1
RS
953 (delete-region (max (point-min) (- (point) num)) (point)))
954
3bef4fb9
KH
955;;;
956;;; UND L
957;;;
958
959(defun edt-undelete-line ()
960 "Undelete previous deleted line(s)."
961 (interactive "*")
962 (point-to-register 1)
963 (insert edt-last-deleted-lines)
964 (register-to-point 1))
965
966;;;
967;;; UND W
968;;;
969
970(defun edt-undelete-word ()
e4360875 971 "Undelete previous deleted word(s)."
3bef4fb9
KH
972 (interactive "*")
973 (point-to-register 1)
974 (insert edt-last-deleted-words)
975 (register-to-point 1))
976
977;;;
978;;; UND C
979;;;
980
981(defun edt-undelete-character ()
e4360875 982 "Undelete previous deleted character(s)."
3bef4fb9
KH
983 (interactive "*")
984 (point-to-register 1)
985 (insert edt-last-deleted-chars)
986 (register-to-point 1))
987
988;;;
989;;; REPLACE
990;;;
991
992(defun edt-replace ()
993 "Replace marked section with last CUT (killed) text."
994 (interactive "*")
f3e03a42
GM
995 (if (edt-check-match)
996 (replace-match (car kill-ring-yank-pointer))
997 (progn
998 (exchange-point-and-mark)
999 (let ((beg (point)))
1000 (exchange-point-and-mark)
1001 (delete-region beg (point)))
1002 (yank))))
1003
1004;;;
1005;;; SUBS
1006;;;
1007
1008(defun edt-substitute (num)
1009 "Replace the selected region with the contents of the CUT buffer and.
1010Repeat the most recent FIND command. (The Emacs kill ring is used as
a1506d29 1011the CUT buffer.)
f3e03a42 1012Argument NUM is the repeat count. A positive value indicates the of times
669858fb 1013to repeat the substitution. A negative argument means replace all occurrences
f3e03a42
GM
1014of the search text."
1015 (interactive "p")
1016 (cond ((or edt-select-mode (edt-check-match))
1017 (while (and (not (= num 0)) (or edt-select-mode (edt-check-match)))
1018 (edt-replace)
1019 (edt-find-next)
1020 (setq num (1- num))))
1021 (t
1022 (error "No selection active"))))
1023
1024(defun edt-set-match nil
1025 "Set markers at match beginning and end."
1026 ;; Add one to beginning mark so it stays with the first character of
1027 ;; the string even if characters are added just before the string.
1028 (setq edt-match-beginning-mark (copy-marker (1+ (match-beginning 0))))
1029 (setq edt-match-end-mark (copy-marker (match-end 0))))
1030
1031(defun edt-unset-match nil
1032 "Unset match beginning and end markers."
1033 (set-marker edt-match-beginning-mark nil)
1034 (set-marker edt-match-end-mark nil))
1035
1036(defun edt-match-beginning nil
1037 "Return the location of the last match beginning."
1038 (1- (marker-position edt-match-beginning-mark)))
1039
1040(defun edt-match-end nil
1041 "Return the location of the last match end."
1042 (marker-position edt-match-end-mark))
1043
1044(defun edt-check-match nil
1045 "Return t if point is between edt-match markers.
1046Otherwise sets the edt-match markers to nil and returns nil."
1047 ;; make sure 1- marker is in this buffer
1048 ;; 2- point is at or after beginning marker
1049 ;; 3- point is before ending marker, or in the case of
1050 ;; zero length regions (like bol, or eol) that the
1051 ;; beginning, end, and point are equal.
1052 (cond ((and
1053 (equal (marker-buffer edt-match-beginning-mark) (current-buffer))
1054 (>= (point) (1- (marker-position edt-match-beginning-mark)))
1055 (or
1056 (< (point) (marker-position edt-match-end-mark))
1057 (and (= (1- (marker-position edt-match-beginning-mark))
1058 (marker-position edt-match-end-mark))
1059 (= (marker-position edt-match-end-mark) (point))))) t)
1060 (t
1061 (edt-unset-match) nil)))
1062
1063(defun edt-show-match-markers nil
1064 "Show the values of the match markers."
1065 (interactive)
1066 (if (markerp edt-match-beginning-mark)
1067 (let ((beg (marker-position edt-match-beginning-mark)))
1068 (message "(%s, %s) in %s -- current %s in %s"
1069 (if beg (1- beg) nil)
1070 (marker-position edt-match-end-mark)
1071 (marker-buffer edt-match-end-mark)
1072 (point) (current-buffer)))))
1073
3bef4fb9
KH
1074
1075;;;
1076;;; ADVANCE
1077;;;
1078
1079(defun edt-advance ()
e4360875
KH
1080 "Set movement direction forward.
1081Also, execute command specified if in Minibuffer."
4bf7f5d1 1082 (interactive)
3bef4fb9 1083 (setq edt-direction-string edt-forward-string)
ca341104 1084 (force-mode-line-update)
f3e03a42 1085 (if (string-equal " *Minibuf"
3bef4fb9 1086 (substring (buffer-name) 0 (min (length (buffer-name)) 9)))
f3e03a42
GM
1087 (exit-minibuffer))
1088 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
1089
a1506d29 1090
3bef4fb9
KH
1091;;;
1092;;; BACKUP
1093;;;
4bf7f5d1 1094
3bef4fb9 1095(defun edt-backup ()
e4360875
KH
1096 "Set movement direction backward.
1097Also, execute command specified if in Minibuffer."
4bf7f5d1 1098 (interactive)
3bef4fb9 1099 (setq edt-direction-string edt-backward-string)
ca341104 1100 (force-mode-line-update)
f3e03a42 1101 (if (string-equal " *Minibuf"
3bef4fb9 1102 (substring (buffer-name) 0 (min (length (buffer-name)) 9)))
f3e03a42
GM
1103 (exit-minibuffer))
1104 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
1105
3bef4fb9
KH
1106
1107;;;
1108;;; CHNGCASE
1109;;;
f3e03a42 1110;; This function is based upon Jeff Kowalski's case-flip function in his
3bef4fb9
KH
1111;; tpu.el.
1112
1113(defun edt-change-case (num)
1114 "Change the case of specified characters.
1115If text selection IS active, then characters between the cursor and mark are
1116changed. If text selection is NOT active, there are two cases. First, if the
1117current direction is ADVANCE, then the prefix number of character(s) under and
1118following cursor are changed. Second, if the current direction is BACKUP, then
1119the prefix number of character(s) before the cursor are changed. Accepts a
1120positive prefix for the number of characters to change, but the prefix is
f3e03a42
GM
1121ignored if text selection is active.
1122Argument NUM is the numbers of consecutive characters to change."
3bef4fb9
KH
1123 (interactive "*p")
1124 (edt-check-prefix num)
1125 (if edt-select-mode
1126 (let ((end (max (mark) (point)))
1127 (point-save (point)))
1128 (goto-char (min (point) (mark)))
1129 (while (not (eq (point) end))
1130 (funcall (if (<= ?a (following-char))
1131 'upcase-region 'downcase-region)
1132 (point) (1+ (point)))
1133 (forward-char 1))
1134 (goto-char point-save))
f3e03a42
GM
1135 (progn
1136 (if (string= edt-direction-string edt-backward-string)
1137 (backward-char num))
1138 (while (> num 0)
1139 (funcall (if (<= ?a (following-char))
1140 'upcase-region 'downcase-region)
1141 (point) (1+ (point)))
1142 (forward-char 1)
1143 (setq num (1- num))))))
4bf7f5d1 1144
3bef4fb9
KH
1145;;;
1146;;; DEFINE KEY
1147;;;
1148
1149(defun edt-define-key ()
1150 "Assign an interactively-callable function to a specified key sequence.
f3e03a42
GM
1151The current key definition is saved in `edt-last-replaced-key-definition'.
1152Use `edt-restore-key' to restore last replaced key definition."
4bf7f5d1 1153 (interactive)
f3e03a42 1154 (if edt-x-emacs19-p (setq zmacs-region-stays t))
3bef4fb9 1155 (let (edt-function
f3e03a42
GM
1156 edt-key-definition)
1157 (setq edt-key-definition
1158 (read-key-sequence "Press the key to be defined: "))
1159 (if (if edt-gnu-emacs19-p
1160 (string-equal "\C-m" edt-key-definition)
1161 (string-equal "\C-m" (events-to-keys edt-key-definition)))
1162 (message "Key not defined")
1163 (progn
1164 (setq edt-function (read-command "Enter command name: "))
1165 (if (string-equal "" edt-function)
1166 (message "Key not defined")
1167 (progn
1168 (setq edt-last-replaced-key-definition
1169 (lookup-key (current-global-map) edt-key-definition))
1170 (define-key (current-global-map)
1171 edt-key-definition edt-function)))))))
4bf7f5d1 1172
3bef4fb9
KH
1173;;;
1174;;; FORM FEED INSERT
1175;;;
4bf7f5d1 1176
3bef4fb9
KH
1177(defun edt-form-feed-insert (num)
1178 "Insert form feed character at cursor position.
f3e03a42 1179Argument NUM is the number of form feeds to insert."
3bef4fb9
KH
1180 (interactive "*p")
1181 (edt-check-prefix num)
1182 (while (> num 0)
1183 (insert ?\f)
1184 (setq num (1- num))))
4bf7f5d1 1185
3bef4fb9
KH
1186;;;
1187;;; TAB INSERT
1188;;;
4bf7f5d1 1189
3bef4fb9
KH
1190(defun edt-tab-insert (num)
1191 "Insert tab character at cursor position.
b9d67a77 1192Argument NUM is the number of tabs to insert."
3bef4fb9
KH
1193 (interactive "*p")
1194 (edt-check-prefix num)
1195 (while (> num 0)
1196 (insert ?\t)
1197 (setq num (1- num))))
1198
1199;;;
1200;;; Check Prefix
1201;;;
1202
1203(defun edt-check-prefix (num)
f3e03a42
GM
1204 "Indicate error if prefix is not positive.
1205Argument NUM is the prefix value tested."
3bef4fb9
KH
1206 (if (<= num 0)
1207 (error "Prefix must be positive")))
a1506d29 1208
3bef4fb9
KH
1209;;;
1210;;; Check Selection
1211;;;
1212
1213(defun edt-check-selection ()
1214 "Indicate error if EDT selection is not active."
1215 (if (not edt-select-mode)
1216 (error "Selection NOT active")))
f3e03a42
GM
1217
1218;;;
1219;;; Scroll Margins
1220;;;
1221
1222(defun edt-top-check (beg lines)
1223 "Enforce scroll margin at the top of screen.
1224Argument BEG is the starting line number before cursor was moved.
1225Argument LINES is the number of lines the cursor moved toward the top."
1226 (let ((margin (/ (* (window-height) edt-top-scroll-margin) 100)))
1227 (cond ((< beg margin) (recenter beg))
1228 ((< (- beg lines) margin) (recenter margin)))))
1229
1230(defun edt-bottom-check (beg lines)
1231 "Enforce scroll margin at the bottom of screen.
1232Argument BEG is the starting line number before cursor was moved.
1233Argument LINES is the number of lines the cursor moved toward the bottom."
1234 (let* ((height (window-height))
1235 (margin (+ 1 (/ (* height edt-bottom-scroll-margin) 100)))
1236 ;; subtract 1 from height because it includes mode line
1237 (difference (- height margin 1)))
1238 (cond ((> beg difference) (recenter beg))
1239 ((and edt-x-emacs19-p (> (+ beg lines 1) difference))
1240 (recenter (- margin)))
1241 ((> (+ beg lines) difference) (recenter (- margin))))))
1242
1243(defun edt-current-line nil
1244 "Return the vertical position of point in the selected window.
1245Top line is 0. Counts each text line only once, even if it wraps."
1246 (+ (count-lines (window-start) (point)) (if (= (current-column) 0) 1 0) -1))
1247
1248;;;###autoload
1249(defun edt-set-scroll-margins (top bottom)
1250 "Set scroll margins.
1251Argument TOP is the top margin in number of lines or percent of window.
1252Argument BOTTOM is the bottom margin in number of lines or percent of window."
1253 (interactive
1254 "sEnter top scroll margin (N lines or N%% or RETURN for current value): \
1255\nsEnter bottom scroll margin (N lines or N%% or RETURN for current value): ")
1256 ;; set top scroll margin
1257 (or (string= top "")
1258 (if (string= "%" (substring top -1))
1259 (setq edt-top-scroll-margin (string-to-int top))
1260 (setq edt-top-scroll-margin
1261 (/ (1- (+ (* (string-to-int top) 100) (window-height)))
1262 (window-height)))))
1263 ;; set bottom scroll margin
1264 (or (string= bottom "")
1265 (if (string= "%" (substring bottom -1))
1266 (setq edt-bottom-scroll-margin (string-to-int bottom))
1267 (setq edt-bottom-scroll-margin
1268 (/ (1- (+ (* (string-to-int bottom) 100) (window-height)))
1269 (window-height)))))
1270 ;; report scroll margin settings if running interactively
1271 (and (interactive-p)
1272 (message "Scroll margins set. Top = %s%%, Bottom = %s%%"
1273 edt-top-scroll-margin edt-bottom-scroll-margin)))
1274
3bef4fb9
KH
1275\f
1276;;;;
1277;;;; ENHANCEMENTS AND ADDITIONS FOR EDT KEYPAD MODE
1278;;;;
1279
a1506d29 1280;;;
3bef4fb9
KH
1281;;; Several enhancements and additions to EDT keypad mode commands are
1282;;; provided here. Some of these have been motivated by similar
1283;;; TPU/EVE and EVE-Plus commands. Others are new.
1284
3bef4fb9
KH
1285;;;
1286;;; CHANGE DIRECTION
1287;;;
4bf7f5d1 1288
3bef4fb9
KH
1289(defun edt-change-direction ()
1290 "Toggle movement direction."
1291 (interactive)
f3e03a42 1292 (if (equal edt-direction-string edt-forward-string)
3bef4fb9 1293 (edt-backup)
f3e03a42 1294 (edt-advance)))
3bef4fb9
KH
1295
1296;;;
1297;;; TOGGLE SELECT
1298;;;
1299
1300(defun edt-toggle-select ()
1301 "Toggle to start (or cancel) text selection."
1302 (interactive)
1303 (if edt-select-mode
1304 (edt-reset)
1305 (edt-select)))
1306
1307;;;
1308;;; SENTENCE
1309;;;
1310
1311(defun edt-sentence-forward (num)
1312 "Move forward to start of next sentence.
f3e03a42 1313Argument NUM is the positive number of sentences to move."
4bf7f5d1 1314 (interactive "p")
3bef4fb9 1315 (edt-check-prefix num)
f3e03a42
GM
1316 (let* ((left nil)
1317 (beg (edt-current-line))
1318 (height (window-height))
1319 (top-percent
1320 (if (= 0 edt-top-scroll-margin) 10 edt-top-scroll-margin))
1321 (bottom-percent
1322 (if (= 0 edt-bottom-scroll-margin) 15 edt-bottom-scroll-margin))
1323 (top-margin (/ (* height top-percent) 100))
1324 (bottom-up-margin (+ 1 (/ (* height bottom-percent) 100)))
1325 (bottom-margin (max beg (- height bottom-up-margin 1)))
1326 (top (save-excursion (move-to-window-line top-margin) (point)))
1327 (bottom (save-excursion (move-to-window-line bottom-margin) (point)))
1328 (far (save-excursion
1329 (goto-char bottom) (forward-line (- height 2)) (point))))
1330 (if (eobp)
1331 (progn
1332 (error "End of buffer"))
3bef4fb9 1333 (progn
f3e03a42
GM
1334 (forward-sentence num)
1335 (forward-word 1)
1336 (backward-sentence)))
1337 (cond((> (point) far)
1338 (setq left (save-excursion (forward-line height)))
1339 (if (= 0 left) (recenter top-margin)
1340 (recenter (- left bottom-up-margin))))
1341 (t
1342 (and (> (point) bottom) (recenter bottom-margin)))))
1343 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
4bf7f5d1 1344
3bef4fb9
KH
1345(defun edt-sentence-backward (num)
1346 "Move backward to next sentence beginning.
f3e03a42 1347Argument NUM is the positive number of sentences to move."
4bf7f5d1 1348 (interactive "p")
3bef4fb9 1349 (edt-check-prefix num)
f3e03a42
GM
1350 (let* ((left nil)
1351 (beg (edt-current-line))
1352 (height (window-height))
1353 (top-percent
1354 (if (= 0 edt-top-scroll-margin) 10 edt-top-scroll-margin))
1355 (bottom-percent
1356 (if (= 0 edt-bottom-scroll-margin) 15 edt-bottom-scroll-margin))
1357 (top-margin (/ (* height top-percent) 100))
1358 (bottom-up-margin (+ 1 (/ (* height bottom-percent) 100)))
1359 (bottom-margin (max beg (- height bottom-up-margin 1)))
1360 (top (save-excursion (move-to-window-line top-margin) (point)))
1361 (bottom (save-excursion (move-to-window-line bottom-margin) (point)))
1362 (far (save-excursion
1363 (goto-char bottom) (forward-line (- height 2)) (point))))
1364 (if (eobp)
1365 (progn
1366 (error "End of buffer"))
1367 (backward-sentence num))
1368 (and (< (point) top) (recenter (min beg top-margin))))
1369 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
4bf7f5d1 1370
3bef4fb9
KH
1371(defun edt-sentence (num)
1372 "Move in current direction to next sentence.
f3e03a42 1373Argument NUM is the positive number of sentences to move."
4bf7f5d1 1374 (interactive "p")
3bef4fb9
KH
1375 (if (equal edt-direction-string edt-forward-string)
1376 (edt-sentence-forward num)
f3e03a42 1377 (edt-sentence-backward num)))
3bef4fb9
KH
1378
1379;;;
1380;;; PARAGRAPH
1381;;;
4bf7f5d1 1382
3bef4fb9
KH
1383(defun edt-paragraph-forward (num)
1384 "Move forward to beginning of paragraph.
f3e03a42 1385Argument NUM is the positive number of paragraphs to move."
4bf7f5d1 1386 (interactive "p")
3bef4fb9 1387 (edt-check-prefix num)
f3e03a42
GM
1388 (let* ((left nil)
1389 (beg (edt-current-line))
1390 (height (window-height))
1391 (top-percent
1392 (if (= 0 edt-top-scroll-margin) 10 edt-top-scroll-margin))
1393 (bottom-percent
1394 (if (= 0 edt-bottom-scroll-margin) 15 edt-bottom-scroll-margin))
1395 (top-margin (/ (* height top-percent) 100))
1396 (bottom-up-margin (+ 1 (/ (* height bottom-percent) 100)))
1397 (bottom-margin (max beg (- height bottom-up-margin 1)))
1398 (top (save-excursion (move-to-window-line top-margin) (point)))
1399 (bottom (save-excursion (move-to-window-line bottom-margin) (point)))
1400 (far (save-excursion
1401 (goto-char bottom) (forward-line (- height 2)) (point))))
1402 (while (> num 0)
1403 (forward-paragraph (+ num 1))
1404 (start-of-paragraph-text)
1405 (if (eolp)
1406 (next-line 1))
1407 (setq num (1- num)))
1408 (cond((> (point) far)
1409 (setq left (save-excursion (forward-line height)))
1410 (if (= 0 left) (recenter top-margin)
1411 (recenter (- left bottom-up-margin))))
1412 (t
1413 (and (> (point) bottom) (recenter bottom-margin)))))
1414 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
4bf7f5d1 1415
3bef4fb9
KH
1416(defun edt-paragraph-backward (num)
1417 "Move backward to beginning of paragraph.
f3e03a42 1418Argument NUM is the positive number of paragraphs to move."
4bf7f5d1 1419 (interactive "p")
3bef4fb9 1420 (edt-check-prefix num)
f3e03a42
GM
1421 (let* ((left nil)
1422 (beg (edt-current-line))
1423 (height (window-height))
1424 (top-percent
1425 (if (= 0 edt-top-scroll-margin) 10 edt-top-scroll-margin))
1426 (bottom-percent
1427 (if (= 0 edt-bottom-scroll-margin) 15 edt-bottom-scroll-margin))
1428 (top-margin (/ (* height top-percent) 100))
1429 (bottom-up-margin (+ 1 (/ (* height bottom-percent) 100)))
1430 (bottom-margin (max beg (- height bottom-up-margin 1)))
1431 (top (save-excursion (move-to-window-line top-margin) (point)))
1432 (bottom (save-excursion (move-to-window-line bottom-margin) (point)))
1433 (far (save-excursion
1434 (goto-char bottom) (forward-line (- height 2)) (point))))
1435 (while (> num 0)
1436 (start-of-paragraph-text)
1437 (setq num (1- num)))
1438 (and (< (point) top) (recenter (min beg top-margin))))
1439 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
4bf7f5d1 1440
3bef4fb9
KH
1441(defun edt-paragraph (num)
1442 "Move in current direction to next paragraph.
f3e03a42 1443Argument NUM is the positive number of paragraphs to move."
3bef4fb9
KH
1444 (interactive "p")
1445 (if (equal edt-direction-string edt-forward-string)
1446 (edt-paragraph-forward num)
f3e03a42 1447 (edt-paragraph-backward num)))
3bef4fb9
KH
1448
1449;;;
1450;;; RESTORE KEY
1451;;;
1452
1453(defun edt-restore-key ()
e4360875 1454 "Restore last replaced key definition.
f3e03a42 1455Definition is stored in `edt-last-replaced-key-definition'."
4bf7f5d1 1456 (interactive)
f3e03a42 1457 (if edt-x-emacs19-p (setq zmacs-region-stays t))
3bef4fb9
KH
1458 (if edt-last-replaced-key-definition
1459 (progn
f3e03a42
GM
1460 (let (edt-key-definition)
1461 (set 'edt-key-definition
3bef4fb9 1462 (read-key-sequence "Press the key to be restored: "))
f3e03a42
GM
1463 (if (if edt-gnu-emacs19-p
1464 (string-equal "\C-m" edt-key-definition)
1465 (string-equal "\C-m" (events-to-keys edt-key-definition)))
1466 (message "Key not restored")
1467 (progn
1468 (define-key (current-global-map)
1469 edt-key-definition edt-last-replaced-key-definition)
1470 (if edt-gnu-emacs19-p
1471 (message "Key definition for %s has been restored."
1472 edt-key-definition)
1473 (message "Key definition for %s has been restored."
1474 (events-to-keys edt-key-definition)))))))
1475 (error "No replaced key definition to restore!")))
3bef4fb9
KH
1476
1477;;;
1478;;; WINDOW TOP
1479;;;
4bf7f5d1 1480
3bef4fb9
KH
1481(defun edt-window-top ()
1482 "Move the cursor to the top of the window."
4bf7f5d1 1483 (interactive)
3bef4fb9
KH
1484 (let ((start-column (current-column)))
1485 (move-to-window-line 0)
f3e03a42
GM
1486 (move-to-column start-column))
1487 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
4bf7f5d1 1488
3bef4fb9
KH
1489;;;
1490;;; WINDOW BOTTOM
1491;;;
4bf7f5d1 1492
3bef4fb9
KH
1493(defun edt-window-bottom ()
1494 "Move the cursor to the bottom of the window."
1495 (interactive)
1496 (let ((start-column (current-column)))
1497 (move-to-window-line (- (window-height) 2))
f3e03a42
GM
1498 (move-to-column start-column))
1499 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
3bef4fb9
KH
1500
1501;;;
1502;;; SCROLL WINDOW LINE
1503;;;
1504
1505(defun edt-scroll-window-forward-line ()
e4360875 1506 "Move window forward one line leaving cursor at position in window."
3bef4fb9 1507 (interactive)
f3e03a42
GM
1508 (scroll-up 1)
1509 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
3bef4fb9
KH
1510
1511(defun edt-scroll-window-backward-line ()
e4360875 1512 "Move window backward one line leaving cursor at position in window."
3bef4fb9 1513 (interactive)
f3e03a42
GM
1514 (scroll-down 1)
1515 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
3bef4fb9
KH
1516
1517(defun edt-scroll-line ()
1518 "Move window one line in current direction."
1519 (interactive)
1520 (if (equal edt-direction-string edt-forward-string)
1521 (edt-scroll-window-forward-line)
f3e03a42 1522 (edt-scroll-window-backward-line)))
4bf7f5d1 1523
3bef4fb9
KH
1524;;;
1525;;; SCROLL WINDOW
1526;;;
f3e03a42
GM
1527;;; Scroll a window (less one line) at a time. Leave cursor in center of
1528;;; window.
3bef4fb9
KH
1529
1530(defun edt-scroll-window-forward (num)
1531 "Scroll forward one window in buffer, less one line.
f3e03a42 1532Argument NUM is the positive number of windows to move."
3bef4fb9
KH
1533 (interactive "p")
1534 (edt-check-prefix num)
1535 (scroll-up (- (* (window-height) num) 2))
1536 (edt-line-forward (/ (- (window-height) 1) 2)))
1537
1538(defun edt-scroll-window-backward (num)
1539 "Scroll backward one window in buffer, less one line.
f3e03a42 1540Argument NUM is the positive number of windows to move."
3bef4fb9
KH
1541 (interactive "p")
1542 (edt-check-prefix num)
1543 (scroll-down (- (* (window-height) num) 2))
1544 (edt-line-backward (/ (- (window-height) 1) 2)))
1545
1546(defun edt-scroll-window (num)
1547 "Scroll one window in buffer, less one line, in current direction.
f3e03a42 1548Argument NUM is the positive number of windows to move."
3bef4fb9
KH
1549 (interactive "p")
1550 (if (equal edt-direction-string edt-forward-string)
1551 (edt-scroll-window-forward num)
f3e03a42 1552 (edt-scroll-window-backward num)))
3bef4fb9
KH
1553
1554;;;
1555;;; LINE TO BOTTOM OF WINDOW
1556;;;
4bf7f5d1
RS
1557
1558(defun edt-line-to-bottom-of-window ()
3bef4fb9 1559 "Move the current line to the bottom of the window."
4bf7f5d1 1560 (interactive)
f3e03a42
GM
1561 (recenter -1)
1562 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
4bf7f5d1 1563
3bef4fb9
KH
1564;;;
1565;;; LINE TO TOP OF WINDOW
1566;;;
1567
4bf7f5d1
RS
1568(defun edt-line-to-top-of-window ()
1569 "Move the current line to the top of the window."
1570 (interactive)
f3e03a42
GM
1571 (recenter 0)
1572 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
4bf7f5d1 1573
3bef4fb9
KH
1574;;;
1575;;; LINE TO MIDDLE OF WINDOW
1576;;;
4bf7f5d1 1577
3bef4fb9
KH
1578(defun edt-line-to-middle-of-window ()
1579 "Move window so line with cursor is in the middle of the window."
4bf7f5d1 1580 (interactive)
f3e03a42
GM
1581 (recenter '(4))
1582 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
3bef4fb9
KH
1583
1584;;;
1585;;; GOTO PERCENTAGE
1586;;;
1587
1588(defun edt-goto-percentage (num)
f3e03a42
GM
1589 "Move to specified percentage in buffer from top of buffer.
1590Argument NUM is the percentage into the buffer to move."
3bef4fb9
KH
1591 (interactive "NGoto-percentage: ")
1592 (if (or (> num 100) (< num 0))
1593 (error "Percentage %d out of range 0 < percent < 100" num)
f3e03a42
GM
1594 (goto-char (/ (* (point-max) num) 100)))
1595 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
3bef4fb9
KH
1596
1597;;;
1598;;; FILL REGION
1599;;;
1600
1601(defun edt-fill-region ()
1602 "Fill selected text."
f3e03a42 1603 (interactive "*")
3bef4fb9
KH
1604 (edt-check-selection)
1605 (fill-region (point) (mark)))
1606
1607;;;
1608;;; INDENT OR FILL REGION
1609;;;
1610
1611(defun edt-indent-or-fill-region ()
1612 "Fill region in text modes, indent region in programming language modes."
f3e03a42 1613 (interactive "*")
dabbbb65 1614 (if (string= paragraph-start "$\\|\f")
4bf7f5d1 1615 (indent-region (point) (mark) nil)
f3e03a42 1616 (fill-region (point) (mark))))
4bf7f5d1 1617
3bef4fb9
KH
1618;;;
1619;;; MARK SECTION WISELY
1620;;;
1621
1622(defun edt-mark-section-wisely ()
f3e03a42
GM
1623 "Mark the section in a manner consistent with the `major-mode'.
1624Uses `mark-defun' for emacs-lisp and Lisp,
4bf7f5d1 1625mark-c-function for C,
3bef4fb9 1626mark-fortran-subsystem for fortran,
f3e03a42 1627and `mark-paragraph' for other modes."
4bf7f5d1 1628 (interactive)
3bef4fb9
KH
1629 (if edt-select-mode
1630 (progn
1631 (edt-reset))
f3e03a42
GM
1632 (progn
1633 (cond ((or (eq major-mode 'emacs-lisp-mode)
1634 (eq major-mode 'lisp-mode))
1635 (mark-defun)
1636 (message "Lisp defun selected"))
1637 ((eq major-mode 'c-mode)
1638 (mark-c-function)
1639 (message "C function selected"))
1640 ((eq major-mode 'fortran-mode)
1641 (mark-fortran-subprogram)
1642 (message "Fortran subprogram selected"))
1643 (t (mark-paragraph)
1644 (message "Paragraph selected"))))))
3bef4fb9
KH
1645
1646;;;
1647;;; COPY
1648;;;
1649
1650(defun edt-copy ()
1651 "Copy selected region to kill ring, but don't delete it!"
1652 (interactive)
1653 (edt-check-selection)
1654 (copy-region-as-kill (mark) (point))
1655 (edt-reset)
1656 (message "Selected text COPIED to kill ring"))
1657
1658;;;
1659;;; CUT or COPY
1660;;;
1661
1662(defun edt-cut-or-copy ()
1663 "Cuts (or copies) selected text to kill ring.
f3e03a42
GM
1664Cuts selected text if `buffer-read-only' is nil.
1665Copies selected text if `buffer-read-only' is t."
3bef4fb9
KH
1666 (interactive)
1667 (if buffer-read-only
1668 (edt-copy)
f3e03a42 1669 (edt-cut)))
3bef4fb9
KH
1670
1671;;;
1672;;; DELETE ENTIRE LINE
1673;;;
1674
1675(defun edt-delete-entire-line ()
1676 "Delete entire line regardless of cursor position in the line."
1677 (interactive "*")
1678 (beginning-of-line)
1679 (edt-delete-line 1))
1680
1681;;;
1682;;; DUPLICATE LINE
1683;;;
1684
1685(defun edt-duplicate-line (num)
f3e03a42
GM
1686 "Duplicate the line of text containing the cursor.
1687Argument NUM is the number of times to duplicate the line."
3bef4fb9
KH
1688 (interactive "*p")
1689 (edt-check-prefix num)
1690 (let ((old-column (current-column))
1691 (count num))
1692 (edt-delete-entire-line)
1693 (edt-undelete-line)
1694 (while (> count 0)
1695 (edt-undelete-line)
1696 (setq count (1- count)))
1697 (edt-line-forward num)
1698 (move-to-column old-column)))
1699
1700;;;
1701;;; DUPLICATE WORD
1702;;;
1703
1704(defun edt-duplicate-word()
1705 "Duplicate word (or rest of word) found directly above cursor, if any."
1706 (interactive "*")
1707 (let ((start (point))
1708 (start-column (current-column)))
1709 (forward-line -1)
1710 (move-to-column start-column)
1711 (if (and (not (equal start (point)))
1712 (not (eolp)))
1713 (progn
1714 (if (and (equal ?\t (preceding-char))
1715 (< start-column (current-column)))
1716 (backward-char))
1717 (let ((beg (point)))
1718 (edt-one-word-forward)
1719 (setq edt-last-copied-word (buffer-substring beg (point))))
1720 (forward-line)
1721 (move-to-column start-column)
1722 (insert edt-last-copied-word))
f3e03a42
GM
1723 (progn
1724 (if (not (equal start (point)))
1725 (forward-line))
1726 (move-to-column start-column)
1727 (error "Nothing to duplicate!")))))
3bef4fb9
KH
1728
1729;;;
1730;;; KEY NOT ASSIGNED
1731;;;
1732
1733(defun edt-key-not-assigned ()
1734 "Displays message that key has not been assigned to a function."
1735 (interactive)
1736 (error "Key not assigned"))
1737
1738;;;
1739;;; TOGGLE CAPITALIZATION OF WORD
1740;;;
1741
1742(defun edt-toggle-capitalization-of-word ()
1743 "Toggle the capitalization of the current word and move forward to next."
1744 (interactive "*")
1745 (edt-one-word-forward)
1746 (edt-one-word-backward)
1747 (edt-change-case 1)
1748 (edt-one-word-backward)
1749 (edt-one-word-forward))
1750
1751;;;
1752;;; ELIMINATE ALL TABS
1753;;;
1754
1755(defun edt-eliminate-all-tabs ()
1756 "Convert all tabs to spaces in the entire buffer."
1757 (interactive "*")
1758 (untabify (point-min) (point-max))
1759 (message "TABS converted to SPACES"))
1760
1761;;;
1762;;; DISPLAY THE TIME
1763;;;
1764
1765(defun edt-display-the-time ()
1766 "Display the current time."
1767 (interactive)
f3e03a42 1768 (if edt-x-emacs19-p (setq zmacs-region-stays t))
3bef4fb9 1769 (set 'time-string (current-time-string))
f0685fda 1770 (message "%s" time-string))
3bef4fb9
KH
1771
1772;;;
1773;;; LEARN
1774;;;
1775
1776(defun edt-learn ()
1777 "Learn a sequence of key strokes to bind to a key."
1778 (interactive)
1779 (if (eq defining-kbd-macro t)
1780 (edt-remember)
f3e03a42 1781 (start-kbd-macro nil)))
3bef4fb9
KH
1782
1783;;;
1784;;; REMEMBER
1785;;;
1786
1787(defun edt-remember ()
f3e03a42 1788 "Store the sequence of key strokes started by `edt-learn' to a key."
3bef4fb9
KH
1789 (interactive)
1790 (if (eq defining-kbd-macro nil)
1791 (error "Nothing to remember!")
f3e03a42
GM
1792 (progn
1793 (end-kbd-macro nil)
1794 (let (edt-key-definition)
1795 (set 'edt-key-definition
1796 (read-key-sequence "Enter key for binding: "))
1797 (if (if edt-gnu-emacs19-p
1798 (string-equal "\C-m" edt-key-definition)
1799 (string-equal "\C-m" (events-to-keys edt-key-definition)))
1800 (message "Key sequence not remembered")
1801 (progn
1802 (set 'edt-learn-macro-count (+ edt-learn-macro-count 1))
1803 (setq edt-last-replaced-key-definition
1804 (lookup-key (current-global-map)
1805 edt-key-definition))
1806 (define-key (current-global-map) edt-key-definition
1807 (name-last-kbd-macro
1808 (intern (concat "last-learned-sequence-"
1809 (int-to-string edt-learn-macro-count)))))))))))
3bef4fb9
KH
1810
1811;;;
1812;;; EXIT
1813;;;
1814
1815(defun edt-exit ()
1816 "Save current buffer, ask to save other buffers, and then exit Emacs."
1817 (interactive)
1818 (save-buffer)
1819 (save-buffers-kill-emacs))
1820
a1506d29 1821;;;
3bef4fb9
KH
1822;;; QUIT
1823;;;
1824
1825(defun edt-quit ()
f3e03a42
GM
1826 "Quit Emacs without saving buffer modifications.
1827Warn user that modifications will be lost."
3bef4fb9 1828 (interactive)
f3e03a42
GM
1829 (let ((list (buffer-list))
1830 (working t))
1831 (while (and list working)
1832 (let ((buffer (car list)))
1833 (if (and (buffer-file-name buffer) (buffer-modified-p buffer))
1834 (if (edt-y-or-n-p
1835 "Modifications will not be saved, continue quitting? ")
1836 (kill-emacs)
1837 (setq working nil)))
1838 (setq list (cdr list))))
a1506d29 1839 (if working (kill-emacs))))
3bef4fb9 1840
a1506d29 1841;;;
3bef4fb9
KH
1842;;; SPLIT WINDOW
1843;;;
1844
1845(defun edt-split-window ()
1846 "Split current window and place cursor in the new window."
1847 (interactive)
1848 (split-window)
f3e03a42
GM
1849 (other-window 1)
1850 (if edt-x-emacs19-p (setq zmacs-region-stays t)))
3bef4fb9 1851
3bef4fb9
KH
1852;;;
1853;;; COPY RECTANGLE
1854;;;
1855
1856(defun edt-copy-rectangle ()
1857 "Copy a rectangle of text between mark and cursor to register."
1858 (interactive)
1859 (edt-check-selection)
1860 (copy-rectangle-to-register 3 (region-beginning) (region-end) nil)
1861 (edt-reset)
1862 (message "Selected rectangle COPIED to register"))
1863
1864;;;
1865;;; CUT RECTANGLE
1866;;;
1867
1868(defun edt-cut-rectangle-overstrike-mode ()
e4360875
KH
1869 "Cut a rectangle of text between mark and cursor to register.
1870Replace cut characters with spaces and moving cursor back to
1871upper left corner."
3bef4fb9
KH
1872 (interactive "*")
1873 (edt-check-selection)
1874 (setq edt-rect-start-point (region-beginning))
1875 (picture-clear-rectangle-to-register (region-beginning) (region-end) 3)
1876 (set-window-point (get-buffer-window (window-buffer)) edt-rect-start-point)
1877 (message "Selected rectangle CUT to register"))
1878
1879(defun edt-cut-rectangle-insert-mode ()
e4360875
KH
1880 "Cut a rectangle of text between mark and cursor to register.
1881Move cursor back to upper left corner."
f3e03a42 1882 (interactive "*")
3bef4fb9
KH
1883 (edt-check-selection)
1884 (setq edt-rect-start-point (region-beginning))
1885 (picture-clear-rectangle-to-register (region-beginning) (region-end) 3 t)
1886 (fixup-whitespace)
1887 (set-window-point (get-buffer-window (window-buffer)) edt-rect-start-point)
1888 (message "Selected rectangle CUT to register"))
1889
1890(defun edt-cut-rectangle ()
1891 "Cut a rectangular region of text to register.
e4360875 1892If overwrite mode is active, cut text is replaced with whitespace."
3bef4fb9
KH
1893 (interactive "*")
1894 (if overwrite-mode
1895 (edt-cut-rectangle-overstrike-mode)
f3e03a42 1896 (edt-cut-rectangle-insert-mode)))
3bef4fb9
KH
1897
1898;;;
1899;;; PASTE RECTANGLE
1900;;;
1901
1902(defun edt-paste-rectangle-overstrike-mode ()
1903 "Paste a rectangular region of text from register, replacing text at cursor."
f3e03a42 1904 (interactive "*")
3bef4fb9
KH
1905 (picture-yank-rectangle-from-register 3))
1906
1907(defun edt-paste-rectangle-insert-mode ()
1908 "Paste previously deleted rectangular region, inserting text at cursor."
1909 (interactive "*")
1910 (picture-yank-rectangle-from-register 3 t))
1911
1912(defun edt-paste-rectangle ()
1913 "Paste a rectangular region of text.
1914If overwrite mode is active, existing text is replace with text from register."
1915 (interactive)
1916 (if overwrite-mode
1917 (edt-paste-rectangle-overstrike-mode)
f3e03a42 1918 (edt-paste-rectangle-insert-mode)))
3bef4fb9
KH
1919
1920;;;
1921;;; DOWNCASE REGION
1922;;;
1923
1924(defun edt-lowercase ()
1925 "Change specified characters to lower case.
1926If text selection IS active, then characters between the cursor and
1927mark are changed. If text selection is NOT active, there are two
1928situations. If the current direction is ADVANCE, then the word under
1929the cursor is changed to lower case and the cursor is moved to rest at
1930the beginning of the next word. If the current direction is BACKUP,
1931the word prior to the word under the cursor is changed to lower case
1932and the cursor is left to rest at the beginning of that word."
1933 (interactive "*")
1934 (if edt-select-mode
1935 (progn
1936 (downcase-region (mark) (point)))
f3e03a42
GM
1937 (progn
1938 ;; Move to beginning of current word.
1939 (if (and
1940 (not (bobp))
1941 (not (eobp))
1942 (not (bolp))
1943 (not (eolp))
1944 (not (eq ?\ (char-syntax (preceding-char))))
1945 (not (memq (preceding-char) edt-word-entities))
1946 (not (memq (following-char) edt-word-entities)))
1947 (edt-one-word-backward))
1948 (if (equal edt-direction-string edt-backward-string)
1949 (edt-one-word-backward))
1950 (let ((beg (point)))
1951 (edt-one-word-forward)
1952 (downcase-region beg (point)))
1953 (if (equal edt-direction-string edt-backward-string)
1954 (edt-one-word-backward)))))
3bef4fb9
KH
1955
1956;;;
1957;;; UPCASE REGION
1958;;;
1959
1960(defun edt-uppercase ()
1961 "Change specified characters to upper case.
1962If text selection IS active, then characters between the cursor and
1963mark are changed. If text selection is NOT active, there are two
1964situations. If the current direction is ADVANCE, then the word under
1965the cursor is changed to upper case and the cursor is moved to rest at
1966the beginning of the next word. If the current direction is BACKUP,
1967the word prior to the word under the cursor is changed to upper case
1968and the cursor is left to rest at the beginning of that word."
1969 (interactive "*")
1970 (if edt-select-mode
1971 (progn
1972 (upcase-region (mark) (point)))
f3e03a42
GM
1973 (progn
1974 ;; Move to beginning of current word.
1975 (if (and
1976 (not (bobp))
1977 (not (eobp))
1978 (not (bolp))
1979 (not (eolp))
1980 (not (eq ?\ (char-syntax (preceding-char))))
1981 (not (memq (preceding-char) edt-word-entities))
1982 (not (memq (following-char) edt-word-entities)))
1983 (edt-one-word-backward))
1984 (if (equal edt-direction-string edt-backward-string)
1985 (edt-one-word-backward))
1986 (let ((beg (point)))
1987 (edt-one-word-forward)
1988 (upcase-region beg (point)))
1989 (if (equal edt-direction-string edt-backward-string)
1990 (edt-one-word-backward)))))
1991
1992;;;
1993;;; Functions used in loading LK-201 key mapping file.
1994;;;
1995(defvar edt-last-answer nil
1996 "Most recent response to `edt-y-or-n-p'.")
3bef4fb9
KH
1997
1998(defun edt-y-or-n-p (prompt &optional not-yes)
1999 "Prompt for a y or n answer with positive default.
f3e03a42
GM
2000Like Emacs `y-or-n-p', also accepts space as y and DEL as n.
2001Argument PROMPT is the prompt string.
2002Optional argument NOT-YES changes the default to negative."
f0685fda 2003 (message "%s[%s]" prompt (if not-yes "n" "y"))
3bef4fb9
KH
2004 (let ((doit t))
2005 (while doit
2006 (setq doit nil)
2007 (let ((ans (read-char)))
2008 (cond ((or (= ans ?y) (= ans ?Y) (= ans ?\ ))
2009 (setq edt-last-answer t))
2010 ((or (= ans ?n) (= ans ?N) (= ans ?\C-?))
2011 (setq edt-last-answer nil))
2012 ((= ans ?\r) (setq edt-last-answer (not not-yes)))
2013 (t
2014 (setq doit t) (beep)
f0685fda
KH
2015 (message "Please answer y or n. %s[%s]"
2016 prompt (if not-yes "n" "y")))))))
3bef4fb9 2017 edt-last-answer)
f3e03a42
GM
2018\f
2019;;;
2020;;; INITIALIZATION COMMANDS.
2021;;;
3bef4fb9 2022
f3e03a42
GM
2023;;;
2024;;; Function used to load LK-201 key mapping file generated by edt-mapper.el.
2025;;;
2026(defun edt-load-keys (file)
a1506d29 2027 "Load the LK-201 key mapping FILE generated by edt-mapper.el.
f3e03a42
GM
2028If FILE is nil, which is the normal case, try to load a default file.
2029The default file names are based upon the window system, terminal
2030type, and version of Emacs in use: GNU Emacs or XEmacs (aka Lucid
2031Emacs). If a default file does not exist, ask user if one should be
2032created."
2033 (interactive "fKey definition file: ")
3bef4fb9
KH
2034 (cond (file
2035 (setq file (expand-file-name file)))
f3e03a42
GM
2036 (edt-keys-file
2037 (setq file (expand-file-name edt-keys-file)))
2038 (t
2039 (setq file
2040 (expand-file-name
2041 (concat
2042 "~/.edt-" edt-emacs-variant
2043 (if edt-term (concat "-" edt-term))
2044 (if edt-xserver (concat "-" edt-xserver))
a1506d29 2045 (if edt-window-system
f3e03a42
GM
2046 (concat "-" (upcase (symbol-name edt-window-system))))
2047 "-keys")))))
3bef4fb9
KH
2048 (cond ((file-readable-p file)
2049 (load-file file))
2050 (t
2051 (switch-to-buffer "*scratch*")
2052 (erase-buffer)
2053 (insert "
2054
f3e03a42 2055 Ack!! You're running the Enhanced EDT Emulation without loading an
a1506d29 2056 EDT key mapping file. To create an EDT key mapping file, run the
f3e03a42
GM
2057 edt-mapper.el program. It is safest to run it from an Emacs loaded
2058 without any of your own customizations found in your .emacs file, etc.
2059 The reason for this is that some user customizations confuse edt-mapper.
2060 You can do this by quitting Emacs and then invoking Emacs again as
2061 follows:
3bef4fb9
KH
2062
2063 emacs -q -l edt-mapper.el
a1506d29 2064
f3e03a42
GM
2065 [NOTE: If you do nothing out of the ordinary in your .emacs file, and
2066 the search for edt-mapper.el is successful, you can try running it now.]
2067
3bef4fb9 2068 The file edt-mapper.el includes these same directions on how to
5d137be3 2069 use it! Perhaps it's lying around here someplace. \n ")
3bef4fb9
KH
2070 (let ((file "edt-mapper.el")
2071 (found nil)
2072 (path nil)
2073 (search-list (append (list (expand-file-name ".")) load-path)))
2074 (while (and (not found) search-list)
2075 (setq path (concat (car search-list)
2076 (if (string-match "/$" (car search-list)) "" "/")
2077 file))
2078 (if (and (file-exists-p path) (not (file-directory-p path)))
2079 (setq found t))
2080 (setq search-list (cdr search-list)))
2081 (cond (found
2082 (insert (format
2083 "Ah yes, there it is, in \n\n %s \n\n" path))
2084 (if (edt-y-or-n-p "Do you want to run it now? ")
2085 (load-file path)
f3e03a42 2086 (error "EDT Emulation not configured")))
3bef4fb9
KH
2087 (t
2088 (insert "Nope, I can't seem to find it. :-(\n\n")
2089 (sit-for 20)
f3e03a42
GM
2090 (error "EDT Emulation not configured")))))))
2091
2092;;;
2093;;; Turning the EDT Emulation on and off.
2094;;;
4bf7f5d1 2095
f9f9507e 2096;;;###autoload
4bf7f5d1 2097(defun edt-emulation-on ()
3bef4fb9
KH
2098 "Turn on EDT Emulation."
2099 (interactive)
f3e03a42
GM
2100 ;; If using pc window system (MS-DOS), set terminal type to pc.
2101 ;; If not a window system (GNU) or a tty window system (XEmacs),
2102 ;; get terminal type.
2103 (if (eq edt-window-system 'pc)
3bef4fb9 2104 (setq edt-term "pc")
f3e03a42
GM
2105 (if (or (not edt-window-system) (eq edt-window-system 'tty))
2106 (setq edt-term (getenv "TERM"))))
2107 ;; Look for for terminal configuration file for this terminal type.
2108 ;; Otherwise, load the user's custom configuration file.
2109 (if (or (not edt-window-system) (memq edt-window-system '(pc tty)))
2110 (progn
2111 ;; Load terminal-specific configuration file, if it exists for this
2112 ;; terminal type. Note: All DEC VT series terminals are supported
2113 ;; by the same terminal configuration file: edt-vt100.el.
2114 (if (string-equal "vt" (substring edt-term 0 (min (length edt-term) 2)))
2115 (setq edt-term "vt100"))
2116 (let ((term edt-term)
2117 hyphend)
2118 (while (and term
2119 (not (load (concat "edt-" term) t t)))
2120 ;; Strip off last hyphen and what follows, then try again
2121 (if (setq hyphend (string-match "[-_][^-_]+$" term))
2122 (setq term (substring term 0 hyphend))
2123 (setq term nil)))
2124 ;; If no terminal-specific configuration file exists, load user's
2125 ;; custom EDT terminal configuration file.
2126 ;; If this is a pc running MS-DOS, then custom configuration files
2127 ;; are not supported. So, if the file is missing, issue an error
2128 ;; message.
2129 (if (null term)
2130 (if (equal edt-term "pc")
2131 (error "Unable to find EDT terminal specific file edt-pc.el")
2132 (edt-load-keys nil))
2133 (setq edt-term term))))
2134 (edt-load-keys nil))
2135 ;; Make highlighting of selected text work properly for EDT commands.
2136 (if edt-gnu-emacs19-p
2137 (progn
2138 (setq edt-orig-transient-mark-mode transient-mark-mode)
2139 (add-hook 'activate-mark-hook
2140 (function
2141 (lambda ()
2142 (edt-select-mode t))))
2143 (add-hook 'deactivate-mark-hook
2144 (function
2145 (lambda ()
2146 (edt-select-mode nil)))))
2147 (progn
2148 (add-hook 'zmacs-activate-region-hook
2149 (function
2150 (lambda ()
2151 (edt-select-mode t))))
2152 (add-hook 'zmacs-deactivate-region-hook
2153 (function
2154 (lambda ()
2155 (edt-select-mode nil))))))
2156 ;; Load user's EDT custom key bindings file, if it exists.
2157 ;; Otherwise, use the default bindings.
3bef4fb9
KH
2158 (if (load "edt-user" t t)
2159 (edt-user-emulation-setup)
2160 (edt-default-emulation-setup)))
2161
2162(defun edt-emulation-off()
2163 "Select original global key bindings, disabling EDT Emulation."
2164 (interactive)
2165 (use-global-map global-map)
2166 (if (not edt-keep-current-page-delimiter)
2167 (setq page-delimiter edt-orig-page-delimiter))
2168 (setq edt-direction-string "")
f3e03a42 2169 (setq edt-select-mode-current nil)
3bef4fb9
KH
2170 (edt-reset)
2171 (force-mode-line-update t)
f3e03a42
GM
2172 (if edt-gnu-emacs19-p
2173 (setq transient-mark-mode edt-orig-transient-mark-mode))
3bef4fb9
KH
2174 (message "Original key bindings restored; EDT Emulation disabled"))
2175
2176(defun edt-default-emulation-setup (&optional user-setup)
f3e03a42
GM
2177 "Setup emulation of DEC's EDT editor.
2178Optional argument USER-SETUP non-nil means called from function
2179`edt-user-emulation-setup'."
3bef4fb9
KH
2180 ;; Setup default EDT global map by copying global map bindings.
2181 ;; This preserves ESC and C-x prefix bindings and other bindings we
2182 ;; wish to retain in EDT emulation mode keymaps. It also permits
2183 ;; customization of these bindings in the EDT global maps without
2184 ;; disturbing the original bindings in global-map.
2185 (fset 'edt-default-ESC-prefix (copy-keymap 'ESC-prefix))
2186 (setq edt-default-global-map (copy-keymap (current-global-map)))
f3e03a42
GM
2187 (if edt-gnu-emacs19-p
2188 (define-key edt-default-global-map "\e" 'edt-default-ESC-prefix)
2189 (define-key edt-default-global-map [escape] 'edt-default-ESC-prefix))
3bef4fb9
KH
2190 (define-prefix-command 'edt-default-gold-map)
2191 (edt-setup-default-bindings)
2192 ;; If terminal has additional function keys, the terminal-specific
2193 ;; initialization file can assign bindings to them via the optional
2194 ;; function edt-setup-extra-default-bindings.
2195 (if (fboundp 'edt-setup-extra-default-bindings)
2196 (edt-setup-extra-default-bindings))
2197 ;; Variable needed by edt-learn.
2198 (setq edt-learn-macro-count 0)
2199 ;; Display EDT text selection active within the mode line
2200 (or (assq 'edt-select-mode minor-mode-alist)
f3e03a42 2201 (setq minor-mode-alist
3bef4fb9
KH
2202 (cons '(edt-select-mode edt-select-mode) minor-mode-alist)))
2203 ;; Display EDT direction of motion within the mode line
2204 (or (assq 'edt-direction-string minor-mode-alist)
2205 (setq minor-mode-alist
2206 (cons
f3e03a42 2207 '(edt-direction-string edt-direction-string) minor-mode-alist)))
3bef4fb9
KH
2208 (if user-setup
2209 (progn
2210 (setq edt-user-map-configured t)
2211 (fset 'edt-emulation-on (symbol-function 'edt-select-user-global-map)))
f3e03a42
GM
2212 (progn
2213 (fset 'edt-emulation-on (symbol-function 'edt-select-default-global-map))
2214 (edt-select-default-global-map))))
3bef4fb9
KH
2215
2216(defun edt-user-emulation-setup ()
2217 "Setup user custom emulation of DEC's EDT editor."
2218 ;; Initialize EDT default bindings.
2219 (edt-default-emulation-setup t)
2220 ;; Setup user EDT global map by copying default EDT global map bindings.
2221 (fset 'edt-user-ESC-prefix (copy-keymap 'edt-default-ESC-prefix))
2222 (setq edt-user-global-map (copy-keymap edt-default-global-map))
f3e03a42
GM
2223 (if edt-gnu-emacs19-p
2224 (define-key edt-user-global-map "\e" 'edt-user-ESC-prefix)
2225 (define-key edt-user-global-map [escape] 'edt-user-ESC-prefix))
3bef4fb9
KH
2226 ;; If terminal has additional function keys, the user's initialization
2227 ;; file can assign bindings to them via the optional
2228 ;; function edt-setup-extra-default-bindings.
2229 (define-prefix-command 'edt-user-gold-map)
2230 (fset 'edt-user-gold-map (copy-keymap 'edt-default-gold-map))
2231 (edt-setup-user-bindings)
2232 (edt-select-user-global-map))
2233
2234(defun edt-select-default-global-map()
2235 "Select default EDT emulation key bindings."
2236 (interactive)
f3e03a42
GM
2237 (if edt-gnu-emacs19-p
2238 (transient-mark-mode 1))
3bef4fb9
KH
2239 (use-global-map edt-default-global-map)
2240 (if (not edt-keep-current-page-delimiter)
2241 (progn
2242 (setq edt-orig-page-delimiter page-delimiter)
2243 (setq page-delimiter "\f")))
2244 (setq edt-default-map-active t)
2245 (edt-advance)
f3e03a42 2246 (setq edt-select-mode-current 'edt-select-mode-string)
3bef4fb9
KH
2247 (edt-reset)
2248 (message "Default EDT keymap active"))
2249
2250(defun edt-select-user-global-map()
2251 "Select user EDT emulation custom key bindings."
2252 (interactive)
2253 (if edt-user-map-configured
2254 (progn
f3e03a42
GM
2255 (if edt-gnu-emacs19-p
2256 (transient-mark-mode 1))
3bef4fb9
KH
2257 (use-global-map edt-user-global-map)
2258 (if (not edt-keep-current-page-delimiter)
2259 (progn
2260 (setq edt-orig-page-delimiter page-delimiter)
2261 (setq page-delimiter "\f")))
2262 (setq edt-default-map-active nil)
2263 (edt-advance)
f3e03a42 2264 (setq edt-select-mode-current 'edt-select-mode-string)
3bef4fb9
KH
2265 (edt-reset)
2266 (message "User EDT custom keymap active"))
f3e03a42 2267 (error "User EDT custom keymap NOT configured!")))
3bef4fb9
KH
2268
2269(defun edt-switch-global-maps ()
2270 "Toggle between default EDT keymap and user EDT keymap."
2271 (interactive)
f3e03a42
GM
2272 (if edt-default-map-active
2273 (edt-select-user-global-map)
3bef4fb9
KH
2274 (edt-select-default-global-map)))
2275
f3e03a42
GM
2276;;
2277;; Functions used to set up DEFAULT bindings to EDT emulation functions.
2278;;
2279
2280(defun edt-bind-function-key-default (function-key binding gold-binding)
2281 "Binds LK-201 function keys to default bindings in the EDT Emulator.
2282Argument FUNCTION-KEY is the name of the function key or keypad function key.
2283Argument BINDING is the Emacs function to be bound to <KEY>.
2284Argument GOLD-BINDING is the Emacs function to be bound to GOLD <KEY>."
2285 (let ((key (cdr (assoc function-key *EDT-keys*))))
2286 (if (and key (not (equal key "")))
2287 (progn
2288 (define-key edt-default-global-map key binding)
2289 (define-key 'edt-default-gold-map key gold-binding)))))
2290
2291(defun edt-bind-key-default (key binding)
2292 "Bind key sequences to default bindings in the EDT Emulator.
2293Argument KEY is the name of a standard key or a function key.
2294Argument BINDING is the Emacs function to be bound to <KEY>."
2295 (define-key edt-default-global-map key binding))
2296
2297(defun edt-bind-gold-key-default (key gold-binding)
2298 "Binds <GOLD> key sequences to default bindings in the EDT Emulator.
2299Argument KEY is the name of a standard key or a function key.
2300Argument GOLD-BINDING is the Emacs function to be bound to GOLD <KEY>."
2301 (define-key 'edt-default-gold-map key gold-binding))
2302
2303;;
2304;; Functions used to set up USER CUSTOM bindings to EDT emulation functions.
2305;;
2306(defun edt-bind-function-key (function-key binding gold-binding)
2307 "Binds LK-201 function keys to custom bindings in the EDT Emulator.
2308Argument FUNCTION-KEY is the name of the function key or keypad function key.
2309Argument BINDING is the Emacs function to be bound to <KEY>.
2310Argument GOLD-BINDING is the Emacs function to be bound to GOLD <KEY>."
2311 (let ((key (cdr (assoc function-key *EDT-keys*))))
2312 (if (and key (not (equal key "")))
2313 (progn
2314 (define-key edt-user-global-map key binding)
2315 (define-key 'edt-user-gold-map key gold-binding)))))
2316
2317(defun edt-bind-key (key binding)
2318 "Bind standard key sequences to custom bindings in the EDT Emulator.
2319Argument KEY is the name of a key. It can be a standard key or a function key.
2320Argument BINDING is the Emacs function to be bound to <KEY>."
2321 (define-key edt-user-global-map key binding))
2322
2323;; For backward compatibility to existing edt-user.el files.
2324(fset 'edt-bind-standard-key (symbol-function 'edt-bind-key))
2325
2326(defun edt-bind-gold-key (key gold-binding)
2327 "Binds <GOLD> standard key sequences to custom bindings in the EDT Emulator.
2328Argument KEY is the name of a standard key or a function key.
2329Argument GOLD-BINDING is the Emacs function to be bound to GOLD <KEY>."
2330 (define-key 'edt-user-gold-map key gold-binding))
3bef4fb9
KH
2331
2332(defun edt-setup-default-bindings ()
2333 "Assigns default EDT Emulation keyboard bindings."
2334
2335 ;; Function Key Bindings: Regular and GOLD.
2336
2337 ;; VT100/VT200/VT300 PF1 (GOLD), PF2, PF3, PF4 Keys
f3e03a42
GM
2338 (edt-bind-function-key-default "PF1"
2339 'edt-default-gold-map 'edt-mark-section-wisely)
2340 (edt-bind-function-key-default "PF2"
2341 'edt-electric-keypad-help 'describe-function)
2342 (edt-bind-function-key-default "PF3" 'edt-find-next 'edt-find)
2343 (edt-bind-function-key-default "PF4" 'edt-delete-line 'edt-undelete-line)
3bef4fb9
KH
2344
2345 ;; VT100/VT200/VT300 Arrow Keys
f3e03a42
GM
2346 (edt-bind-function-key-default "UP" 'edt-previous-line 'edt-window-top)
2347 (edt-bind-function-key-default "DOWN" 'edt-next-line 'edt-window-bottom)
2348 (edt-bind-function-key-default "LEFT" 'backward-char 'edt-sentence-backward)
2349 (edt-bind-function-key-default "RIGHT" 'forward-char 'edt-sentence-forward)
3bef4fb9
KH
2350
2351 ;; VT100/VT200/VT300 Keypad Keys
f3e03a42
GM
2352 (edt-bind-function-key-default "KP0" 'edt-line 'open-line)
2353 (edt-bind-function-key-default "KP1" 'edt-word 'edt-change-case)
2354 (edt-bind-function-key-default "KP2"
2355 'edt-end-of-line 'edt-delete-to-end-of-line)
2356 (edt-bind-function-key-default "KP3" 'edt-character 'quoted-insert)
2357 (edt-bind-function-key-default "KP4" 'edt-advance 'edt-bottom)
2358 (edt-bind-function-key-default "KP5" 'edt-backup 'edt-top)
2359 (edt-bind-function-key-default "KP6" 'edt-cut 'yank)
2360 (edt-bind-function-key-default "KP7" 'edt-page 'execute-extended-command)
2361 (edt-bind-function-key-default "KP8" 'edt-sect 'edt-fill-region)
2362 (edt-bind-function-key-default "KP9" 'edt-append 'edt-replace)
2363 (edt-bind-function-key-default "KP-" 'edt-delete-word 'edt-undelete-word)
2364 (edt-bind-function-key-default "KP,"
2365 'edt-delete-character 'edt-undelete-character)
2366 (edt-bind-function-key-default "KPP" 'edt-select 'edt-reset)
2367 (edt-bind-function-key-default "KPE" 'other-window 'edt-substitute)
3bef4fb9
KH
2368
2369 ;; VT200/VT300 Function Keys
2370 ;; (F1 through F5, on the VT220, are not programmable, so we skip
f3e03a42
GM
2371 ;; making default bindings to those keys.
2372 (edt-bind-function-key-default "FIND" 'edt-find-next 'edt-find)
2373 (edt-bind-function-key-default "INSERT" 'yank 'edt-key-not-assigned)
2374 (edt-bind-function-key-default "REMOVE" 'edt-cut 'edt-copy)
2375 (edt-bind-function-key-default "SELECT"
2376 'edt-toggle-select 'edt-key-not-assigned)
2377 (edt-bind-function-key-default "NEXT"
2378 'edt-sect-forward 'edt-key-not-assigned)
2379 (edt-bind-function-key-default "PREVIOUS"
2380 'edt-sect-backward 'edt-key-not-assigned)
2381 (edt-bind-function-key-default "F6"
2382 'edt-key-not-assigned 'edt-key-not-assigned)
2383 (edt-bind-function-key-default "F7"
2384 'edt-copy-rectangle 'edt-key-not-assigned)
2385 (edt-bind-function-key-default "F8"
2386 'edt-cut-rectangle-overstrike-mode 'edt-paste-rectangle-overstrike-mode)
2387 (edt-bind-function-key-default "F9"
2388 'edt-cut-rectangle-insert-mode 'edt-paste-rectangle-insert-mode)
2389 (edt-bind-function-key-default "F10" 'edt-cut-rectangle 'edt-paste-rectangle)
3bef4fb9 2390 ;; Under X, the F11 key can be bound. If using a VT-200 or higher terminal,
f3e03a42 2391 ;; the default emacs terminal support causes the VT F11 key to seem as if it
3bef4fb9 2392 ;; is an ESC key when in emacs.
f3e03a42
GM
2393 (edt-bind-function-key-default "F11"
2394 'edt-key-not-assigned 'edt-key-not-assigned)
2395 (edt-bind-function-key-default "F12"
2396 'edt-beginning-of-line 'delete-other-windows) ;BS
2397 (edt-bind-function-key-default "F13"
2398 'edt-delete-to-beginning-of-word 'edt-key-not-assigned) ;LF
2399 (edt-bind-function-key-default "F14"
2400 'edt-key-not-assigned 'edt-key-not-assigned)
2401 (edt-bind-function-key-default "HELP"
2402 'edt-electric-keypad-help 'edt-key-not-assigned)
2403 (edt-bind-function-key-default "DO"
2404 'execute-extended-command 'edt-key-not-assigned)
2405 (edt-bind-function-key-default "F17"
2406 'edt-key-not-assigned 'edt-key-not-assigned)
2407 (edt-bind-function-key-default "F18"
2408 'edt-key-not-assigned 'edt-key-not-assigned)
2409 (edt-bind-function-key-default "F19"
2410 'edt-key-not-assigned 'edt-key-not-assigned)
2411 (edt-bind-function-key-default "F20"
2412 'edt-key-not-assigned 'edt-key-not-assigned)
3bef4fb9
KH
2413
2414 ;; Control key bindings: Regular and GOLD
a1506d29 2415 ;;
3bef4fb9
KH
2416 ;; Standard EDT control key bindings conflict with standard Emacs
2417 ;; control key bindings. Normally, the standard Emacs control key
2418 ;; bindings are left unchanged in the default EDT mode. However, if
2419 ;; the variable edt-use-EDT-control-key-bindings is set to true
2420 ;; before invoking edt-emulation-on for the first time, then the
2421 ;; standard EDT bindings (with some enhancements) as defined here are
2422 ;; used, instead.
2423 (if edt-use-EDT-control-key-bindings
2424 (progn
f3e03a42
GM
2425 (edt-bind-key-default "\C-a" 'edt-key-not-assigned)
2426 (edt-bind-key-default "\C-b" 'edt-key-not-assigned)
2427 ;; Leave binding of C-c to an Emacs prefix key.
2428 (edt-bind-key-default "\C-d" 'edt-key-not-assigned)
2429 (edt-bind-key-default "\C-e" 'edt-key-not-assigned)
2430 (edt-bind-key-default "\C-f" 'edt-key-not-assigned)
2431 ;; Leave binding of C-g to the Emacs keyboard-quit
2432 (edt-bind-key-default "\C-h" 'edt-beginning-of-line)
2433 (edt-bind-key-default "\C-i" 'edt-tab-insert)
2434 (edt-bind-key-default "\C-j" 'edt-delete-to-beginning-of-word)
2435 (edt-bind-key-default "\C-k" 'edt-define-key)
2436 (edt-bind-gold-key-default "\C-k" 'edt-restore-key)
2437 (edt-bind-key-default "\C-l" 'edt-form-feed-insert)
3bef4fb9 2438 ;; Leave binding of C-m to newline.
f3e03a42
GM
2439 (edt-bind-key-default "\C-n" 'edt-set-screen-width-80)
2440 (edt-bind-key-default "\C-o" 'edt-key-not-assigned)
2441 (edt-bind-key-default "\C-p" 'edt-key-not-assigned)
2442 (edt-bind-key-default "\C-q" 'edt-key-not-assigned)
3bef4fb9
KH
2443 ;; Leave binding of C-r to isearch-backward.
2444 ;; Leave binding of C-s to isearch-forward.
f3e03a42
GM
2445 (edt-bind-key-default "\C-t" 'edt-display-the-time)
2446 (edt-bind-key-default "\C-u" 'edt-delete-to-beginning-of-line)
2447 (edt-bind-key-default "\C-v" 'redraw-display)
2448 (edt-bind-key-default "\C-w" 'edt-set-screen-width-132)
3bef4fb9 2449 ;; Leave binding of C-x as original prefix key.
f3e03a42
GM
2450 (edt-bind-key-default "\C-y" 'edt-key-not-assigned)
2451 ;; Leave binding of C-z to suspend-emacs.
3bef4fb9
KH
2452 )
2453 )
2454
f3e03a42
GM
2455 ;; GOLD bindings for a few keys.
2456 (edt-bind-gold-key-default "\C-g" 'keyboard-quit); Just in case.
2457 (edt-bind-gold-key-default "\C-h" 'help-for-help); Just in case.
2458 (edt-bind-gold-key-default [f1] 'help-for-help)
2459 (edt-bind-gold-key-default [help] 'help-for-help)
2460 (edt-bind-gold-key-default "\C-\\" 'split-window-vertically)
3bef4fb9
KH
2461
2462 ;; GOLD bindings for regular keys.
f3e03a42
GM
2463 (edt-bind-gold-key-default "a" 'edt-key-not-assigned)
2464 (edt-bind-gold-key-default "A" 'edt-key-not-assigned)
2465 (edt-bind-gold-key-default "b" 'buffer-menu)
2466 (edt-bind-gold-key-default "B" 'buffer-menu)
2467 (edt-bind-gold-key-default "c" 'compile)
2468 (edt-bind-gold-key-default "C" 'compile)
2469 (edt-bind-gold-key-default "d" 'delete-window)
2470 (edt-bind-gold-key-default "D" 'delete-window)
2471 (edt-bind-gold-key-default "e" 'edt-exit)
2472 (edt-bind-gold-key-default "E" 'edt-exit)
2473 (edt-bind-gold-key-default "f" 'find-file)
2474 (edt-bind-gold-key-default "F" 'find-file)
2475 (edt-bind-gold-key-default "g" 'find-file-other-window)
2476 (edt-bind-gold-key-default "G" 'find-file-other-window)
2477 (edt-bind-gold-key-default "h" 'edt-electric-keypad-help)
2478 (edt-bind-gold-key-default "H" 'edt-electric-keypad-help)
2479 (edt-bind-gold-key-default "i" 'insert-file)
2480 (edt-bind-gold-key-default "I" 'insert-file)
2481 (edt-bind-gold-key-default "j" 'edt-key-not-assigned)
2482 (edt-bind-gold-key-default "J" 'edt-key-not-assigned)
2483 (edt-bind-gold-key-default "k" 'edt-toggle-capitalization-of-word)
2484 (edt-bind-gold-key-default "K" 'edt-toggle-capitalization-of-word)
2485 (edt-bind-gold-key-default "l" 'edt-lowercase)
2486 (edt-bind-gold-key-default "L" 'edt-lowercase)
2487 (edt-bind-gold-key-default "m" 'save-some-buffers)
2488 (edt-bind-gold-key-default "M" 'save-some-buffers)
2489 (edt-bind-gold-key-default "n" 'next-error)
2490 (edt-bind-gold-key-default "N" 'next-error)
2491 (edt-bind-gold-key-default "o" 'switch-to-buffer-other-window)
2492 (edt-bind-gold-key-default "O" 'switch-to-buffer-other-window)
2493 (edt-bind-gold-key-default "p" 'edt-key-not-assigned)
2494 (edt-bind-gold-key-default "P" 'edt-key-not-assigned)
2495 (edt-bind-gold-key-default "q" 'edt-quit)
2496 (edt-bind-gold-key-default "Q" 'edt-quit)
2497 (edt-bind-gold-key-default "r" 'revert-buffer)
2498 (edt-bind-gold-key-default "R" 'revert-buffer)
2499 (edt-bind-gold-key-default "s" 'save-buffer)
2500 (edt-bind-gold-key-default "S" 'save-buffer)
2501 (edt-bind-gold-key-default "t" 'edt-key-not-assigned)
2502 (edt-bind-gold-key-default "T" 'edt-key-not-assigned)
2503 (edt-bind-gold-key-default "u" 'edt-uppercase)
2504 (edt-bind-gold-key-default "U" 'edt-uppercase)
2505 (edt-bind-gold-key-default "v" 'find-file-other-window)
2506 (edt-bind-gold-key-default "V" 'find-file-other-window)
2507 (edt-bind-gold-key-default "w" 'write-file)
2508 (edt-bind-gold-key-default "W" 'write-file)
2509 (edt-bind-gold-key-default "x" 'edt-key-not-assigned)
2510 (edt-bind-gold-key-default "X" 'edt-key-not-assigned)
2511 (edt-bind-gold-key-default "y" 'edt-emulation-off)
2512 (edt-bind-gold-key-default "Y" 'edt-emulation-off)
2513 (edt-bind-gold-key-default "z" 'edt-switch-global-maps)
2514 (edt-bind-gold-key-default "Z" 'edt-switch-global-maps)
2515 (edt-bind-gold-key-default "1" 'delete-other-windows)
2516 (edt-bind-gold-key-default "!" 'edt-key-not-assigned)
2517 (edt-bind-gold-key-default "2" 'edt-split-window)
2518 (edt-bind-gold-key-default "@" 'edt-key-not-assigned)
2519 (edt-bind-gold-key-default "3" 'edt-key-not-assigned)
2520 (edt-bind-gold-key-default "#" 'edt-key-not-assigned)
2521 (edt-bind-gold-key-default "4" 'edt-key-not-assigned)
2522 (edt-bind-gold-key-default "$" 'edt-key-not-assigned)
2523 (edt-bind-gold-key-default "5" 'edt-key-not-assigned)
2524 (edt-bind-gold-key-default "%" 'edt-goto-percentage)
2525 (edt-bind-gold-key-default "6" 'edt-key-not-assigned)
2526 (edt-bind-gold-key-default "^" 'edt-key-not-assigned)
2527 (edt-bind-gold-key-default "7" 'edt-key-not-assigned)
2528 (edt-bind-gold-key-default "&" 'edt-key-not-assigned)
2529 (edt-bind-gold-key-default "8" 'edt-key-not-assigned)
2530 (edt-bind-gold-key-default "*" 'edt-key-not-assigned)
2531 (edt-bind-gold-key-default "9" 'edt-key-not-assigned)
2532 (edt-bind-gold-key-default "(" 'edt-key-not-assigned)
2533 (edt-bind-gold-key-default "0" 'edt-key-not-assigned)
2534 (edt-bind-gold-key-default ")" 'edt-key-not-assigned)
2535 (edt-bind-gold-key-default " " 'undo)
2536 (edt-bind-gold-key-default "," 'edt-key-not-assigned)
2537 (edt-bind-gold-key-default "<" 'edt-key-not-assigned)
2538 (edt-bind-gold-key-default "." 'edt-key-not-assigned)
2539 (edt-bind-gold-key-default ">" 'edt-key-not-assigned)
2540 (edt-bind-gold-key-default "/" 'query-replace)
2541 (edt-bind-gold-key-default "?" 'edt-key-not-assigned)
2542 (edt-bind-gold-key-default "\\" 'edt-key-not-assigned)
2543 (edt-bind-gold-key-default "|" 'edt-key-not-assigned)
2544 (edt-bind-gold-key-default ";" 'edt-key-not-assigned)
2545 (edt-bind-gold-key-default ":" 'edt-key-not-assigned)
2546 (edt-bind-gold-key-default "'" 'edt-key-not-assigned)
2547 (edt-bind-gold-key-default "\"" 'edt-key-not-assigned)
2548 (edt-bind-gold-key-default "-" 'edt-key-not-assigned)
2549 (edt-bind-gold-key-default "_" 'edt-key-not-assigned)
2550 (edt-bind-gold-key-default "=" 'goto-line)
2551 (edt-bind-gold-key-default "+" 'edt-key-not-assigned)
2552 (edt-bind-gold-key-default "[" 'edt-key-not-assigned)
2553 (edt-bind-gold-key-default "{" 'edt-key-not-assigned)
2554 (edt-bind-gold-key-default "]" 'edt-key-not-assigned)
2555 (edt-bind-gold-key-default "}" 'edt-key-not-assigned)
2556 (edt-bind-gold-key-default "`" 'what-line)
2557 (edt-bind-gold-key-default "~" 'edt-key-not-assigned)
3bef4fb9
KH
2558)
2559\f
2560;;;
2561;;; DEFAULT EDT KEYPAD HELP
2562;;;
2563
2564;;;
2565;;; Upper case commands in the keypad diagram below indicate that the
2566;;; emulation should look and feel very much like EDT. Lower case
2567;;; commands are enhancements and/or additions to the EDT keypad
2568;;; commands or are native Emacs commands.
2569;;;
2570
2571(defun edt-keypad-help ()
f3e03a42 2572 "DEFAULT EDT Keypad Active.
3bef4fb9
KH
2573
2574 F7: Copy Rectangle +----------+----------+----------+----------+
2575 F8: Cut Rect Overstrike |Prev Line |Next Line |Bkwd Char |Frwd Char |
2576 G-F8: Paste Rect Overstrike | (UP) | (DOWN) | (LEFT) | (RIGHT) |
2577 F9: Cut Rect Insert |Window Top|Window Bot|Bkwd Sent |Frwd Sent |
2578 G-F9: Paste Rect Insert +----------+----------+----------+----------+
2579 F10: Cut Rectangle
2580G-F10: Paste Rectangle
a1506d29 2581 F11: ESC
3bef4fb9
KH
2582 F12: Begining of Line +----------+----------+----------+----------+
2583G-F12: Delete Other Windows | GOLD | HELP | FNDNXT | DEL L |
2584 F13: Delete to Begin of Word | (PF1) | (PF2) | (PF3) | (PF4) |
2585 HELP: Keypad Help |Mark Wisel|Desc Funct| FIND | UND L |
f3e03a42
GM
2586G-HELP: Emacs Help +----------+----------+----------+----------+
2587 DO: Execute extended command | PAGE | SECT | APPEND | DEL W |
3bef4fb9
KH
2588 C-g: Keyboard Quit | (7) | (8) | (9) | (-) |
2589G-C-g: Keyboard Quit |Ex Ext Cmd|Fill Regio| REPLACE | UND W |
2590 C-h: Beginning of Line +----------+----------+----------+----------+
2591G-C-h: Emacs Help | ADVANCE | BACKUP | CUT | DEL C |
2592 C-i: Tab Insert | (4) | (5) | (6) | (,) |
2593 C-j: Delete to Begin of Word | BOTTOM | TOP | Yank | UND C |
2594 C-k: Define Key +----------+----------+----------+----------+
2595G-C-k: Restore Key | WORD | EOL | CHAR | Next |
2596 C-l: Form Feed Insert | (1) | (2) | (3) | Window |
2597 C-n: Set Screen Width 80 | CHNGCASE | DEL EOL |Quoted Ins| !
2598 C-r: Isearch Backward +---------------------+----------+ (ENTER) |
2599 C-s: Isearch Forward | LINE | SELECT | !
f3e03a42
GM
2600 C-t: Display the Time | (0) | (.) | SUBS |
2601 C-u: Delete to Begin of Line | Open Line | RESET | |
3bef4fb9 2602 C-v: Redraw Display +---------------------+----------+----------+
a1506d29 2603 C-w: Set Screen Width 132
3bef4fb9
KH
2604 C-z: Suspend Emacs +----------+----------+----------+
2605G-C-\\: Split Window | FNDNXT | Yank | CUT |
2606 | (FIND) | (INSERT) | (REMOVE) |
2607 G-b: Buffer Menu | FIND | | COPY |
2608 G-c: Compile +----------+----------+----------+
2609 G-d: Delete Window |SELECT/RES|SECT BACKW|SECT FORWA|
2610 G-e: Exit | (SELECT) |(PREVIOUS)| (NEXT) |
2611 G-f: Find File | | | |
2612 G-g: Find File Other Window +----------+----------+----------+
a1506d29
JB
2613 G-h: Keypad Help
2614 G-i: Insert File
2615 G-k: Toggle Capitalization Word
2616 G-l: Downcase Region
2617 G-m: Save Some Buffers
2618 G-n: Next Error
3bef4fb9 2619 G-o: Switch to Next Window
a1506d29
JB
2620 G-q: Quit
2621 G-r: Revert File
2622 G-s: Save Buffer
2623 G-u: Upcase Region
2624 G-v: Find File Other Window
2625 G-w: Write file
2626 G-y: EDT Emulation OFF
3bef4fb9 2627 G-z: Switch to User EDT Key Bindings
a1506d29
JB
2628 G-1: Delete Other Windows
2629 G-2: Split Window
2630 G-%: Go to Percentage
2631 G- : Undo (GOLD Spacebar)
2632 G-=: Go to Line
f3e03a42
GM
2633 G-`: What line
2634 G-/: Query-Replace"
3bef4fb9
KH
2635
2636 (interactive)
2637 (describe-function 'edt-keypad-help))
2638
2639(defun edt-electric-helpify (fun)
2640 (let ((name "*Help*"))
2641 (if (save-window-excursion
2642 (let* ((p (symbol-function 'print-help-return-message))
2643 (b (get-buffer name))
2644 (m (buffer-modified-p b)))
2645 (and b (not (get-buffer-window b))
2646 (setq b nil))
2647 (unwind-protect
2648 (progn
2649 (message "%s..." (capitalize (symbol-name fun)))
2650 (and b
2651 (save-excursion
2652 (set-buffer b)
2653 (set-buffer-modified-p t)))
2654 (fset 'print-help-return-message 'ignore)
2655 (call-interactively fun)
2656 (and (get-buffer name)
2657 (get-buffer-window (get-buffer name))
2658 (or (not b)
2659 (not (eq b (get-buffer name)))
2660 (not (buffer-modified-p b)))))
2661 (fset 'print-help-return-message p)
2662 (and b (buffer-name b)
2663 (save-excursion
2664 (set-buffer b)
2665 (set-buffer-modified-p m))))))
2666 (with-electric-help 'delete-other-windows name t))))
2667
2668(defun edt-electric-keypad-help ()
e4360875 2669 "Display default EDT bindings."
3bef4fb9
KH
2670 (interactive)
2671 (edt-electric-helpify 'edt-keypad-help))
2672
2673(defun edt-electric-user-keypad-help ()
e4360875 2674 "Display user custom EDT bindings."
3bef4fb9
KH
2675 (interactive)
2676 (edt-electric-helpify 'edt-user-keypad-help))
2677
2678;;;
a0ac0c19 2679;;; EDT emulation screen width commands.
3bef4fb9 2680;;;
f3e03a42
GM
2681;; Some terminals require modification of terminal attributes when
2682;; changing the number of columns displayed, hence the fboundp tests
2683;; below. These functions are defined in the corresponding terminal
2684;; specific file, if needed.
3bef4fb9
KH
2685
2686(defun edt-set-screen-width-80 ()
2687 "Set screen width to 80 columns."
2688 (interactive)
a0ac0c19
KH
2689 (if (fboundp 'edt-set-term-width-80)
2690 (edt-set-term-width-80))
f3e03a42
GM
2691 (set-frame-width nil 80)
2692 (message "Terminal width 80"))
3bef4fb9
KH
2693
2694(defun edt-set-screen-width-132 ()
2695 "Set screen width to 132 columns."
2696 (interactive)
a0ac0c19
KH
2697 (if (fboundp 'edt-set-term-width-132)
2698 (edt-set-term-width-132))
f3e03a42
GM
2699 (set-frame-width nil 132)
2700 (message "Terminal width 132"))
3bef4fb9
KH
2701
2702(provide 'edt)
1a06eabd 2703
6b61353c 2704;;; arch-tag: 18d1c54f-6900-4078-8bbc-7c2292f48941
1a06eabd 2705;;; edt.el ends here