Initial Commit
[packages] / xemacs-packages / edt / edt.el
1 ;;; edt.el --- Enhanced EDT Keypad Mode Emulation for GNU Emacs 19
2
3 ;; Copyright (C) 1986, 1992, 1993, 1994, 1995, 2000 Free Software
4 ;; Foundation, Inc.
5
6 ;; Author: Kevin Gallagher <kevingal@onramp.net>
7 ;; Maintainer: Kevin Gallagher <kevingal@onramp.net>
8 ;; Keywords: emulations
9
10 ;; This file is part of GNU Emacs.
11
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.
16
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.
21
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.
26
27
28 \f
29 ;;; Commentary:
30 ;; 
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
44 ;; To start the EDT Emulation, first start Emacs and then enter 
45 ;;
46 ;;    M-x edt-emulation-on
47 ;;    
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:
62 ;; 
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 
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%")
84 ;;      
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:
94 ;;      
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.
100 ;;      
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:
152 ;; 
153 ;;  Version 4.0    2000    Added New Features and Fixed a Few Bugs
154 ;;  
155
156 \f
157 ;;; Code:
158
159 ;;;  Electric Help functions are used for keypad help displays.  A few
160 ;;;  picture functions are used in rectangular cut and paste commands.
161
162 (require 'ehelp)
163 (require 'picture)
164
165 ;;;;
166 ;;;; VARIABLES and CONSTANTS
167 ;;;;
168
169 ;;;
170 ;;;  Version Information
171 ;;;
172 (defconst edt-version "4.0" "EDT Emulation version number.")
173
174 ;;;
175 ;;;  User Configurable Variables
176 ;;;
177
178 ;; For backward compatibility to Emacs 19.
179 (eval-and-compile
180   (unless (and (fboundp 'defgroup)
181                (fboundp 'defcustom))
182     (defmacro defgroup (&rest forms) 
183       nil)
184     (defmacro defcustom (symbol value doc &rest args)
185       (list 'defvar symbol value doc))))
186
187 (defgroup edt nil
188   "Emacs emulating EDT."
189   :prefix "edt-"
190   :group 'emulations)
191
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."
199   :type 'boolean
200   :group 'edt)
201       
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."
208   :type 'boolean
209   :group 'edt)
210
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:
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
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)
234   :group 'edt)
235
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."
240   :type 'integer
241   :group 'edt)
242
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."
247   :type 'integer
248   :group 'edt)
249
250 ;;;
251 ;;; Internal Variables
252 ;;;
253
254 (defvar edt-last-deleted-lines ""
255   "Last text deleted by the EDT emulation DEL L command.")
256
257 (defvar edt-last-deleted-words ""
258   "Last text deleted by the EDT emulation DEL W command.")
259
260 (defvar edt-last-deleted-chars ""
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.")
265
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.")
274
275 (defvar edt-direction-string ""
276   "String indicating current direction of movement.")
277
278 (defvar edt-select-mode nil
279   "Non-nil means select mode is active.")
280
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.")
284
285 (defconst edt-select-mode-string " Select"
286   "Used in mode line to indicate select mode is active.")
287
288 (defconst edt-forward-string " ADVANCE"
289   "Direction string in mode line to indicate forward movement.")
290
291 (defconst edt-backward-string "  BACKUP"
292   "Direction string in mode line to indicate backward movement.")
293
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.")
297
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'.")
301
302 (defvar edt-term nil
303   "Specifies the terminal type, if applicable.")
304
305 ;;;
306 ;;;  Emacs version identifiers - currently referenced by
307 ;;;
308 ;;;     o edt-emulation-on      o edt-load-keys
309 ;;;
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.")
312
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.")
316
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.")
319
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.")
335 \f
336 ;;;;
337 ;;;; EDT Emulation Commands
338 ;;;;
339
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.
343 ;;;
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.
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.
368 Argument NUM is the number of page delimiters to move."
369   (interactive "p")
370   (edt-check-prefix num)
371   (if (eobp)
372       (error "End of buffer")
373         (progn
374           (forward-page num)
375           (if (eobp)
376                   (edt-line-to-bottom-of-window)
377                 (edt-line-to-top-of-window)))))
378
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."
382   (interactive "p")
383   (edt-check-prefix num)
384   (if (bobp)
385       (error "Beginning of buffer")
386         (progn
387           (backward-page num)
388       (edt-line-to-top-of-window)
389           (if edt-x-emacs19-p (setq zmacs-region-stays t)))))
390
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."
394   (interactive "p")
395   (if (equal edt-direction-string edt-forward-string)
396       (edt-page-forward num)
397     (edt-page-backward num)))
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
404 ;;; EDT SECT commands moves the cursor, not the window.
405 ;;; 
406 ;;; This emulation of EDT's SECT moves the cursor approximately
407 ;;; two-thirds of the current window at a time.
408
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."
412   (interactive "p")
413   (edt-check-prefix num)
414   (edt-line-forward (* (* (/ (- (window-height) 1) 3) 2) num)))
415
416
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."
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.
426 Argument NUM is the number of sections to move."
427   (interactive "p")
428   (if (equal edt-direction-string edt-forward-string)
429       (edt-sect-forward num)
430     (edt-sect-backward num)))
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.
440 Argument NUM is the number of BOL marks to move."
441   (interactive "p")
442   (edt-check-prefix num)
443   (let ((beg (edt-current-line)))
444     (if (bolp)
445         (forward-line (* -1 num))
446       (progn
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
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.
459 Argument NUM is the number of EOL marks to move."
460   (interactive "p")
461   (edt-check-prefix num)
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
468
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."
472   (interactive "p")
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)))
478
479
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."
483   (interactive "p")
484   (if (equal edt-direction-string edt-forward-string)
485       (edt-end-of-line-forward num)
486     (edt-end-of-line-backward num)))
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
493 ;;; of line, etc.) it takes a bit of special handling.
494 ;;; 
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.
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)
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)))
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)
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)))
547
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."
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.
559 Argument NUM is the number of words to move."
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.
568 Argument NUM is the number of words to move."
569   (interactive "p")
570   (if (equal edt-direction-string edt-forward-string)
571       (edt-word-forward num)
572     (edt-word-backward num)))
573
574 ;;;
575 ;;; CHAR
576 ;;;
577
578 (defun edt-character (num)
579   "Move in current direction to next character.
580 Argument NUM is the number of characters to move."
581   (interactive "p")
582   (edt-check-prefix num)
583   (if (equal edt-direction-string edt-forward-string)
584       (forward-char num)
585     (backward-char num))
586   (if edt-x-emacs19-p (setq zmacs-region-stays t)))
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.
597 Argument NUM is the number of BOL marks to move."
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.
603 Argument NUM is the number of BOL marks to move."
604   (interactive "p")
605   (edt-check-prefix num)
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)))
610
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."
614   (interactive "p")
615   (if (equal edt-direction-string edt-forward-string)
616       (edt-line-forward num)
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.
625 Argument 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.
635 Argument 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
643
644 ;;;
645 ;;; TOP
646 ;;;
647
648 (defun edt-top ()
649   "Move cursor to the beginning of buffer."
650   (interactive)
651   (goto-char (point-min))
652   (if edt-x-emacs19-p (setq zmacs-region-stays t)))
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)
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'."
671   (interactive)
672   (if (not find)
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)))
699
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'."
703   (interactive)
704   (if (not find)
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)))
724
725 (defun edt-find ()
726   "Find first occurrence of string in current direction and save it."
727   (interactive)
728   (set 'edt-find-last-text (read-string "Search: "))
729   (if (equal edt-direction-string edt-forward-string)
730       (edt-find-forward t)
731       (edt-find-backward t)))
732   
733
734 ;;;
735 ;;; FNDNXT
736 ;;;
737
738 (defun edt-find-next-forward ()
739   "Find next occurrence of a string in forward direction."
740   (interactive)
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)))))
766       (progn
767         (backward-char 1)
768         (error "Search failed: \"%s\"" edt-find-last-text))))
769   (if edt-x-emacs19-p (setq zmacs-region-stays t)))
770
771 (defun edt-find-next-backward ()
772   "Find next occurrence of a string in backward direction."
773   (interactive)
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)
790       (progn
791         (edt-set-match)
792         (and (< (point) top) (recenter (min beg top-margin))))))
793   (if edt-x-emacs19-p (setq zmacs-region-stays t)))
794
795 (defun edt-find-next ()
796   "Find next occurrence of a string in current direction."
797   (interactive)
798   (if (equal edt-direction-string edt-forward-string)
799       (edt-find-next-forward)
800     (edt-find-next-backward)))
801   
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.
820 Argument NUM is the number of lines to delete."
821   (interactive "*p")
822   (edt-check-prefix num)
823   (let ((beg (point)))
824     (forward-line num)
825     (if (not (eq (preceding-char) ?\n))
826         (insert "\n"))
827     (setq edt-last-deleted-lines
828           (buffer-substring beg (point)))
829     (delete-region beg (point))))
830
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.
837 Argument NUM is the number of lines to delete."
838   (interactive "*p")
839   (edt-check-prefix num)
840   (let ((beg (point)))
841     (forward-char 1)
842     (end-of-line num)
843     (setq edt-last-deleted-lines
844           (buffer-substring beg (point)))
845     (delete-region beg (point))))
846
847 ;;;
848 ;;; SELECT
849 ;;;
850
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."
854   (if arg
855       (progn
856         (make-local-variable 'edt-select-mode)
857         (setq edt-select-mode 'edt-select-mode-current)
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."
865   (interactive)
866   (set-mark-command nil))
867
868 (defun edt-reset ()
869   "Cancel text selection."
870   (interactive)
871   (if edt-gnu-emacs19-p
872       (deactivate-mark)
873     (zmacs-deactivate-region)))
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)
891   "Delete from cursor to beginning of line.
892 Argument NUM is the number of lines to delete."
893   (interactive "*p")
894   (edt-check-prefix num)
895   (let ((beg (point)))
896     (edt-beginning-of-line num)
897     (setq edt-last-deleted-lines
898           (buffer-substring (point) beg))
899     (delete-region beg (point))))
900
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.
907 Argument NUM is the number of words to delete."
908   (interactive "*p")
909   (edt-check-prefix num)
910   (let ((beg (point)))
911     (edt-word-forward num)
912     (setq edt-last-deleted-words (buffer-substring beg (point)))
913     (delete-region beg (point))))
914
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.
921 Argument NUM is the number of words to delete."
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.
935 Argument NUM is the number of characters to delete."
936   (interactive "*p")
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))))
941
942 ;;;
943 ;;; DELETE CHAR
944 ;;;
945
946 (defun edt-delete-previous-character (num)
947   "Delete character in front of cursor.
948 Argument NUM is the number of characters to delete."
949   (interactive "*p")
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)))
954
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 ()
971   "Undelete previous deleted word(s)."
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 ()
982   "Undelete previous deleted character(s)."
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 "*")
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.
1010 Repeat the most recent FIND command.  (The Emacs kill ring is used as
1011 the CUT buffer.)  
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 occurances
1014 of 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.
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.
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
1074
1075 ;;;
1076 ;;; ADVANCE
1077 ;;;
1078
1079 (defun edt-advance ()
1080   "Set movement direction forward.
1081 Also, execute command specified if in Minibuffer."
1082   (interactive)
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)))
1087       (exit-minibuffer))
1088   (if edt-x-emacs19-p (setq zmacs-region-stays t)))
1089
1090   
1091 ;;;
1092 ;;; BACKUP
1093 ;;;
1094
1095 (defun edt-backup ()
1096   "Set movement direction backward.
1097 Also, execute command specified if in Minibuffer."
1098   (interactive)
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)))
1103       (exit-minibuffer))
1104   (if edt-x-emacs19-p (setq zmacs-region-stays t)))
1105
1106
1107 ;;;
1108 ;;; CHNGCASE
1109 ;;;
1110 ;; This function is based upon Jeff Kowalski's case-flip function in his
1111 ;; tpu.el.
1112
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."
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))
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))))))
1144
1145 ;;;
1146 ;;; DEFINE KEY
1147 ;;;
1148
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."
1153   (interactive)
1154   (if edt-x-emacs19-p (setq zmacs-region-stays t))
1155   (let (edt-function
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)))))))
1172
1173 ;;;
1174 ;;; FORM FEED INSERT
1175 ;;;
1176
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."
1180   (interactive "*p")
1181   (edt-check-prefix num)
1182   (while (> num 0)
1183     (insert ?\f)
1184     (setq num (1- num))))
1185
1186 ;;;
1187 ;;; TAB INSERT
1188 ;;;
1189
1190 (defun edt-tab-insert (num)
1191   "Insert tab character at cursor position.
1192 Argument NUM is the the number of tabs to insert."
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)
1204   "Indicate error if prefix is not positive.
1205 Argument NUM is the prefix value tested."
1206   (if (<= num 0)
1207       (error "Prefix must be positive")))
1208       
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")))
1217
1218 ;;;
1219 ;;; Scroll Margins
1220 ;;;
1221
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)))))
1229
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))))))
1242
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))
1247
1248 ;;;###autoload
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."
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
1275 \f
1276 ;;;;
1277 ;;;; ENHANCEMENTS AND ADDITIONS FOR EDT KEYPAD MODE
1278 ;;;;
1279
1280 ;;; 
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
1285 ;;;
1286 ;;; CHANGE DIRECTION
1287 ;;;
1288
1289 (defun edt-change-direction ()
1290   "Toggle movement direction."
1291   (interactive)
1292   (if (equal edt-direction-string edt-forward-string)
1293       (edt-backup)
1294     (edt-advance)))
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.
1313 Argument NUM is the positive number of sentences to move."
1314   (interactive "p")
1315   (edt-check-prefix num)
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"))
1333       (progn
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)))
1344
1345 (defun edt-sentence-backward (num)
1346   "Move backward to next sentence beginning.
1347 Argument NUM is the positive number of sentences to move."
1348   (interactive "p")
1349   (edt-check-prefix num)
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)))
1370
1371 (defun edt-sentence (num)
1372   "Move in current direction to next sentence.
1373 Argument NUM is the positive number of sentences to move."
1374   (interactive "p")
1375   (if (equal edt-direction-string edt-forward-string)
1376       (edt-sentence-forward num)
1377     (edt-sentence-backward num)))
1378
1379 ;;;
1380 ;;; PARAGRAPH
1381 ;;;
1382
1383 (defun edt-paragraph-forward (num)
1384   "Move forward to beginning of paragraph.
1385 Argument NUM is the positive number of paragraphs to move."
1386   (interactive "p")
1387   (edt-check-prefix num)
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)))
1415
1416 (defun edt-paragraph-backward (num)
1417   "Move backward to beginning of paragraph.
1418 Argument NUM is the positive number of paragraphs to move."
1419   (interactive "p")
1420   (edt-check-prefix num)
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)))
1440
1441 (defun edt-paragraph (num)
1442   "Move in current direction to next paragraph.
1443 Argument NUM is the positive number of paragraphs to move."
1444   (interactive "p")
1445   (if (equal edt-direction-string edt-forward-string)
1446       (edt-paragraph-forward num)
1447     (edt-paragraph-backward num)))
1448
1449 ;;;
1450 ;;; RESTORE KEY
1451 ;;;
1452
1453 (defun edt-restore-key ()
1454   "Restore last replaced key definition.
1455 Definition is stored in `edt-last-replaced-key-definition'."
1456   (interactive)
1457   (if edt-x-emacs19-p (setq zmacs-region-stays t))
1458   (if edt-last-replaced-key-definition
1459       (progn
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")
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!")))
1476
1477 ;;;
1478 ;;; WINDOW TOP
1479 ;;;
1480
1481 (defun edt-window-top ()
1482   "Move the cursor to the top of the window."
1483   (interactive)
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)))
1488
1489 ;;;
1490 ;;; WINDOW BOTTOM
1491 ;;;
1492
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))
1498     (move-to-column start-column))
1499   (if edt-x-emacs19-p (setq zmacs-region-stays t)))
1500
1501 ;;;
1502 ;;; SCROLL WINDOW LINE
1503 ;;;
1504
1505 (defun edt-scroll-window-forward-line ()
1506   "Move window forward one line leaving cursor at position in window."
1507   (interactive)
1508   (scroll-up 1)
1509   (if edt-x-emacs19-p (setq zmacs-region-stays t)))
1510
1511 (defun edt-scroll-window-backward-line ()
1512   "Move window backward one line leaving cursor at position in window."
1513   (interactive)
1514   (scroll-down 1)
1515   (if edt-x-emacs19-p (setq zmacs-region-stays t)))
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)
1522     (edt-scroll-window-backward-line)))
1523
1524 ;;;
1525 ;;; SCROLL WINDOW
1526 ;;;
1527 ;;; Scroll a window (less one line) at a time.  Leave cursor in center of
1528 ;;; window.
1529
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."
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.
1540 Argument NUM is the positive number of windows to move."
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.
1548 Argument NUM is the positive number of windows to move."
1549   (interactive "p")
1550   (if (equal edt-direction-string edt-forward-string)
1551       (edt-scroll-window-forward num)
1552     (edt-scroll-window-backward num)))
1553
1554 ;;;
1555 ;;; LINE TO BOTTOM OF WINDOW
1556 ;;;
1557
1558 (defun edt-line-to-bottom-of-window ()
1559   "Move the current line to the bottom of the window."
1560   (interactive)
1561   (recenter -1)
1562   (if edt-x-emacs19-p (setq zmacs-region-stays t)))
1563
1564 ;;;
1565 ;;; LINE TO TOP OF WINDOW
1566 ;;;
1567
1568 (defun edt-line-to-top-of-window ()
1569   "Move the current line to the top of the window."
1570   (interactive)
1571   (recenter 0)
1572   (if edt-x-emacs19-p (setq zmacs-region-stays t)))
1573
1574 ;;;
1575 ;;; LINE TO MIDDLE OF WINDOW
1576 ;;;
1577
1578 (defun edt-line-to-middle-of-window ()
1579   "Move window so line with cursor is in the middle of the window."
1580   (interactive)
1581   (recenter '(4))
1582   (if edt-x-emacs19-p (setq zmacs-region-stays t)))
1583
1584 ;;;
1585 ;;; GOTO PERCENTAGE
1586 ;;;
1587
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)))
1596
1597 ;;;
1598 ;;; FILL REGION
1599 ;;;
1600
1601 (defun edt-fill-region ()
1602   "Fill selected text."
1603   (interactive "*")
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."
1613   (interactive "*")
1614   (if (string= paragraph-start "$\\|\f")
1615       (indent-region (point) (mark) nil)
1616     (fill-region (point) (mark))))
1617
1618 ;;;
1619 ;;; MARK SECTION WISELY
1620 ;;;
1621
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."
1628   (interactive)
1629   (if edt-select-mode
1630       (progn
1631         (edt-reset))
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"))))))
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.
1664 Cuts selected text if `buffer-read-only' is nil.
1665 Copies selected text if `buffer-read-only' is t."
1666   (interactive)
1667   (if buffer-read-only
1668       (edt-copy)
1669     (edt-cut)))
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)
1686   "Duplicate the line of text containing the cursor.
1687 Argument NUM is the number of times to duplicate the line."
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))
1723       (progn
1724         (if (not (equal start (point)))
1725             (forward-line))
1726         (move-to-column start-column)
1727         (error "Nothing to duplicate!")))))
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)
1768   (if edt-x-emacs19-p (setq zmacs-region-stays t))
1769   (set 'time-string (current-time-string))
1770   (message "%s" time-string))
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)
1781     (start-kbd-macro nil)))
1782
1783 ;;;
1784 ;;; REMEMBER
1785 ;;;
1786
1787 (defun edt-remember ()
1788   "Store the sequence of key strokes started by `edt-learn' to a key."
1789   (interactive)
1790   (if (eq defining-kbd-macro nil)
1791       (error "Nothing to remember!")
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)))))))))))
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
1821 ;;; 
1822 ;;; QUIT
1823 ;;;
1824
1825 (defun edt-quit ()
1826   "Quit Emacs without saving buffer modifications.
1827 Warn user that modifications will be lost."
1828   (interactive)
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))))
1839     (if working (kill-emacs)))) 
1840
1841 ;;; 
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)
1849   (other-window 1)
1850   (if edt-x-emacs19-p (setq zmacs-region-stays t)))
1851
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 ()
1869   "Cut a rectangle of text between mark and cursor to register.
1870 Replace cut characters with spaces and moving cursor back to
1871 upper left corner."
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 ()
1880   "Cut a rectangle of text between mark and cursor to register.
1881 Move cursor back to upper left corner."
1882   (interactive "*")
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.
1892 If overwrite mode is active, cut text is replaced with whitespace."
1893   (interactive "*")
1894   (if overwrite-mode
1895       (edt-cut-rectangle-overstrike-mode)
1896     (edt-cut-rectangle-insert-mode)))
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."
1904   (interactive "*")
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.
1914 If overwrite mode is active, existing text is replace with text from register."
1915   (interactive)
1916   (if overwrite-mode
1917       (edt-paste-rectangle-overstrike-mode)
1918     (edt-paste-rectangle-insert-mode)))
1919
1920 ;;;
1921 ;;; DOWNCASE REGION
1922 ;;;
1923
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."
1933   (interactive "*")
1934   (if edt-select-mode
1935       (progn
1936         (downcase-region (mark) (point)))
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)))))
1955
1956 ;;;
1957 ;;; UPCASE REGION
1958 ;;;
1959
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."
1969   (interactive "*")
1970   (if edt-select-mode
1971       (progn
1972         (upcase-region (mark) (point)))
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'.")
1997
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"))
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)
2015                (message "Please answer y or n.  %s[%s]"
2016                         prompt (if not-yes "n" "y")))))))
2017   edt-last-answer)
2018 \f
2019 ;;;
2020 ;;; INITIALIZATION COMMANDS.
2021 ;;;
2022
2023 ;;;
2024 ;;;  Function used to load LK-201 key mapping file generated by edt-mapper.el.
2025 ;;;
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
2032 created."
2033   (interactive "fKey definition file: ")
2034   (cond (file
2035          (setq file (expand-file-name file)))
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))
2045                  (if edt-window-system 
2046                      (concat "-" (upcase (symbol-name edt-window-system))))
2047                  "-keys")))))
2048   (cond ((file-readable-p file)
2049          (load-file file))
2050         (t
2051          (switch-to-buffer "*scratch*")
2052          (erase-buffer)
2053          (insert "
2054
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
2061      follows:
2062
2063           emacs -q -l edt-mapper.el
2064      
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
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")
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 
2077                                      (string directory-sep-char ?$)
2078                                      (car search-list)) "" 
2079                                   (string directory-sep-char))
2080                                 file))
2081              (if (and (file-exists-p path) (not (file-directory-p path)))
2082                  (setq found t))
2083              (setq search-list (cdr search-list)))
2084            (cond (found
2085                   (insert (format
2086                            "Ah yes, there it is, in \n\n       %s \n\n" path))
2087                   (if (edt-y-or-n-p "Do you want to run it now? ")
2088                       (load-file path)
2089                     (error "EDT Emulation not configured")))
2090                  (t
2091                   (insert "Nope, I can't seem to find it.  :-(\n\n")
2092                   (sit-for 20)
2093                   (error "EDT Emulation not configured")))))))
2094
2095 ;;;
2096 ;;;  Turning the EDT Emulation on and off.
2097 ;;;
2098
2099 ;;;###autoload
2100 (defun edt-emulation-on ()
2101   "Turn on EDT Emulation."
2102   (interactive)
2103   ;; If using pc window system (MS-DOS), set terminal type to pc.
2104   ;; If not a window system (GNU) or a tty window system (XEmacs),
2105   ;; get terminal type.
2106   (if (eq edt-window-system 'pc)
2107       (setq edt-term "pc")
2108     (if (or (not edt-window-system) (eq edt-window-system 'tty))
2109         (setq edt-term (getenv "TERM"))))
2110   ;; Look for for terminal configuration file for this terminal type.
2111   ;; Otherwise, load the user's custom configuration file.
2112   (if (or (not edt-window-system) (memq edt-window-system '(pc tty)))
2113       (progn
2114         ;; Load terminal-specific configuration file, if it exists for this
2115         ;; terminal type.  Note: All DEC VT series terminals are supported
2116         ;; by the same terminal configuration file: edt-vt100.el.
2117         (if (string-equal "vt" (substring edt-term 0 (min (length edt-term) 2)))
2118             (setq edt-term "vt100"))
2119         (let ((term edt-term)
2120               hyphend)
2121           (while (and term
2122                       (not (load (concat "edt-" term) t t)))
2123             ;; Strip off last hyphen and what follows, then try again
2124             (if (setq hyphend (string-match "[-_][^-_]+$" term))
2125                 (setq term (substring term 0 hyphend))
2126               (setq term nil)))
2127           ;; If no terminal-specific configuration file exists, load user's
2128           ;; custom EDT terminal configuration file.
2129           ;; If this is a pc running MS-DOS, then custom configuration files
2130           ;; are not supported.  So, if the file is missing, issue an error
2131           ;; message.
2132           (if (null term)
2133               (if (equal edt-term "pc")
2134                   (error "Unable to find EDT terminal specific file edt-pc.el")
2135                 (edt-load-keys nil))
2136             (setq edt-term term))))
2137     (edt-load-keys nil))
2138   ;; Make highlighting of selected text work properly for EDT commands.
2139   (if edt-gnu-emacs19-p
2140       (progn
2141         (setq edt-orig-transient-mark-mode transient-mark-mode)
2142         (add-hook 'activate-mark-hook
2143                   (function
2144                    (lambda ()
2145                      (edt-select-mode t))))
2146         (add-hook 'deactivate-mark-hook
2147                   (function
2148                    (lambda ()
2149                      (edt-select-mode nil)))))
2150     (progn
2151       (add-hook 'zmacs-activate-region-hook
2152                 (function
2153                  (lambda ()
2154                    (edt-select-mode t))))
2155       (add-hook 'zmacs-deactivate-region-hook
2156                 (function
2157                  (lambda ()
2158                    (edt-select-mode nil))))))
2159   ;;  Load user's EDT custom key bindings file, if it exists.
2160   ;;  Otherwise, use the default bindings.
2161   (if (load "edt-user" t t)
2162       (edt-user-emulation-setup)
2163       (edt-default-emulation-setup)))
2164
2165 (defun edt-emulation-off()
2166   "Select original global key bindings, disabling EDT Emulation."
2167   (interactive)
2168   (use-global-map global-map)
2169   (if (not edt-keep-current-page-delimiter)
2170       (setq page-delimiter edt-orig-page-delimiter))
2171   (setq edt-direction-string "")
2172   (setq edt-select-mode-current nil)
2173   (edt-reset)
2174   (force-mode-line-update t)
2175   (if edt-gnu-emacs19-p
2176     (setq transient-mark-mode edt-orig-transient-mark-mode))
2177   (message "Original key bindings restored; EDT Emulation disabled"))
2178
2179 (defun edt-default-emulation-setup (&optional user-setup)
2180   "Setup emulation of DEC's EDT editor.
2181 Optional argument USER-SETUP non-nil means  called from function
2182 `edt-user-emulation-setup'."
2183   ;; Setup default EDT global map by copying global map bindings.
2184   ;; This preserves ESC and C-x prefix bindings and other bindings we
2185   ;; wish to retain in EDT emulation mode keymaps.  It also permits
2186   ;; customization of these bindings in the EDT global maps without
2187   ;; disturbing the original bindings in global-map.
2188   (fset 'edt-default-ESC-prefix (copy-keymap 'ESC-prefix))
2189   (setq edt-default-global-map (copy-keymap (current-global-map)))
2190   (if edt-gnu-emacs19-p
2191       (define-key edt-default-global-map "\e" 'edt-default-ESC-prefix)
2192     (define-key edt-default-global-map [escape] 'edt-default-ESC-prefix))
2193   (define-prefix-command 'edt-default-gold-map)
2194   (edt-setup-default-bindings)
2195   ;; If terminal has additional function keys, the terminal-specific
2196   ;; initialization file can assign bindings to them via the optional
2197   ;; function edt-setup-extra-default-bindings.
2198   (if (fboundp 'edt-setup-extra-default-bindings)
2199       (edt-setup-extra-default-bindings))
2200   ;; Variable needed by edt-learn.
2201   (setq edt-learn-macro-count 0)
2202   ;; Display EDT text selection active within the mode line
2203   (or (assq 'edt-select-mode minor-mode-alist)
2204       (setq minor-mode-alist
2205             (cons '(edt-select-mode edt-select-mode) minor-mode-alist)))
2206   ;; Display EDT direction of motion within the mode line
2207   (or (assq 'edt-direction-string minor-mode-alist)
2208       (setq minor-mode-alist
2209             (cons
2210              '(edt-direction-string edt-direction-string) minor-mode-alist)))
2211   (if user-setup
2212       (progn
2213         (setq edt-user-map-configured t)
2214         (fset 'edt-emulation-on (symbol-function 'edt-select-user-global-map)))
2215     (progn
2216       (fset 'edt-emulation-on (symbol-function 'edt-select-default-global-map))
2217       (edt-select-default-global-map))))
2218
2219 (defun edt-user-emulation-setup ()
2220   "Setup user custom emulation of DEC's EDT editor."
2221   ;; Initialize EDT default bindings.
2222   (edt-default-emulation-setup t)
2223   ;; Setup user EDT global map by copying default EDT global map bindings.
2224   (fset 'edt-user-ESC-prefix (copy-keymap 'edt-default-ESC-prefix))
2225   (setq edt-user-global-map (copy-keymap edt-default-global-map))
2226   (if edt-gnu-emacs19-p
2227       (define-key edt-user-global-map "\e" 'edt-user-ESC-prefix)
2228     (define-key edt-user-global-map [escape] 'edt-user-ESC-prefix))
2229   ;; If terminal has additional function keys, the user's initialization
2230   ;; file can assign bindings to them via the optional
2231   ;; function edt-setup-extra-default-bindings.
2232   (define-prefix-command 'edt-user-gold-map)
2233   (fset 'edt-user-gold-map (copy-keymap 'edt-default-gold-map))
2234   (edt-setup-user-bindings)
2235   (edt-select-user-global-map))
2236
2237 (defun edt-select-default-global-map()
2238   "Select default EDT emulation key bindings."
2239   (interactive)
2240   (if edt-gnu-emacs19-p
2241     (transient-mark-mode 1))
2242   (use-global-map edt-default-global-map)
2243   (if (not edt-keep-current-page-delimiter)
2244       (progn
2245         (setq edt-orig-page-delimiter page-delimiter)
2246         (setq page-delimiter "\f")))
2247   (setq edt-default-map-active t)
2248   (edt-advance)
2249   (setq edt-select-mode-current 'edt-select-mode-string)
2250   (edt-reset)
2251   (message "Default EDT keymap active"))
2252
2253 (defun edt-select-user-global-map()
2254   "Select user EDT emulation custom key bindings."
2255   (interactive)
2256   (if edt-user-map-configured
2257       (progn
2258         (if edt-gnu-emacs19-p
2259             (transient-mark-mode 1))
2260         (use-global-map edt-user-global-map)
2261         (if (not edt-keep-current-page-delimiter)
2262             (progn
2263               (setq edt-orig-page-delimiter page-delimiter)
2264               (setq page-delimiter "\f")))
2265         (setq edt-default-map-active nil)
2266         (edt-advance)
2267         (setq edt-select-mode-current 'edt-select-mode-string)
2268         (edt-reset)
2269         (message "User EDT custom keymap active"))
2270     (error "User EDT custom keymap NOT configured!")))
2271
2272 (defun edt-switch-global-maps ()
2273   "Toggle between default EDT keymap and user EDT keymap."
2274   (interactive)
2275   (if edt-default-map-active
2276       (edt-select-user-global-map)
2277     (edt-select-default-global-map)))
2278
2279 ;;
2280 ;;  Functions used to set up DEFAULT bindings to EDT emulation functions.
2281 ;;
2282
2283 (defun edt-bind-function-key-default (function-key binding gold-binding)
2284   "Binds LK-201 function keys to default bindings in the EDT Emulator.
2285 Argument FUNCTION-KEY is the name of the function key or keypad function key.
2286 Argument BINDING is the Emacs function to be bound to <KEY>.
2287 Argument GOLD-BINDING is the Emacs function to be bound to GOLD <KEY>."
2288   (let ((key (cdr (assoc function-key *EDT-keys*))))
2289     (if (and key (not (equal key "")))
2290         (progn
2291           (define-key edt-default-global-map key binding)
2292           (define-key 'edt-default-gold-map key gold-binding)))))
2293
2294 (defun edt-bind-key-default (key binding)
2295   "Bind key sequences to default bindings in the EDT Emulator.
2296 Argument KEY is the name of a standard key or a function key.
2297 Argument BINDING is the Emacs function to be bound to <KEY>."
2298   (define-key edt-default-global-map key binding))
2299
2300 (defun edt-bind-gold-key-default (key gold-binding)
2301   "Binds <GOLD> key sequences to default bindings in the EDT Emulator.
2302 Argument KEY is the name of a standard key or a function key.
2303 Argument GOLD-BINDING is the Emacs function to be bound to GOLD <KEY>."
2304   (define-key 'edt-default-gold-map key gold-binding))
2305
2306 ;;
2307 ;;  Functions used to set up USER CUSTOM bindings to EDT emulation functions.
2308 ;;
2309 (defun edt-bind-function-key (function-key binding gold-binding)
2310   "Binds LK-201 function keys to custom bindings in the EDT Emulator.
2311 Argument FUNCTION-KEY is the name of the function key or keypad function key.
2312 Argument BINDING is the Emacs function to be bound to <KEY>.
2313 Argument GOLD-BINDING is the Emacs function to be bound to GOLD <KEY>."
2314   (let ((key (cdr (assoc function-key *EDT-keys*))))
2315     (if (and key (not (equal key "")))
2316         (progn
2317           (define-key edt-user-global-map key binding)
2318           (define-key 'edt-user-gold-map key gold-binding)))))
2319
2320 (defun edt-bind-key (key binding)
2321   "Bind standard key sequences to custom bindings in the EDT Emulator.
2322 Argument KEY is the name of a key.  It can be a standard key or a function key.
2323 Argument BINDING is the Emacs function to be bound to <KEY>."
2324   (define-key edt-user-global-map key binding))
2325
2326 ;;  For backward compatibility to existing edt-user.el files.
2327 (fset 'edt-bind-standard-key (symbol-function 'edt-bind-key))
2328
2329 (defun edt-bind-gold-key (key gold-binding)
2330   "Binds <GOLD> standard key sequences to custom bindings in the EDT Emulator.
2331 Argument KEY is the name of a standard key or a function key.
2332 Argument GOLD-BINDING is the Emacs function to be bound to GOLD <KEY>."
2333   (define-key 'edt-user-gold-map key gold-binding))
2334
2335 (defun edt-setup-default-bindings ()
2336   "Assigns default EDT Emulation keyboard bindings."
2337
2338   ;; Function Key Bindings:  Regular and GOLD.
2339
2340   ;; VT100/VT200/VT300 PF1 (GOLD), PF2, PF3, PF4 Keys
2341   (edt-bind-function-key-default "PF1"
2342        'edt-default-gold-map 'edt-mark-section-wisely)
2343   (edt-bind-function-key-default "PF2"
2344        'edt-electric-keypad-help 'describe-function)
2345   (edt-bind-function-key-default "PF3" 'edt-find-next 'edt-find)
2346   (edt-bind-function-key-default "PF4" 'edt-delete-line 'edt-undelete-line)
2347
2348   ;; VT100/VT200/VT300 Arrow Keys
2349   (edt-bind-function-key-default "UP" 'edt-previous-line 'edt-window-top)
2350   (edt-bind-function-key-default "DOWN" 'edt-next-line 'edt-window-bottom)
2351   (edt-bind-function-key-default "LEFT" 'backward-char 'edt-sentence-backward)
2352   (edt-bind-function-key-default "RIGHT" 'forward-char 'edt-sentence-forward)
2353
2354   ;; VT100/VT200/VT300 Keypad Keys
2355   (edt-bind-function-key-default "KP0" 'edt-line 'open-line)
2356   (edt-bind-function-key-default "KP1" 'edt-word 'edt-change-case)
2357   (edt-bind-function-key-default "KP2"
2358        'edt-end-of-line 'edt-delete-to-end-of-line)
2359   (edt-bind-function-key-default "KP3" 'edt-character 'quoted-insert)
2360   (edt-bind-function-key-default "KP4" 'edt-advance 'edt-bottom)
2361   (edt-bind-function-key-default "KP5" 'edt-backup 'edt-top)
2362   (edt-bind-function-key-default "KP6" 'edt-cut 'yank)
2363   (edt-bind-function-key-default "KP7" 'edt-page 'execute-extended-command)
2364   (edt-bind-function-key-default "KP8" 'edt-sect 'edt-fill-region)
2365   (edt-bind-function-key-default "KP9" 'edt-append 'edt-replace)
2366   (edt-bind-function-key-default "KP-" 'edt-delete-word 'edt-undelete-word)
2367   (edt-bind-function-key-default "KP,"
2368        'edt-delete-character 'edt-undelete-character)
2369   (edt-bind-function-key-default "KPP" 'edt-select 'edt-reset)
2370   (edt-bind-function-key-default "KPE" 'other-window 'edt-substitute)
2371
2372   ;; VT200/VT300 Function Keys
2373   ;; (F1 through F5, on the VT220, are not programmable, so we skip
2374   ;; making default bindings to those keys.
2375   (edt-bind-function-key-default "FIND" 'edt-find-next 'edt-find)
2376   (edt-bind-function-key-default "INSERT" 'yank 'edt-key-not-assigned)
2377   (edt-bind-function-key-default "REMOVE" 'edt-cut 'edt-copy)
2378   (edt-bind-function-key-default "SELECT"
2379        'edt-toggle-select 'edt-key-not-assigned)
2380   (edt-bind-function-key-default "NEXT"
2381        'edt-sect-forward 'edt-key-not-assigned)
2382   (edt-bind-function-key-default "PREVIOUS"
2383        'edt-sect-backward 'edt-key-not-assigned)
2384   (edt-bind-function-key-default "F6"
2385        'edt-key-not-assigned 'edt-key-not-assigned)
2386   (edt-bind-function-key-default "F7"
2387        'edt-copy-rectangle 'edt-key-not-assigned)
2388   (edt-bind-function-key-default "F8"
2389        'edt-cut-rectangle-overstrike-mode 'edt-paste-rectangle-overstrike-mode)
2390   (edt-bind-function-key-default "F9"
2391        'edt-cut-rectangle-insert-mode 'edt-paste-rectangle-insert-mode)
2392   (edt-bind-function-key-default "F10" 'edt-cut-rectangle 'edt-paste-rectangle)
2393   ;; Under X, the F11 key can be bound.  If using a VT-200 or higher terminal,
2394   ;; the default emacs terminal support causes the VT F11 key to seem as if it
2395   ;; is an ESC key when in emacs.
2396   (edt-bind-function-key-default "F11"
2397        'edt-key-not-assigned 'edt-key-not-assigned)
2398   (edt-bind-function-key-default "F12"
2399        'edt-beginning-of-line 'delete-other-windows) ;BS
2400   (edt-bind-function-key-default "F13"
2401        'edt-delete-to-beginning-of-word 'edt-key-not-assigned) ;LF
2402   (edt-bind-function-key-default "F14"
2403        'edt-key-not-assigned 'edt-key-not-assigned)
2404   (edt-bind-function-key-default "HELP"
2405        'edt-electric-keypad-help 'edt-key-not-assigned)
2406   (edt-bind-function-key-default "DO"
2407        'execute-extended-command 'edt-key-not-assigned)
2408   (edt-bind-function-key-default "F17"
2409        'edt-key-not-assigned 'edt-key-not-assigned)
2410   (edt-bind-function-key-default "F18"
2411        'edt-key-not-assigned 'edt-key-not-assigned)
2412   (edt-bind-function-key-default "F19"
2413        'edt-key-not-assigned 'edt-key-not-assigned)
2414   (edt-bind-function-key-default "F20"
2415        'edt-key-not-assigned 'edt-key-not-assigned)
2416
2417   ;; Control key bindings:  Regular and GOLD
2418   ;; 
2419   ;; Standard EDT control key bindings conflict with standard Emacs
2420   ;; control key bindings.  Normally, the standard Emacs control key
2421   ;; bindings are left unchanged in the default EDT mode.  However, if
2422   ;; the variable edt-use-EDT-control-key-bindings is set to true
2423   ;; before invoking edt-emulation-on for the first time, then the
2424   ;; standard EDT bindings (with some enhancements) as defined here are
2425   ;; used, instead.
2426   (if edt-use-EDT-control-key-bindings
2427       (progn
2428         (edt-bind-key-default "\C-a" 'edt-key-not-assigned)
2429         (edt-bind-key-default "\C-b" 'edt-key-not-assigned)
2430         ;; Leave binding of C-c to an Emacs prefix key.
2431         (edt-bind-key-default "\C-d" 'edt-key-not-assigned)
2432         (edt-bind-key-default "\C-e" 'edt-key-not-assigned)
2433         (edt-bind-key-default "\C-f" 'edt-key-not-assigned)
2434         ;; Leave binding of C-g to the Emacs keyboard-quit
2435         (edt-bind-key-default "\C-h" 'edt-beginning-of-line)
2436         (edt-bind-key-default "\C-i" 'edt-tab-insert)
2437         (edt-bind-key-default "\C-j" 'edt-delete-to-beginning-of-word)
2438         (edt-bind-key-default "\C-k" 'edt-define-key)
2439         (edt-bind-gold-key-default  "\C-k" 'edt-restore-key)
2440         (edt-bind-key-default "\C-l" 'edt-form-feed-insert)
2441         ;; Leave binding of C-m to newline.
2442         (edt-bind-key-default "\C-n" 'edt-set-screen-width-80)
2443         (edt-bind-key-default "\C-o" 'edt-key-not-assigned)
2444         (edt-bind-key-default "\C-p" 'edt-key-not-assigned)
2445         (edt-bind-key-default "\C-q" 'edt-key-not-assigned)
2446         ;; Leave binding of C-r to isearch-backward.
2447         ;; Leave binding of C-s to isearch-forward.
2448         (edt-bind-key-default "\C-t" 'edt-display-the-time)
2449         (edt-bind-key-default "\C-u" 'edt-delete-to-beginning-of-line)
2450         (edt-bind-key-default "\C-v" 'redraw-display)
2451         (edt-bind-key-default "\C-w" 'edt-set-screen-width-132)
2452         ;; Leave binding of C-x as original prefix key.
2453         (edt-bind-key-default "\C-y" 'edt-key-not-assigned)
2454         ;; Leave binding of C-z to suspend-emacs.
2455         )
2456       )
2457
2458   ;; GOLD bindings for a few keys.
2459   (edt-bind-gold-key-default  "\C-g" 'keyboard-quit); Just in case.
2460   (edt-bind-gold-key-default  "\C-h" 'help-for-help); Just in case.
2461   (edt-bind-gold-key-default  [f1] 'help-for-help)
2462   (edt-bind-gold-key-default  [help] 'help-for-help)
2463   (edt-bind-gold-key-default  "\C-\\" 'split-window-vertically)
2464
2465   ;; GOLD bindings for regular keys.
2466   (edt-bind-gold-key-default "a" 'edt-key-not-assigned)
2467   (edt-bind-gold-key-default "A" 'edt-key-not-assigned)
2468   (edt-bind-gold-key-default "b" 'buffer-menu)
2469   (edt-bind-gold-key-default "B" 'buffer-menu)
2470   (edt-bind-gold-key-default "c" 'compile)
2471   (edt-bind-gold-key-default "C" 'compile)
2472   (edt-bind-gold-key-default "d" 'delete-window)
2473   (edt-bind-gold-key-default "D" 'delete-window)
2474   (edt-bind-gold-key-default "e" 'edt-exit)
2475   (edt-bind-gold-key-default "E" 'edt-exit)
2476   (edt-bind-gold-key-default "f" 'find-file)
2477   (edt-bind-gold-key-default "F" 'find-file)
2478   (edt-bind-gold-key-default "g" 'find-file-other-window)
2479   (edt-bind-gold-key-default "G" 'find-file-other-window)
2480   (edt-bind-gold-key-default "h" 'edt-electric-keypad-help)
2481   (edt-bind-gold-key-default "H" 'edt-electric-keypad-help)
2482   (edt-bind-gold-key-default "i" 'insert-file)
2483   (edt-bind-gold-key-default "I" 'insert-file)
2484   (edt-bind-gold-key-default "j" 'edt-key-not-assigned)
2485   (edt-bind-gold-key-default "J" 'edt-key-not-assigned)
2486   (edt-bind-gold-key-default "k" 'edt-toggle-capitalization-of-word)
2487   (edt-bind-gold-key-default "K" 'edt-toggle-capitalization-of-word)
2488   (edt-bind-gold-key-default "l" 'edt-lowercase)
2489   (edt-bind-gold-key-default "L" 'edt-lowercase)
2490   (edt-bind-gold-key-default "m" 'save-some-buffers)
2491   (edt-bind-gold-key-default "M" 'save-some-buffers)
2492   (edt-bind-gold-key-default "n" 'next-error)
2493   (edt-bind-gold-key-default "N" 'next-error)
2494   (edt-bind-gold-key-default "o" 'switch-to-buffer-other-window)
2495   (edt-bind-gold-key-default "O" 'switch-to-buffer-other-window)
2496   (edt-bind-gold-key-default "p" 'edt-key-not-assigned)
2497   (edt-bind-gold-key-default "P" 'edt-key-not-assigned)
2498   (edt-bind-gold-key-default "q" 'edt-quit)
2499   (edt-bind-gold-key-default "Q" 'edt-quit)
2500   (edt-bind-gold-key-default "r" 'revert-buffer)
2501   (edt-bind-gold-key-default "R" 'revert-buffer)
2502   (edt-bind-gold-key-default "s" 'save-buffer)
2503   (edt-bind-gold-key-default "S" 'save-buffer)
2504   (edt-bind-gold-key-default "t" 'edt-key-not-assigned)
2505   (edt-bind-gold-key-default "T" 'edt-key-not-assigned)
2506   (edt-bind-gold-key-default "u" 'edt-uppercase)
2507   (edt-bind-gold-key-default "U" 'edt-uppercase)
2508   (edt-bind-gold-key-default "v" 'find-file-other-window)
2509   (edt-bind-gold-key-default "V" 'find-file-other-window)
2510   (edt-bind-gold-key-default "w" 'write-file)
2511   (edt-bind-gold-key-default "W" 'write-file)
2512   (edt-bind-gold-key-default "x" 'edt-key-not-assigned)
2513   (edt-bind-gold-key-default "X" 'edt-key-not-assigned)
2514   (edt-bind-gold-key-default "y" 'edt-emulation-off)
2515   (edt-bind-gold-key-default "Y" 'edt-emulation-off)
2516   (edt-bind-gold-key-default "z" 'edt-switch-global-maps)
2517   (edt-bind-gold-key-default "Z" 'edt-switch-global-maps)
2518   (edt-bind-gold-key-default "1" 'delete-other-windows)
2519   (edt-bind-gold-key-default "!" 'edt-key-not-assigned)
2520   (edt-bind-gold-key-default "2" 'edt-split-window)
2521   (edt-bind-gold-key-default "@" 'edt-key-not-assigned)
2522   (edt-bind-gold-key-default "3" 'edt-key-not-assigned)
2523   (edt-bind-gold-key-default "#" 'edt-key-not-assigned)
2524   (edt-bind-gold-key-default "4" 'edt-key-not-assigned)
2525   (edt-bind-gold-key-default "$" 'edt-key-not-assigned)
2526   (edt-bind-gold-key-default "5" 'edt-key-not-assigned)
2527   (edt-bind-gold-key-default "%" 'edt-goto-percentage)
2528   (edt-bind-gold-key-default "6" 'edt-key-not-assigned)
2529   (edt-bind-gold-key-default "^" 'edt-key-not-assigned)
2530   (edt-bind-gold-key-default "7" 'edt-key-not-assigned)
2531   (edt-bind-gold-key-default "&" 'edt-key-not-assigned)
2532   (edt-bind-gold-key-default "8" 'edt-key-not-assigned)
2533   (edt-bind-gold-key-default "*" 'edt-key-not-assigned)
2534   (edt-bind-gold-key-default "9" 'edt-key-not-assigned)
2535   (edt-bind-gold-key-default "(" 'edt-key-not-assigned)
2536   (edt-bind-gold-key-default "0" 'edt-key-not-assigned)
2537   (edt-bind-gold-key-default ")" 'edt-key-not-assigned)
2538   (edt-bind-gold-key-default " " 'undo)
2539   (edt-bind-gold-key-default "," 'edt-key-not-assigned)
2540   (edt-bind-gold-key-default "<" 'edt-key-not-assigned)
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 "/" 'query-replace)
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 "\"" 'edt-key-not-assigned)
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 "=" 'goto-line)
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 "{" 'edt-key-not-assigned)
2557   (edt-bind-gold-key-default "]" 'edt-key-not-assigned)
2558   (edt-bind-gold-key-default "}" 'edt-key-not-assigned)
2559   (edt-bind-gold-key-default "`" 'what-line)
2560   (edt-bind-gold-key-default "~" 'edt-key-not-assigned)
2561 )
2562 \f
2563 ;;;
2564 ;;; DEFAULT EDT KEYPAD HELP
2565 ;;;
2566
2567 ;;;
2568 ;;; Upper case commands in the keypad diagram below indicate that the
2569 ;;; emulation should look and feel very much like EDT.  Lower case
2570 ;;; commands are enhancements and/or additions to the EDT keypad
2571 ;;; commands or are native Emacs commands.
2572 ;;;
2573
2574 (defun edt-keypad-help ()
2575   "DEFAULT EDT Keypad Active.
2576
2577    F7: Copy Rectangle             +----------+----------+----------+----------+
2578    F8: Cut Rect Overstrike        |Prev Line |Next Line |Bkwd Char |Frwd Char |
2579  G-F8: Paste Rect Overstrike      |   (UP)   |  (DOWN)  |  (LEFT)  | (RIGHT)  |
2580    F9: Cut Rect Insert            |Window Top|Window Bot|Bkwd Sent |Frwd Sent |
2581  G-F9: Paste Rect Insert          +----------+----------+----------+----------+
2582   F10: Cut Rectangle
2583 G-F10: Paste Rectangle
2584   F11: ESC                       
2585   F12: Beginning of Line          +----------+----------+----------+----------+
2586 G-F12: Delete Other Windows       |   GOLD   |   HELP   |  FNDNXT  |  DEL L   |
2587   F13: Delete to Begin of Word    |   (PF1)  |   (PF2)  |   (PF3)  |  (PF4)   |
2588  HELP: Keypad Help                |Mark Wisel|Desc Funct|   FIND   |  UND L   |
2589 G-HELP: Emacs Help                +----------+----------+----------+----------+
2590    DO: Execute extended command   |   PAGE   |   SECT   |  APPEND  |  DEL W   |
2591   C-g: Keyboard Quit              |    (7)   |    (8)   |    (9)   |   (-)    |
2592 G-C-g: Keyboard Quit              |Ex Ext Cmd|Fill Regio| REPLACE  |  UND W   |
2593   C-h: Beginning of Line          +----------+----------+----------+----------+
2594 G-C-h: Emacs Help                 |  ADVANCE |  BACKUP  |   CUT    |  DEL C   |
2595   C-i: Tab Insert                 |    (4)   |    (5)   |    (6)   |   (,)    |
2596   C-j: Delete to Begin of Word    |   BOTTOM |    TOP   |   Yank   |  UND C   |
2597   C-k: Define Key                 +----------+----------+----------+----------+
2598 G-C-k: Restore Key                |   WORD   |    EOL   |   CHAR   |   Next   |
2599   C-l: Form Feed Insert           |    (1)   |    (2)   |    (3)   |  Window  |
2600   C-n: Set Screen Width 80        | CHNGCASE |  DEL EOL |Quoted Ins|          !
2601   C-r: Isearch Backward           +---------------------+----------+  (ENTER) |
2602   C-s: Isearch Forward            |         LINE        |  SELECT  |          !
2603   C-t: Display the Time           |         (0)         |    (.)   |   SUBS   |
2604   C-u: Delete to Begin of Line    |      Open Line      |   RESET  |          |
2605   C-v: Redraw Display             +---------------------+----------+----------+
2606   C-w: Set Screen Width 132       
2607   C-z: Suspend Emacs                    +----------+----------+----------+
2608 G-C-\\: Split Window                     |  FNDNXT  |   Yank   |   CUT    |
2609                                         |  (FIND)  | (INSERT) | (REMOVE) |
2610   G-b: Buffer Menu                      |   FIND   |          |   COPY   |
2611   G-c: Compile                          +----------+----------+----------+
2612   G-d: Delete Window                    |SELECT/RES|SECT BACKW|SECT FORWA|
2613   G-e: Exit                             | (SELECT) |(PREVIOUS)|  (NEXT)  |
2614   G-f: Find File                        |          |          |          |
2615   G-g: Find File Other Window           +----------+----------+----------+
2616   G-h: Keypad Help             
2617   G-i: Insert File                
2618   G-k: Toggle Capitalization Word 
2619   G-l: Downcase Region             
2620   G-m: Save Some Buffers           
2621   G-n: Next Error                  
2622   G-o: Switch to Next Window
2623   G-q: Quit                                                           
2624   G-r: Revert File                                                    
2625   G-s: Save Buffer                                                    
2626   G-u: Upcase Region                                                  
2627   G-v: Find File Other Window                                        
2628   G-w: Write file                                                  
2629   G-y: EDT Emulation OFF          
2630   G-z: Switch to User EDT Key Bindings
2631   G-1: Delete Other Windows       
2632   G-2: Split Window               
2633   G-%: Go to Percentage           
2634   G- : Undo  (GOLD Spacebar)      
2635   G-=: Go to Line                 
2636   G-`: What line
2637   G-/: Query-Replace"
2638
2639   (interactive)
2640   (describe-function 'edt-keypad-help))
2641
2642 (defun edt-electric-helpify (fun)
2643   (let ((name "*Help*"))
2644     (if (save-window-excursion
2645           (let* ((p (symbol-function 'print-help-return-message))
2646                  (b (get-buffer name))
2647                  (m (buffer-modified-p b)))
2648             (and b (not (get-buffer-window b))
2649                  (setq b nil))
2650             (unwind-protect
2651                 (progn
2652                   (message "%s..." (capitalize (symbol-name fun)))
2653                   (and b
2654                        (save-excursion
2655                          (set-buffer b)
2656                          (set-buffer-modified-p t)))
2657                   (fset 'print-help-return-message 'ignore)
2658                   (call-interactively fun)
2659                   (and (get-buffer name)
2660                        (get-buffer-window (get-buffer name))
2661                        (or (not b)
2662                            (not (eq b (get-buffer name)))
2663                            (not (buffer-modified-p b)))))
2664               (fset 'print-help-return-message p)
2665               (and b (buffer-name b)
2666                    (save-excursion
2667                      (set-buffer b)
2668                      (set-buffer-modified-p m))))))
2669         (with-electric-help 'delete-other-windows name t))))
2670
2671 (defun edt-electric-keypad-help ()
2672   "Display default EDT bindings."
2673   (interactive)
2674   (edt-electric-helpify 'edt-keypad-help))
2675
2676 (defun edt-electric-user-keypad-help ()
2677   "Display user custom EDT bindings."
2678   (interactive)
2679   (edt-electric-helpify 'edt-user-keypad-help))
2680
2681 ;;;
2682 ;;; EDT emulation screen width commands.
2683 ;;;
2684 ;; Some terminals require modification of terminal attributes when
2685 ;; changing the number of columns displayed, hence the fboundp tests
2686 ;; below.  These functions are defined in the corresponding terminal
2687 ;; specific file, if needed.
2688
2689 (defun edt-set-screen-width-80 ()
2690   "Set screen width to 80 columns."
2691   (interactive)
2692   (if (fboundp 'edt-set-term-width-80)
2693       (edt-set-term-width-80))
2694   (set-frame-width nil 80)
2695   (message "Terminal width 80"))
2696
2697 (defun edt-set-screen-width-132 ()
2698   "Set screen width to 132 columns."
2699   (interactive)
2700   (if (fboundp 'edt-set-term-width-132)
2701       (edt-set-term-width-132))
2702   (set-frame-width nil 132)
2703   (message "Terminal width 132"))
2704
2705 (provide 'edt)
2706
2707 ;;; edt.el ends here