1 ;;; edt.el --- enhanced EDT keypad mode emulation for GNU Emacs 19
3 ;; Copyright (C) 1986, 1992, 1993, 1994, 1995, 2000, 2001
4 ;; Free Software Foundation, Inc.
6 ;; Author: Kevin Gallagher <kevingal@onramp.net>
7 ;; Maintainer: Kevin Gallagher <kevingal@onramp.net>
8 ;; Keywords: emulations
10 ;; This file is part of GNU Emacs.
12 ;; GNU Emacs is free software; you can redistribute it and/or modify
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.
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.
22 ;; You should have received a copy of the GNU General Public License
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.
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.
39 ;; NOTE: Version 4.0 contains several enhancements. See the
40 ;; Enhancement section below for the details.
44 ;; To start the EDT Emulation, first start Emacs and then enter
46 ;; M-x edt-emulation-on
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".
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
56 ;; (add-hook term-setup-hook 'edt-emulation-on)
58 ;; IMPORTANT: Be sure to read the file, edt-user.doc, located in the
59 ;; Emacs "etc" directory. It contains very helpful user information.
61 ;; The EDT emulation consists of the following files:
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
68 ;; edt-mapper.el - Create an EDT LK-201 Map File for Keyboards Without
73 ;; Version 4.0 contains the following enhancements:
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
83 ;; (edt-set-scroll-margins "20%" "25%")
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.
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:
95 ;; edt-top-scroll-margin and edt-bottom-scroll-margin
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.
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
110 ;; 3. EDT Emulation now also works in XEmacs, including the
111 ;; highlighting of selected text.
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.
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
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
153 ;; Version 4.0 2000 Added New Features and Fixed a Few Bugs
159 ;;; Electric Help functions are used for keypad help displays. A few
160 ;;; picture functions are used in rectangular cut and paste commands.
166 ;;;; VARIABLES and CONSTANTS
169 ;; For backward compatibility to Emacs 19.
170 (or (fboundp 'defgroup
)
171 (defmacro defgroup
(&rest rest
)))
174 "Emacs emulating EDT."
179 ;;; Version Information
181 (defconst edt-version
"4.0" "EDT Emulation version number.")
184 ;;; User Configurable Variables
187 ;; For backward compatibility to Emacs 19.
188 (or (fboundp 'defcustom
)
189 (defmacro defcustom
(var value doc
&rest ignore
)
190 `(defvar ,var
,value
,doc
)))
192 (defcustom edt-keep-current-page-delimiter nil
193 "*Emacs MUST be restarted for a change in value to take effect!
194 Non-nil leaves Emacs value of `page-delimiter' unchanged within EDT
195 Emulation. If set to nil (the default), the `page-delimiter' variable
196 is set to \"\\f\" when edt-emulation-on is first invoked. This
197 setting replicates EDT's page delimiter behavior. The original value
198 is restored when edt-emulation-off is called."
202 (defcustom edt-use-EDT-control-key-bindings nil
203 "*Emacs MUST be restarted for a change in value to take effect!
204 Non-nil causes the control key bindings to be replaced with EDT
205 bindings. If set to nil (the default), EDT control key bindings are
206 not used and the current Emacs control key bindings are retained for
207 use within the EDT emulation."
211 (defcustom edt-word-entities
'(?
\t)
212 "*Specifies the list of EDT word entity characters.
213 The default list, (\?\\t), contains just the TAB character, which
214 emulates EDT. Characters are specified in the list using their
215 decimal ASCII values. A question mark, followed by the actual
216 character, can be used to indicate the numerical value of the
217 character, instead of the actual decimal value. So, ?A means the
218 numerical value for the letter A, \?/ means the numerical value for /,
219 etc. Several unprintable and special characters have special
220 representations, which you can also use:
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-[
231 In EDT Emulation movement-by-word commands, each character in the list
232 will be treated as if it were a separate word."
233 :type
'(repeat integer
)
236 (defcustom edt-top-scroll-margin
10
237 "*Scroll margin at the top of the screen.
238 Interpreted as a percent of the current window size with a default
239 setting of 10%. If set to 0, top scroll margin is disabled."
243 (defcustom edt-bottom-scroll-margin
15
244 "*Scroll margin at the bottom of the screen.
245 Interpreted as a percent of the current window size with a default
246 setting of 15%. If set to 0, bottom scroll margin is disabled."
251 ;;; Internal Variables
254 (defvar edt-last-deleted-lines
""
255 "Last text deleted by the EDT emulation DEL L command.")
257 (defvar edt-last-deleted-words
""
258 "Last text deleted by the EDT emulation DEL W command.")
260 (defvar edt-last-deleted-chars
""
261 "Last text deleted by the EDT emulation DEL C command.")
263 (defvar edt-find-last-text
""
264 "Last text found by the EDT emulation FIND command.")
266 (defvar edt-match-beginning-mark
(make-marker)
267 "Used internally by the EDT emulation SUBS command.")
269 (defvar edt-match-end-mark
(make-marker)
270 "Used internally by the EDT emulation SUBS command.")
272 (defvar edt-last-replaced-key-definition nil
273 "Key definition replaced with `edt-define-key' or `edt-learn' command.")
275 (defvar edt-direction-string
""
276 "String indicating current direction of movement.")
278 (defvar edt-select-mode nil
279 "Non-nil means select mode is active.")
281 (defvar edt-select-mode-current
""
282 "Text displayed in mode line to indicate the state of EDT select mode.
283 When select mode is inactive, it is set to an empty string.")
285 (defconst edt-select-mode-string
" Select"
286 "Used in mode line to indicate select mode is active.")
288 (defconst edt-forward-string
" ADVANCE"
289 "Direction string in mode line to indicate forward movement.")
291 (defconst edt-backward-string
" BACKUP"
292 "Direction string in mode line to indicate backward movement.")
294 (defvar edt-default-map-active nil
295 "Non-nil indicates that default EDT emulation key bindings are active.
296 nil means user-defined custom bindings are active.")
298 (defvar edt-user-map-configured nil
299 "Non-nil indicates that user custom EDT key bindings are configured.
300 This means that an edt-user.el file was found in the user's `load-path'.")
303 "Specifies the terminal type, if applicable.")
306 ;;; Emacs version identifiers - currently referenced by
308 ;;; o edt-emulation-on o edt-load-keys
310 (defconst edt-emacs19-p
(not (string-lessp emacs-version
"19"))
311 "Non-nil if we are running GNU Emacs or XEmacs version 19, or higher.")
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.")
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.")
320 (defconst edt-emacs-variant
(if edt-gnu-emacs19-p
"gnu" "xemacs")
321 "Indicates Emacs variant: GNU Emacs or XEmacs \(aka Lucid Emacs\).")
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\).")
326 (defconst edt-xserver
(if (eq edt-window-system
'x
)
328 (replace-in-string (x-server-vendor) "[ _]" "-")
329 (subst-char-in-string ? ?-
(x-server-vendor)))
331 "Indicates X server vendor name, if applicable.")
333 (defvar edt-keys-file nil
334 "User's custom keypad and function keys mappings to emulate LK-201 keyboard.")
337 ;;;; EDT Emulation Commands
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.
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.
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
362 ;;; (setq edt-keep-current-page-delimiter t)
364 ;;; in your .emacs file.
366 (defun edt-page-forward (num)
367 "Move forward to just after next page delimiter.
368 Argument NUM is the number of page delimiters to move."
370 (edt-check-prefix num
)
372 (error "End of buffer")
376 (edt-line-to-bottom-of-window)
377 (edt-line-to-top-of-window)))))
379 (defun edt-page-backward (num)
380 "Move backward to just after previous page delimiter.
381 Argument NUM is the number of page delimiters to move."
383 (edt-check-prefix num
)
385 (error "Beginning of buffer")
388 (edt-line-to-top-of-window)
389 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))))
391 (defun edt-page (num)
392 "Move in current direction to next page delimiter.
393 Argument NUM is the number of page delimiters to move."
395 (if (equal edt-direction-string edt-forward-string
)
396 (edt-page-forward num
)
397 (edt-page-backward num
)))
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
404 ;;; EDT SECT commands moves the cursor, not the window.
406 ;;; This emulation of EDT's SECT moves the cursor approximately
407 ;;; two-thirds of the current window at a time.
409 (defun edt-sect-forward (num)
410 "Move cursor forward two-thirds of a window's number of lines.
411 Argument NUM is the number of sections to move."
413 (edt-check-prefix num
)
414 (edt-line-forward (* (* (/ (- (window-height) 1) 3) 2) num
)))
417 (defun edt-sect-backward (num)
418 "Move cursor backward two-thirds of a window.
419 Argument NUM is the number of sections to move."
421 (edt-check-prefix num
)
422 (edt-line-backward (* (* (/ (- (window-height) 1) 3) 2) num
)))
424 (defun edt-sect (num)
425 "Move in current direction a full window.
426 Argument NUM is the number of sections to move."
428 (if (equal edt-direction-string edt-forward-string
)
429 (edt-sect-forward num
)
430 (edt-sect-backward num
)))
433 ;;; BEGINNING OF LINE
435 ;;; EDT's beginning-of-line command is not affected by current
436 ;;; direction, for some unknown reason.
438 (defun edt-beginning-of-line (num)
439 "Move backward to next beginning of line mark.
440 Argument NUM is the number of BOL marks to move."
442 (edt-check-prefix num
)
443 (let ((beg (edt-current-line)))
445 (forward-line (* -
1 num
))
448 (forward-line (* -
1 num
))))
449 (edt-top-check beg num
))
450 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))
454 ;;; EOL (End of Line)
457 (defun edt-end-of-line-forward (num)
458 "Move forward to next end of line mark.
459 Argument NUM is the number of EOL marks to move."
461 (edt-check-prefix num
)
462 (let ((beg (edt-current-line)))
465 (edt-bottom-check beg num
))
466 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))
469 (defun edt-end-of-line-backward (num)
470 "Move backward to next end of line mark.
471 Argument NUM is the number of EOL marks to move."
473 (edt-check-prefix num
)
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
)))
480 (defun edt-end-of-line (num)
481 "Move in current direction to next end of line mark.
482 Argument NUM is the number of EOL marks to move."
484 (if (equal edt-direction-string edt-forward-string
)
485 (edt-end-of-line-forward num
)
486 (edt-end-of-line-backward num
)))
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
493 ;;; of line, etc.) it takes a bit of special handling.
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
497 ;;; buffer. This emulates the EDT line mode command SET ENTITY WORD.
500 (defun edt-one-word-forward ()
501 "Move forward to first character of next word."
504 (error "End of buffer"))
508 (if (memq (following-char) edt-word-entities
)
513 (not (eq ?\
(char-syntax (following-char))))
514 (not (memq (following-char) edt-word-entities
)))
519 (eq ?\
(char-syntax (following-char)))
520 (not (memq (following-char) edt-word-entities
)))
522 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))
524 (defun edt-one-word-backward ()
525 "Move backward to first character of previous word."
528 (error "Beginning of buffer"))
536 (eq ?\
(char-syntax (following-char)))
537 (not (memq (following-char) edt-word-entities
)))
539 (if (not (memq (following-char) edt-word-entities
))
543 (not (eq ?\
(char-syntax (preceding-char))))
544 (not (memq (preceding-char) edt-word-entities
)))
546 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))
548 (defun edt-word-forward (num)
549 "Move forward to first character of next word.
550 Argument NUM is the number of words to move."
552 (edt-check-prefix num
)
554 (edt-one-word-forward)
555 (setq num
(1- num
))))
557 (defun edt-word-backward (num)
558 "Move backward to first character of previous word.
559 Argument NUM is the number of words to move."
561 (edt-check-prefix num
)
563 (edt-one-word-backward)
564 (setq num
(1- num
))))
566 (defun edt-word (num)
567 "Move in current direction to first character of next word.
568 Argument NUM is the number of words to move."
570 (if (equal edt-direction-string edt-forward-string
)
571 (edt-word-forward num
)
572 (edt-word-backward num
)))
578 (defun edt-character (num)
579 "Move in current direction to next character.
580 Argument NUM is the number of characters to move."
582 (edt-check-prefix num
)
583 (if (equal edt-direction-string edt-forward-string
)
586 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))
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.
595 (defun edt-line-backward (num)
596 "Move backward to next beginning of line mark.
597 Argument NUM is the number of BOL marks to move."
599 (edt-beginning-of-line num
))
601 (defun edt-line-forward (num)
602 "Move forward to next beginning of line mark.
603 Argument NUM is the number of BOL marks to move."
605 (edt-check-prefix num
)
606 (let ((beg (edt-current-line)))
608 (edt-bottom-check beg num
))
609 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))
611 (defun edt-line (num)
612 "Move in current direction to next beginning of line mark.
613 Argument NUM is the number of BOL marks to move."
615 (if (equal edt-direction-string edt-forward-string
)
616 (edt-line-forward num
)
617 (edt-line-backward num
)))
620 ;;; UP and DOWN Arrows
623 (defun edt-next-line (num)
624 "Move cursor down one line.
625 Argument NUM is the number of lines to move."
627 (edt-check-prefix num
)
628 (let ((beg (edt-current-line)))
630 (edt-bottom-check beg num
))
631 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))
633 (defun edt-previous-line (num)
634 "Move cursor up one line.
635 Argument NUM is the number of lines to move."
637 (edt-check-prefix num
)
638 (let ((beg (edt-current-line)))
640 (edt-top-check beg num
))
641 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))
649 "Move cursor to the beginning of buffer."
651 (goto-char (point-min))
652 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))
659 "Move cursor to the end of buffer."
661 (goto-char (point-max))
662 (edt-line-to-bottom-of-window))
668 (defun edt-find-forward (&optional find
)
669 "Find first occurrence of a string in forward direction and save it.
670 Optional argument FIND is t is this function is called from `edt-find'."
673 (set 'edt-find-last-text
(read-string "Search forward: ")))
675 (beg (edt-current-line))
676 (height (window-height))
678 (if (= 0 edt-top-scroll-margin
) 10 edt-top-scroll-margin
))
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)))
687 (goto-char bottom
) (forward-line (- height
2)) (point))))
688 (if (search-forward edt-find-last-text
)
690 (search-backward edt-find-last-text
)
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
))))
697 (and (> (point) bottom
) (recenter bottom-margin
)))))))
698 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))
700 (defun edt-find-backward (&optional find
)
701 "Find first occurrence of a string in the backward direction and save it.
702 Optional argument FIND is t if this function is called from `edt-find'."
705 (set 'edt-find-last-text
(read-string "Search backward: ")))
707 (beg (edt-current-line))
708 (height (window-height))
710 (if (= 0 edt-top-scroll-margin
) 10 edt-top-scroll-margin
))
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)))
719 (goto-char bottom
) (forward-line (- height
2)) (point))))
720 (if (search-backward edt-find-last-text
)
722 (and (< (point) top
) (recenter (min beg top-margin
))))
723 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))
726 "Find first occurrence of string in current direction and save it."
728 (set 'edt-find-last-text
(read-string "Search: "))
729 (if (equal edt-direction-string edt-forward-string
)
731 (edt-find-backward t
)))
738 (defun edt-find-next-forward ()
739 "Find next occurrence of a string in forward direction."
742 (beg (edt-current-line))
743 (height (window-height))
745 (if (= 0 edt-top-scroll-margin
) 10 edt-top-scroll-margin
))
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)))
754 (goto-char bottom
) (forward-line (- height
2)) (point))))
756 (if (search-forward edt-find-last-text nil t
)
758 (search-backward edt-find-last-text
)
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
))))
765 (and (> (point) bottom
) (recenter bottom-margin
)))))
768 (error "Search failed: \"%s\"" edt-find-last-text
))))
769 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))
771 (defun edt-find-next-backward ()
772 "Find next occurrence of a string in backward direction."
775 (beg (edt-current-line))
776 (height (window-height))
778 (if (= 0 edt-top-scroll-margin
) 10 edt-top-scroll-margin
))
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)))
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
)
792 (and (< (point) top
) (recenter (min beg top-margin
))))))
793 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))
795 (defun edt-find-next ()
796 "Find next occurrence of a string in current direction."
798 (if (equal edt-direction-string edt-forward-string
)
799 (edt-find-next-forward)
800 (edt-find-next-backward)))
807 "Append this kill region to last killed region."
809 (edt-check-selection)
811 (kill-region (mark) (point))
812 (message "Selected text APPENDED to kill ring"))
818 (defun edt-delete-line (num)
819 "Delete from cursor up to and including the end of line mark.
820 Argument NUM is the number of lines to delete."
822 (edt-check-prefix num
)
825 (if (not (eq (preceding-char) ?
\n))
827 (setq edt-last-deleted-lines
828 (buffer-substring beg
(point)))
829 (delete-region beg
(point))))
835 (defun edt-delete-to-end-of-line (num)
836 "Delete from cursor up to but excluding the end of line mark.
837 Argument NUM is the number of lines to delete."
839 (edt-check-prefix num
)
843 (setq edt-last-deleted-lines
844 (buffer-substring beg
(point)))
845 (delete-region beg
(point))))
851 (defun edt-select-mode (arg)
852 "Turn EDT select mode off if ARG is nil; otherwise, turn EDT select mode on.
853 In select mode, selected text is highlighted."
856 (make-local-variable 'edt-select-mode
)
857 (setq edt-select-mode
'edt-select-mode-current
)
858 (setq rect-start-point
(window-point)))
860 (kill-local-variable 'edt-select-mode
)))
861 (force-mode-line-update))
864 "Set mark at cursor and start text selection."
866 (set-mark-command nil
))
869 "Cancel text selection."
871 (if edt-gnu-emacs19-p
873 (zmacs-deactivate-region)))
880 "Deletes selected text but copies to kill ring."
882 (edt-check-selection)
883 (kill-region (mark) (point))
884 (message "Selected text CUT to kill ring"))
887 ;;; DELETE TO BEGINNING OF LINE
890 (defun edt-delete-to-beginning-of-line (num)
891 "Delete from cursor to beginning of line.
892 Argument NUM is the number of lines to delete."
894 (edt-check-prefix num
)
896 (edt-beginning-of-line num
)
897 (setq edt-last-deleted-lines
898 (buffer-substring (point) beg
))
899 (delete-region beg
(point))))
905 (defun edt-delete-word (num)
906 "Delete from cursor up to but excluding first character of next word.
907 Argument NUM is the number of words to delete."
909 (edt-check-prefix num
)
911 (edt-word-forward num
)
912 (setq edt-last-deleted-words
(buffer-substring beg
(point)))
913 (delete-region beg
(point))))
916 ;;; DELETE TO BEGINNING OF WORD
919 (defun edt-delete-to-beginning-of-word (num)
920 "Delete from cursor to beginning of word.
921 Argument NUM is the number of words to delete."
923 (edt-check-prefix num
)
925 (edt-word-backward num
)
926 (setq edt-last-deleted-words
(buffer-substring (point) beg
))
927 (delete-region beg
(point))))
933 (defun edt-delete-character (num)
934 "Delete character under cursor.
935 Argument NUM is the number of characters to delete."
937 (edt-check-prefix num
)
938 (setq edt-last-deleted-chars
939 (buffer-substring (point) (min (point-max) (+ (point) num
))))
940 (delete-region (point) (min (point-max) (+ (point) num
))))
946 (defun edt-delete-previous-character (num)
947 "Delete character in front of cursor.
948 Argument NUM is the number of characters to delete."
950 (edt-check-prefix num
)
951 (setq edt-last-deleted-chars
952 (buffer-substring (max (point-min) (- (point) num
)) (point)))
953 (delete-region (max (point-min) (- (point) num
)) (point)))
959 (defun edt-undelete-line ()
960 "Undelete previous deleted line(s)."
962 (point-to-register 1)
963 (insert edt-last-deleted-lines
)
964 (register-to-point 1))
970 (defun edt-undelete-word ()
971 "Undelete previous deleted word(s)."
973 (point-to-register 1)
974 (insert edt-last-deleted-words
)
975 (register-to-point 1))
981 (defun edt-undelete-character ()
982 "Undelete previous deleted character(s)."
984 (point-to-register 1)
985 (insert edt-last-deleted-chars
)
986 (register-to-point 1))
992 (defun edt-replace ()
993 "Replace marked section with last CUT (killed) text."
995 (if (edt-check-match)
996 (replace-match (car kill-ring-yank-pointer
))
998 (exchange-point-and-mark)
1000 (exchange-point-and-mark)
1001 (delete-region beg
(point)))
1008 (defun edt-substitute (num)
1009 "Replace the selected region with the contents of the CUT buffer and.
1010 Repeat the most recent FIND command. (The Emacs kill ring is used as
1012 Argument NUM is the repeat count. A positive value indicates the of times
1013 to repeat the substitution. A negative argument means replace all occurrences
1014 of the search text."
1016 (cond ((or edt-select-mode
(edt-check-match))
1017 (while (and (not (= num
0)) (or edt-select-mode
(edt-check-match)))
1020 (setq num
(1- num
))))
1022 (error "No selection active"))))
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))))
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
))
1036 (defun edt-match-beginning nil
1037 "Return the location of the last match beginning."
1038 (1- (marker-position edt-match-beginning-mark
)))
1040 (defun edt-match-end nil
1041 "Return the location of the last match end."
1042 (marker-position edt-match-end-mark
))
1044 (defun edt-check-match nil
1045 "Return t if point is between edt-match markers.
1046 Otherwise 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.
1053 (equal (marker-buffer edt-match-beginning-mark
) (current-buffer))
1054 (>= (point) (1- (marker-position edt-match-beginning-mark
)))
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
)
1061 (edt-unset-match) nil
)))
1063 (defun edt-show-match-markers nil
1064 "Show the values of the match markers."
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)))))
1079 (defun edt-advance ()
1080 "Set movement direction forward.
1081 Also, execute command specified if in Minibuffer."
1083 (setq edt-direction-string edt-forward-string
)
1084 (force-mode-line-update)
1085 (if (string-equal " *Minibuf"
1086 (substring (buffer-name) 0 (min (length (buffer-name)) 9)))
1088 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))
1095 (defun edt-backup ()
1096 "Set movement direction backward.
1097 Also, execute command specified if in Minibuffer."
1099 (setq edt-direction-string edt-backward-string
)
1100 (force-mode-line-update)
1101 (if (string-equal " *Minibuf"
1102 (substring (buffer-name) 0 (min (length (buffer-name)) 9)))
1104 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))
1110 ;; This function is based upon Jeff Kowalski's case-flip function in his
1113 (defun edt-change-case (num)
1114 "Change the case of specified characters.
1115 If text selection IS active, then characters between the cursor and mark are
1116 changed. If text selection is NOT active, there are two cases. First, if the
1117 current direction is ADVANCE, then the prefix number of character(s) under and
1118 following cursor are changed. Second, if the current direction is BACKUP, then
1119 the prefix number of character(s) before the cursor are changed. Accepts a
1120 positive prefix for the number of characters to change, but the prefix is
1121 ignored if text selection is active.
1122 Argument NUM is the numbers of consecutive characters to change."
1124 (edt-check-prefix num
)
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)))
1134 (goto-char point-save
))
1136 (if (string= edt-direction-string edt-backward-string
)
1137 (backward-char num
))
1139 (funcall (if (<= ?a
(following-char))
1140 'upcase-region
'downcase-region
)
1141 (point) (1+ (point)))
1143 (setq num
(1- num
))))))
1149 (defun edt-define-key ()
1150 "Assign an interactively-callable function to a specified key sequence.
1151 The current key definition is saved in `edt-last-replaced-key-definition'.
1152 Use `edt-restore-key' to restore last replaced key definition."
1154 (if edt-x-emacs19-p
(setq zmacs-region-stays t
))
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")
1164 (setq edt-function
(read-command "Enter command name: "))
1165 (if (string-equal "" edt-function
)
1166 (message "Key not defined")
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
)))))))
1174 ;;; FORM FEED INSERT
1177 (defun edt-form-feed-insert (num)
1178 "Insert form feed character at cursor position.
1179 Argument NUM is the number of form feeds to insert."
1181 (edt-check-prefix num
)
1184 (setq num
(1- num
))))
1190 (defun edt-tab-insert (num)
1191 "Insert tab character at cursor position.
1192 Argument NUM is the number of tabs to insert."
1194 (edt-check-prefix num
)
1197 (setq num
(1- num
))))
1203 (defun edt-check-prefix (num)
1204 "Indicate error if prefix is not positive.
1205 Argument NUM is the prefix value tested."
1207 (error "Prefix must be positive")))
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")))
1222 (defun edt-top-check (beg lines
)
1223 "Enforce scroll margin at the top of screen.
1224 Argument BEG is the starting line number before cursor was moved.
1225 Argument 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
)))))
1230 (defun edt-bottom-check (beg lines
)
1231 "Enforce scroll margin at the bottom of screen.
1232 Argument BEG is the starting line number before cursor was moved.
1233 Argument 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
))))))
1243 (defun edt-current-line nil
1244 "Return the vertical position of point in the selected window.
1245 Top 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))
1249 (defun edt-set-scroll-margins (top bottom
)
1250 "Set scroll margins.
1251 Argument TOP is the top margin in number of lines or percent of window.
1252 Argument BOTTOM is the bottom margin in number of lines or percent of window."
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)))
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)))
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
)))
1277 ;;;; ENHANCEMENTS AND ADDITIONS FOR EDT KEYPAD MODE
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.
1286 ;;; CHANGE DIRECTION
1289 (defun edt-change-direction ()
1290 "Toggle movement direction."
1292 (if (equal edt-direction-string edt-forward-string
)
1300 (defun edt-toggle-select ()
1301 "Toggle to start (or cancel) text selection."
1311 (defun edt-sentence-forward (num)
1312 "Move forward to start of next sentence.
1313 Argument NUM is the positive number of sentences to move."
1315 (edt-check-prefix num
)
1317 (beg (edt-current-line))
1318 (height (window-height))
1320 (if (= 0 edt-top-scroll-margin
) 10 edt-top-scroll-margin
))
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))))
1332 (error "End of buffer"))
1334 (forward-sentence num
)
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
))))
1342 (and (> (point) bottom
) (recenter bottom-margin
)))))
1343 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))
1345 (defun edt-sentence-backward (num)
1346 "Move backward to next sentence beginning.
1347 Argument NUM is the positive number of sentences to move."
1349 (edt-check-prefix num
)
1351 (beg (edt-current-line))
1352 (height (window-height))
1354 (if (= 0 edt-top-scroll-margin
) 10 edt-top-scroll-margin
))
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))))
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
)))
1371 (defun edt-sentence (num)
1372 "Move in current direction to next sentence.
1373 Argument NUM is the positive number of sentences to move."
1375 (if (equal edt-direction-string edt-forward-string
)
1376 (edt-sentence-forward num
)
1377 (edt-sentence-backward num
)))
1383 (defun edt-paragraph-forward (num)
1384 "Move forward to beginning of paragraph.
1385 Argument NUM is the positive number of paragraphs to move."
1387 (edt-check-prefix num
)
1389 (beg (edt-current-line))
1390 (height (window-height))
1392 (if (= 0 edt-top-scroll-margin
) 10 edt-top-scroll-margin
))
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))))
1403 (forward-paragraph (+ num
1))
1404 (start-of-paragraph-text)
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
))))
1413 (and (> (point) bottom
) (recenter bottom-margin
)))))
1414 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))
1416 (defun edt-paragraph-backward (num)
1417 "Move backward to beginning of paragraph.
1418 Argument NUM is the positive number of paragraphs to move."
1420 (edt-check-prefix num
)
1422 (beg (edt-current-line))
1423 (height (window-height))
1425 (if (= 0 edt-top-scroll-margin
) 10 edt-top-scroll-margin
))
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))))
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
)))
1441 (defun edt-paragraph (num)
1442 "Move in current direction to next paragraph.
1443 Argument NUM is the positive number of paragraphs to move."
1445 (if (equal edt-direction-string edt-forward-string
)
1446 (edt-paragraph-forward num
)
1447 (edt-paragraph-backward num
)))
1453 (defun edt-restore-key ()
1454 "Restore last replaced key definition.
1455 Definition is stored in `edt-last-replaced-key-definition'."
1457 (if edt-x-emacs19-p
(setq zmacs-region-stays t
))
1458 (if edt-last-replaced-key-definition
1460 (let (edt-key-definition)
1461 (set 'edt-key-definition
1462 (read-key-sequence "Press the key to be restored: "))
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")
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."
1473 (message "Key definition for %s has been restored."
1474 (events-to-keys edt-key-definition
)))))))
1475 (error "No replaced key definition to restore!")))
1481 (defun edt-window-top ()
1482 "Move the cursor to the top of the window."
1484 (let ((start-column (current-column)))
1485 (move-to-window-line 0)
1486 (move-to-column start-column
))
1487 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))
1493 (defun edt-window-bottom ()
1494 "Move the cursor to the bottom of the window."
1496 (let ((start-column (current-column)))
1497 (move-to-window-line (- (window-height) 2))
1498 (move-to-column start-column
))
1499 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))
1502 ;;; SCROLL WINDOW LINE
1505 (defun edt-scroll-window-forward-line ()
1506 "Move window forward one line leaving cursor at position in window."
1509 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))
1511 (defun edt-scroll-window-backward-line ()
1512 "Move window backward one line leaving cursor at position in window."
1515 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))
1517 (defun edt-scroll-line ()
1518 "Move window one line in current direction."
1520 (if (equal edt-direction-string edt-forward-string
)
1521 (edt-scroll-window-forward-line)
1522 (edt-scroll-window-backward-line)))
1527 ;;; Scroll a window (less one line) at a time. Leave cursor in center of
1530 (defun edt-scroll-window-forward (num)
1531 "Scroll forward one window in buffer, less one line.
1532 Argument NUM is the positive number of windows to move."
1534 (edt-check-prefix num
)
1535 (scroll-up (- (* (window-height) num
) 2))
1536 (edt-line-forward (/ (- (window-height) 1) 2)))
1538 (defun edt-scroll-window-backward (num)
1539 "Scroll backward one window in buffer, less one line.
1540 Argument NUM is the positive number of windows to move."
1542 (edt-check-prefix num
)
1543 (scroll-down (- (* (window-height) num
) 2))
1544 (edt-line-backward (/ (- (window-height) 1) 2)))
1546 (defun edt-scroll-window (num)
1547 "Scroll one window in buffer, less one line, in current direction.
1548 Argument NUM is the positive number of windows to move."
1550 (if (equal edt-direction-string edt-forward-string
)
1551 (edt-scroll-window-forward num
)
1552 (edt-scroll-window-backward num
)))
1555 ;;; LINE TO BOTTOM OF WINDOW
1558 (defun edt-line-to-bottom-of-window ()
1559 "Move the current line to the bottom of the window."
1562 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))
1565 ;;; LINE TO TOP OF WINDOW
1568 (defun edt-line-to-top-of-window ()
1569 "Move the current line to the top of the window."
1572 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))
1575 ;;; LINE TO MIDDLE OF WINDOW
1578 (defun edt-line-to-middle-of-window ()
1579 "Move window so line with cursor is in the middle of the window."
1582 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))
1588 (defun edt-goto-percentage (num)
1589 "Move to specified percentage in buffer from top of buffer.
1590 Argument NUM is the percentage into the buffer to move."
1591 (interactive "NGoto-percentage: ")
1592 (if (or (> num
100) (< num
0))
1593 (error "Percentage %d out of range 0 < percent < 100" num
)
1594 (goto-char (/ (* (point-max) num
) 100)))
1595 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))
1601 (defun edt-fill-region ()
1602 "Fill selected text."
1604 (edt-check-selection)
1605 (fill-region (point) (mark)))
1608 ;;; INDENT OR FILL REGION
1611 (defun edt-indent-or-fill-region ()
1612 "Fill region in text modes, indent region in programming language modes."
1614 (if (string= paragraph-start
"$\\|\f")
1615 (indent-region (point) (mark) nil
)
1616 (fill-region (point) (mark))))
1619 ;;; MARK SECTION WISELY
1622 (defun edt-mark-section-wisely ()
1623 "Mark the section in a manner consistent with the `major-mode'.
1624 Uses `mark-defun' for emacs-lisp and Lisp,
1625 mark-c-function for C,
1626 mark-fortran-subsystem for fortran,
1627 and `mark-paragraph' for other modes."
1633 (cond ((or (eq major-mode
'emacs-lisp-mode
)
1634 (eq major-mode
'lisp-mode
))
1636 (message "Lisp defun selected"))
1637 ((eq major-mode
'c-mode
)
1639 (message "C function selected"))
1640 ((eq major-mode
'fortran-mode
)
1641 (mark-fortran-subprogram)
1642 (message "Fortran subprogram selected"))
1644 (message "Paragraph selected"))))))
1651 "Copy selected region to kill ring, but don't delete it!"
1653 (edt-check-selection)
1654 (copy-region-as-kill (mark) (point))
1656 (message "Selected text COPIED to kill ring"))
1662 (defun edt-cut-or-copy ()
1663 "Cuts (or copies) selected text to kill ring.
1664 Cuts selected text if `buffer-read-only' is nil.
1665 Copies selected text if `buffer-read-only' is t."
1667 (if buffer-read-only
1672 ;;; DELETE ENTIRE LINE
1675 (defun edt-delete-entire-line ()
1676 "Delete entire line regardless of cursor position in the line."
1679 (edt-delete-line 1))
1685 (defun edt-duplicate-line (num)
1686 "Duplicate the line of text containing the cursor.
1687 Argument NUM is the number of times to duplicate the line."
1689 (edt-check-prefix num
)
1690 (let ((old-column (current-column))
1692 (edt-delete-entire-line)
1696 (setq count
(1- count
)))
1697 (edt-line-forward num
)
1698 (move-to-column old-column
)))
1704 (defun edt-duplicate-word()
1705 "Duplicate word (or rest of word) found directly above cursor, if any."
1707 (let ((start (point))
1708 (start-column (current-column)))
1710 (move-to-column start-column
)
1711 (if (and (not (equal start
(point)))
1714 (if (and (equal ?
\t (preceding-char))
1715 (< start-column
(current-column)))
1717 (let ((beg (point)))
1718 (edt-one-word-forward)
1719 (setq edt-last-copied-word
(buffer-substring beg
(point))))
1721 (move-to-column start-column
)
1722 (insert edt-last-copied-word
))
1724 (if (not (equal start
(point)))
1726 (move-to-column start-column
)
1727 (error "Nothing to duplicate!")))))
1730 ;;; KEY NOT ASSIGNED
1733 (defun edt-key-not-assigned ()
1734 "Displays message that key has not been assigned to a function."
1736 (error "Key not assigned"))
1739 ;;; TOGGLE CAPITALIZATION OF WORD
1742 (defun edt-toggle-capitalization-of-word ()
1743 "Toggle the capitalization of the current word and move forward to next."
1745 (edt-one-word-forward)
1746 (edt-one-word-backward)
1748 (edt-one-word-backward)
1749 (edt-one-word-forward))
1752 ;;; ELIMINATE ALL TABS
1755 (defun edt-eliminate-all-tabs ()
1756 "Convert all tabs to spaces in the entire buffer."
1758 (untabify (point-min) (point-max))
1759 (message "TABS converted to SPACES"))
1762 ;;; DISPLAY THE TIME
1765 (defun edt-display-the-time ()
1766 "Display the current time."
1768 (if edt-x-emacs19-p
(setq zmacs-region-stays t
))
1769 (set 'time-string
(current-time-string))
1770 (message "%s" time-string
))
1777 "Learn a sequence of key strokes to bind to a key."
1779 (if (eq defining-kbd-macro t
)
1781 (start-kbd-macro nil
)))
1787 (defun edt-remember ()
1788 "Store the sequence of key strokes started by `edt-learn' to a key."
1790 (if (eq defining-kbd-macro nil
)
1791 (error "Nothing to remember!")
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")
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
)))))))))))
1816 "Save current buffer, ask to save other buffers, and then exit Emacs."
1819 (save-buffers-kill-emacs))
1826 "Quit Emacs without saving buffer modifications.
1827 Warn user that modifications will be lost."
1829 (let ((list (buffer-list))
1831 (while (and list working
)
1832 (let ((buffer (car list
)))
1833 (if (and (buffer-file-name buffer
) (buffer-modified-p buffer
))
1835 "Modifications will not be saved, continue quitting? ")
1837 (setq working nil
)))
1838 (setq list
(cdr list
))))
1839 (if working
(kill-emacs))))
1845 (defun edt-split-window ()
1846 "Split current window and place cursor in the new window."
1850 (if edt-x-emacs19-p
(setq zmacs-region-stays t
)))
1856 (defun edt-copy-rectangle ()
1857 "Copy a rectangle of text between mark and cursor to register."
1859 (edt-check-selection)
1860 (copy-rectangle-to-register 3 (region-beginning) (region-end) nil
)
1862 (message "Selected rectangle COPIED to register"))
1868 (defun edt-cut-rectangle-overstrike-mode ()
1869 "Cut a rectangle of text between mark and cursor to register.
1870 Replace cut characters with spaces and moving cursor back to
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"))
1879 (defun edt-cut-rectangle-insert-mode ()
1880 "Cut a rectangle of text between mark and cursor to register.
1881 Move cursor back to upper left corner."
1883 (edt-check-selection)
1884 (setq edt-rect-start-point
(region-beginning))
1885 (picture-clear-rectangle-to-register (region-beginning) (region-end) 3 t
)
1887 (set-window-point (get-buffer-window (window-buffer)) edt-rect-start-point
)
1888 (message "Selected rectangle CUT to register"))
1890 (defun edt-cut-rectangle ()
1891 "Cut a rectangular region of text to register.
1892 If overwrite mode is active, cut text is replaced with whitespace."
1895 (edt-cut-rectangle-overstrike-mode)
1896 (edt-cut-rectangle-insert-mode)))
1902 (defun edt-paste-rectangle-overstrike-mode ()
1903 "Paste a rectangular region of text from register, replacing text at cursor."
1905 (picture-yank-rectangle-from-register 3))
1907 (defun edt-paste-rectangle-insert-mode ()
1908 "Paste previously deleted rectangular region, inserting text at cursor."
1910 (picture-yank-rectangle-from-register 3 t
))
1912 (defun edt-paste-rectangle ()
1913 "Paste a rectangular region of text.
1914 If overwrite mode is active, existing text is replace with text from register."
1917 (edt-paste-rectangle-overstrike-mode)
1918 (edt-paste-rectangle-insert-mode)))
1924 (defun edt-lowercase ()
1925 "Change specified characters to lower case.
1926 If text selection IS active, then characters between the cursor and
1927 mark are changed. If text selection is NOT active, there are two
1928 situations. If the current direction is ADVANCE, then the word under
1929 the cursor is changed to lower case and the cursor is moved to rest at
1930 the beginning of the next word. If the current direction is BACKUP,
1931 the word prior to the word under the cursor is changed to lower case
1932 and the cursor is left to rest at the beginning of that word."
1936 (downcase-region (mark) (point)))
1938 ;; Move to beginning of current word.
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)))))
1960 (defun edt-uppercase ()
1961 "Change specified characters to upper case.
1962 If text selection IS active, then characters between the cursor and
1963 mark are changed. If text selection is NOT active, there are two
1964 situations. If the current direction is ADVANCE, then the word under
1965 the cursor is changed to upper case and the cursor is moved to rest at
1966 the beginning of the next word. If the current direction is BACKUP,
1967 the word prior to the word under the cursor is changed to upper case
1968 and the cursor is left to rest at the beginning of that word."
1972 (upcase-region (mark) (point)))
1974 ;; Move to beginning of current word.
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)))))
1993 ;;; Functions used in loading LK-201 key mapping file.
1995 (defvar edt-last-answer nil
1996 "Most recent response to `edt-y-or-n-p'.")
1998 (defun edt-y-or-n-p (prompt &optional not-yes
)
1999 "Prompt for a y or n answer with positive default.
2000 Like Emacs `y-or-n-p', also accepts space as y and DEL as n.
2001 Argument PROMPT is the prompt string.
2002 Optional argument NOT-YES changes the default to negative."
2003 (message "%s[%s]" prompt
(if not-yes
"n" "y"))
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
)))
2014 (setq doit t
) (beep)
2015 (message "Please answer y or n. %s[%s]"
2016 prompt
(if not-yes
"n" "y")))))))
2020 ;;; INITIALIZATION COMMANDS.
2024 ;;; Function used to load LK-201 key mapping file generated by edt-mapper.el.
2026 (defun edt-load-keys (file)
2027 "Load the LK-201 key mapping FILE generated by edt-mapper.el.
2028 If FILE is nil, which is the normal case, try to load a default file.
2029 The default file names are based upon the window system, terminal
2030 type, and version of Emacs in use: GNU Emacs or XEmacs (aka Lucid
2031 Emacs). If a default file does not exist, ask user if one should be
2033 (interactive "fKey definition file: ")
2035 (setq file
(expand-file-name file
)))
2037 (setq file
(expand-file-name edt-keys-file
)))
2042 "~/.edt-" edt-emacs-variant
2043 (if edt-term
(concat "-" edt-term
))
2044 (if edt-xserver
(concat "-" edt-xserver
))
2045 (if edt-window-system
2046 (concat "-" (upcase (symbol-name edt-window-system
))))
2048 (cond ((file-readable-p file
)
2051 (switch-to-buffer "*scratch*")
2055 Ack!! You're running the Enhanced EDT Emulation without loading an
2056 EDT key mapping file. To create an EDT key mapping file, run the
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
2063 emacs -q -l edt-mapper.el
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.]
2068 The file edt-mapper.el includes these same directions on how to
2069 use it! Perhaps it's lying around here someplace. \n ")
2070 (let ((file "edt-mapper.el")
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
)) "" "/")
2078 (if (and (file-exists-p path
) (not (file-directory-p path
)))
2080 (setq search-list
(cdr search-list
)))
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? ")
2086 (error "EDT Emulation not configured")))
2088 (insert "Nope, I can't seem to find it. :-(\n\n")
2090 (error "EDT Emulation not configured")))))))
2093 ;;; Turning the EDT Emulation on and off.
2097 (defun edt-emulation-on ()
2098 "Turn on EDT Emulation."
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
)
2104 (setq edt-term
"pc")
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
)))
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
)
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
))
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
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
2138 (setq edt-orig-transient-mark-mode transient-mark-mode
)
2139 (add-hook 'activate-mark-hook
2142 (edt-select-mode t
))))
2143 (add-hook 'deactivate-mark-hook
2146 (edt-select-mode nil
)))))
2148 (add-hook 'zmacs-activate-region-hook
2151 (edt-select-mode t
))))
2152 (add-hook 'zmacs-deactivate-region-hook
2155 (edt-select-mode nil
))))))
2156 ;; Load user's EDT custom key bindings file, if it exists.
2157 ;; Otherwise, use the default bindings.
2158 (if (load "edt-user" t t
)
2159 (edt-user-emulation-setup)
2160 (edt-default-emulation-setup)))
2162 (defun edt-emulation-off()
2163 "Select original global key bindings, disabling EDT Emulation."
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
"")
2169 (setq edt-select-mode-current nil
)
2171 (force-mode-line-update t
)
2172 (if edt-gnu-emacs19-p
2173 (setq transient-mark-mode edt-orig-transient-mark-mode
))
2174 (message "Original key bindings restored; EDT Emulation disabled"))
2176 (defun edt-default-emulation-setup (&optional user-setup
)
2177 "Setup emulation of DEC's EDT editor.
2178 Optional argument USER-SETUP non-nil means called from function
2179 `edt-user-emulation-setup'."
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)))
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))
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)
2201 (setq minor-mode-alist
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
2207 '(edt-direction-string edt-direction-string) minor-mode-alist)))
2210 (setq edt-user-map-configured t)
2211 (fset 'edt-emulation-on (symbol-function 'edt-select-user-global-map)))
2213 (fset 'edt-emulation-on (symbol-function 'edt-select-default-global-map))
2214 (edt-select-default-global-map))))
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))
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
))
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))
2234 (defun edt-select-default-global-map()
2235 "Select default EDT emulation key bindings."
2237 (if edt-gnu-emacs19-p
2238 (transient-mark-mode 1))
2239 (use-global-map edt-default-global-map
)
2240 (if (not edt-keep-current-page-delimiter
)
2242 (setq edt-orig-page-delimiter page-delimiter
)
2243 (setq page-delimiter
"\f")))
2244 (setq edt-default-map-active t
)
2246 (setq edt-select-mode-current
'edt-select-mode-string
)
2248 (message "Default EDT keymap active"))
2250 (defun edt-select-user-global-map()
2251 "Select user EDT emulation custom key bindings."
2253 (if edt-user-map-configured
2255 (if edt-gnu-emacs19-p
2256 (transient-mark-mode 1))
2257 (use-global-map edt-user-global-map
)
2258 (if (not edt-keep-current-page-delimiter
)
2260 (setq edt-orig-page-delimiter page-delimiter
)
2261 (setq page-delimiter
"\f")))
2262 (setq edt-default-map-active nil
)
2264 (setq edt-select-mode-current
'edt-select-mode-string
)
2266 (message "User EDT custom keymap active"))
2267 (error "User EDT custom keymap NOT configured!")))
2269 (defun edt-switch-global-maps ()
2270 "Toggle between default EDT keymap and user EDT keymap."
2272 (if edt-default-map-active
2273 (edt-select-user-global-map)
2274 (edt-select-default-global-map)))
2277 ;; Functions used to set up DEFAULT bindings to EDT emulation functions.
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.
2282 Argument FUNCTION-KEY is the name of the function key or keypad function key.
2283 Argument BINDING is the Emacs function to be bound to <KEY>.
2284 Argument 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
"")))
2288 (define-key edt-default-global-map key binding
)
2289 (define-key 'edt-default-gold-map key gold-binding
)))))
2291 (defun edt-bind-key-default (key binding
)
2292 "Bind key sequences to default bindings in the EDT Emulator.
2293 Argument KEY is the name of a standard key or a function key.
2294 Argument BINDING is the Emacs function to be bound to <KEY>."
2295 (define-key edt-default-global-map key binding
))
2297 (defun edt-bind-gold-key-default (key gold-binding
)
2298 "Binds <GOLD> key sequences to default bindings in the EDT Emulator.
2299 Argument KEY is the name of a standard key or a function key.
2300 Argument GOLD-BINDING is the Emacs function to be bound to GOLD <KEY>."
2301 (define-key 'edt-default-gold-map key gold-binding
))
2304 ;; Functions used to set up USER CUSTOM bindings to EDT emulation functions.
2306 (defun edt-bind-function-key (function-key binding gold-binding
)
2307 "Binds LK-201 function keys to custom bindings in the EDT Emulator.
2308 Argument FUNCTION-KEY is the name of the function key or keypad function key.
2309 Argument BINDING is the Emacs function to be bound to <KEY>.
2310 Argument 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
"")))
2314 (define-key edt-user-global-map key binding
)
2315 (define-key 'edt-user-gold-map key gold-binding
)))))
2317 (defun edt-bind-key (key binding
)
2318 "Bind standard key sequences to custom bindings in the EDT Emulator.
2319 Argument KEY is the name of a key. It can be a standard key or a function key.
2320 Argument BINDING is the Emacs function to be bound to <KEY>."
2321 (define-key edt-user-global-map key binding
))
2323 ;; For backward compatibility to existing edt-user.el files.
2324 (fset 'edt-bind-standard-key
(symbol-function 'edt-bind-key
))
2326 (defun edt-bind-gold-key (key gold-binding
)
2327 "Binds <GOLD> standard key sequences to custom bindings in the EDT Emulator.
2328 Argument KEY is the name of a standard key or a function key.
2329 Argument GOLD-BINDING is the Emacs function to be bound to GOLD <KEY>."
2330 (define-key 'edt-user-gold-map key gold-binding
))
2332 (defun edt-setup-default-bindings ()
2333 "Assigns default EDT Emulation keyboard bindings."
2335 ;; Function Key Bindings: Regular and GOLD.
2337 ;; VT100/VT200/VT300 PF1 (GOLD), PF2, PF3, PF4 Keys
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
)
2345 ;; VT100/VT200/VT300 Arrow Keys
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
)
2351 ;; VT100/VT200/VT300 Keypad Keys
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
)
2369 ;; VT200/VT300 Function Keys
2370 ;; (F1 through F5, on the VT220, are not programmable, so we skip
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
)
2390 ;; Under X, the F11 key can be bound. If using a VT-200 or higher terminal,
2391 ;; the default emacs terminal support causes the VT F11 key to seem as if it
2392 ;; is an ESC key when in emacs.
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
)
2414 ;; Control key bindings: Regular and GOLD
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
2423 (if edt-use-EDT-control-key-bindings
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
)
2438 ;; Leave binding of C-m to newline.
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
)
2443 ;; Leave binding of C-r to isearch-backward.
2444 ;; Leave binding of C-s to isearch-forward.
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
)
2449 ;; Leave binding of C-x as original prefix key.
2450 (edt-bind-key-default "\C-y" 'edt-key-not-assigned
)
2451 ;; Leave binding of C-z to suspend-emacs.
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)
2462 ;; GOLD bindings for regular keys.
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)
2561 ;;; DEFAULT EDT KEYPAD HELP
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.
2571 (defun edt-keypad-help ()
2572 "DEFAULT EDT Keypad Active.
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 +----------+----------+----------+----------+
2580 G-F10: Paste Rectangle
2582 F12: Begining of Line +----------+----------+----------+----------+
2583 G-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 |
2586 G-HELP: Emacs Help +----------+----------+----------+----------+
2587 DO: Execute extended command | PAGE | SECT | APPEND | DEL W |
2588 C-g: Keyboard Quit | (7) | (8) | (9) | (-) |
2589 G-C-g: Keyboard Quit |Ex Ext Cmd|Fill Regio| REPLACE | UND W |
2590 C-h: Beginning of Line +----------+----------+----------+----------+
2591 G-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 +----------+----------+----------+----------+
2595 G-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 | !
2600 C-t: Display the Time | (0) | (.) | SUBS |
2601 C-u: Delete to Begin of Line | Open Line | RESET | |
2602 C-v: Redraw Display +---------------------+----------+----------+
2603 C-w: Set Screen Width 132
2604 C-z: Suspend Emacs +----------+----------+----------+
2605 G-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 +----------+----------+----------+
2615 G-k: Toggle Capitalization Word
2616 G-l: Downcase Region
2617 G-m: Save Some Buffers
2619 G-o: Switch to Next Window
2624 G-v: Find File Other Window
2626 G-y: EDT Emulation OFF
2627 G-z: Switch to User EDT Key Bindings
2628 G-1: Delete Other Windows
2630 G-%: Go to Percentage
2631 G- : Undo (GOLD Spacebar)
2637 (describe-function 'edt-keypad-help))
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))
2649 (message "%s..." (capitalize (symbol-name fun)))
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))
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)
2665 (set-buffer-modified-p m))))))
2666 (with-electric-help 'delete-other-windows name t))))
2668 (defun edt-electric-keypad-help ()
2669 "Display default EDT bindings."
2671 (edt-electric-helpify 'edt-keypad-help))
2673 (defun edt-electric-user-keypad-help ()
2674 "Display user custom EDT bindings."
2676 (edt-electric-helpify 'edt-user-keypad-help))
2679 ;;; EDT emulation screen width commands.
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.
2686 (defun edt-set-screen-width-80 ()
2687 "Set screen width to 80 columns."
2689 (if (fboundp 'edt-set-term-width-80)
2690 (edt-set-term-width-80))
2691 (set-frame-width nil 80)
2692 (message "Terminal width 80"))
2694 (defun edt-set-screen-width-132 ()
2695 "Set screen width to 132 columns."
2697 (if (fboundp 'edt-set-term-width-132)
2698 (edt-set-term-width-132))
2699 (set-frame-width nil 132)
2700 (message "Terminal width 132"))
2704 ;;; arch-tag: 18d1c54f-6900-4078-8bbc-7c2292f48941
2705 ;;; edt.el ends here