aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* (vip-change-state-to-vi): bug fix.Karl Heuer1995-06-131-3/+4
|
* Changed vip-*-frame-* to *-frame-*, incorporated overlay strings,Karl Heuer1995-06-093-41/+48
| | | | | unread-command-events, removed support for emacs versions 19.28 and xemacs 19.11 and earlier.
* (vip-event-key): now handles keys 128--255 as meta-chars.Karl Heuer1995-06-091-91/+117
| | | | | | Changed vip-*-frame-* to *-frame-*, incorporated overlay strings, unread-command-events, removed support for emacs versions 19.28 and xemacs 19.11 and earlier.
* Fixed problems with yanking/deleting buffers.Karl Heuer1995-06-091-71/+86
| | | | | | Changed vip-*-frame-* to *-frame-*, incorporated overlay strings, unread-command-events, removed support for emacs versions 19.28 and xemacs 19.11 and earlier.
* (vip-envelop-ESC-key): if an ESC-sequence translatesKarl Heuer1995-06-091-338/+371
| | | | | | | | | | | | | | | | into a function key, pretend that this key was the last command event. (vip-put-back,vip-Put-back): now emulate Vi's behavior more closely. (vip-line): no longer not bombs out. (vip-exec-shift) now preserves the point. Fixed the behavior of the Vi commands M, L, G, yw, dg, etc. Changed vip-*-frame-* to *-frame-*, incorporated overlay strings, unread-command-events, removed support for emacs versions 19.28 and xemacs 19.11 and earlier.
* Add C-escape binding.Richard M. Stallman1995-05-071-5/+8
|
* entered into RCSRichard M. Stallman1995-05-071-1/+6
|
* (tpu-copy-keyfile): New function.Richard M. Stallman1995-05-011-1/+32
| | | | (tpu-load-xkeys): Copy key definition file to new default name.
* Eval key definitions and clean up upon completion.Richard M. Stallman1995-04-261-3/+21
| | | | Persistent completion status message.
* Removed reference to tpu-gnu-emacs18-p.Richard M. Stallman1995-04-261-6/+2
|
* (edt-advance, edt-backup): Use force-mode-line-update.Karl Heuer1995-04-251-11/+2
|
* (vi-switch-mode, vi-back-to-old-mode): Use force-mode-line-update.Karl Heuer1995-04-251-4/+4
| | | | (vi-mode, vi-goto-insert-state): Use force-mode-line-update.
* (vip-change-mode): Use force-mode-line-update.Karl Heuer1995-04-251-5/+1
|
* (tpu-search-internal): Case-sensitive search if searchRichard M. Stallman1995-04-251-22/+39
| | | | | string contains upper-case. tpu-check-search-case): New function.
* At end, use default file name .tpu-keys.Richard M. Stallman1995-04-251-19/+9
| | | | | Do not kill Emacs. (tpu-emacs-map-key): Renamed from tpu-gnu-map-key.
* Don't turn on tpu-edt mode.Richard M. Stallman1995-04-251-29/+17
| | | | | | (tpu-gnu-emacs19-p): Function deleted. Callers changed. (tpu-load-xkeys): Use file name .tpu-keys by default. (tpu-gnu-emacs18-p): Function deleted.
* Many doc fixes.Karl Heuer1995-04-141-51/+47
| | | | (edt-version): Deleted.
* (edt-vt100-revision): Deleted.Karl Heuer1995-04-141-7/+1
|
* (edt-pc-revision): Deleted.Karl Heuer1995-04-141-7/+1
|
* (edt-mapper-revision): Deleted.Karl Heuer1995-04-141-7/+0
|
* (edt-lk201-revision): Deleted.Karl Heuer1995-04-141-7/+1
|
* Initial revisionRichard M. Stallman1995-04-101-0/+17
|
* Add copyright.Karl Heuer1995-04-084-0/+8
|
* (edt-keep-current-page-delimiter): Doc fix.Richard M. Stallman1995-04-071-2/+2
|
* Comment change.Richard M. Stallman1995-04-071-0/+1
|
* Comment changes.Richard M. Stallman1995-04-071-9/+11
|
* Update copyright.Karl Heuer1995-04-074-8/+8
|
* Explain why public domain.Richard M. Stallman1995-04-021-1/+4
|
* (ml-concat): New function.Karl Heuer1995-03-221-0/+10
|
* Translate concat to ml-concat.Karl Heuer1995-03-221-0/+1
|
* (edt-indent-or-fill-region): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-011-1/+1
|
* New version from the author.Karl Heuer1995-02-221-38/+64
|
* Use single semicolon in comments.Karl Heuer1995-02-221-13/+13
|
* Initial revisionKarl Heuer1995-02-206-0/+10056
|
* Update copyright.Karl Heuer1995-02-082-7/+6
|
* Initial revisionKarl Heuer1995-02-084-0/+624
|
* New enhanced version from <kgallagh@spd.dsccc.com>.Karl Heuer1995-02-081-376/+1914
|
* (vi-kill-region): Pass args to kill-region.Karl Heuer1994-11-091-6/+6
| | | | (vi-mark-region): Don't pass unexpected args.
* (vi-switch-mode, vi-ex-cmd): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-2/+8
|
* (auto-execute): Use \' in auto-mode-alist regexps.Richard M. Stallman1994-09-241-1/+1
|
* (tpu-save-all-buffers-kill-emacs):Richard M. Stallman1994-07-061-2/+2
| | | | Use delete-old-versions, and bind it locally.
* (tpu-edt-off): Restore original global key map.Richard M. Stallman1994-06-201-18/+50
| | | | | | | | | (tpu-next-file-buffer): Move to dired buffer too. (tpu-make-file-buffer-list): New function. (tpu-version): New version. (tpu-set-mode-line): Added line-number-mode to mode-line. (tpu-search-forward-exit, tpu-search-backward-exit): New functions, key mappings.
* Require tpu-edt.Richard M. Stallman1994-06-201-4/+3
| | | | (tpu-extras-revision): Variable deleted.
* Change size of selected screen. Reposition afterRichard M. Stallman1994-06-201-12/+18
| | | | | | | printing help. Null default directory for save. Produce minibuffer key bindings for kp4 and kp5. (tpu-kp4, tpu-kp5): New variables. (tpu-mapper-revision): Variable deleted.
* (ws-search): Fix malformed character constants.Karl Heuer1994-05-261-2/+2
|
* Doc fix.Richard M. Stallman1994-05-222-2/+2
|
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (tpu-set-mode-line):Richard M. Stallman1994-04-241-1/+1
| | | | | Put mode-line-process immediately after mode-name when setting mode-line-format.
* (case-flip-character): Make case test more general.Richard M. Stallman1994-04-131-1/+2
|
* Fix copying conditions for current GPL version.Richard M. Stallman1994-04-071-14/+15
|