summaryrefslogtreecommitdiff
path: root/lisp/emulation
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* (indent-or-fill-region): Use printable escapes instead of embedding literalKarl Heuer1994-03-141-1/+1
| | | | control chars in the source.
* (vip-replace-string): Don't use replace-regexp.Richard M. Stallman1993-12-231-3/+7
|
* Remove free/bound cursor and scrollRichard M. Stallman1993-11-261-15/+4
| | | | margin fsets and key mappings. Add autoload cookies.
* (tpu-quoted-insert): New function.Richard M. Stallman1993-11-261-8/+23
| | | | | | | | (tpu-reset-control-keys): Remove C-f mapping. Insert (in file) fsets for free/bound cursor, scroll margins, key mappings for same. (tpu-revision): Variable deleted.
* Comment change.Richard M. Stallman1993-11-233-6/+6
|
* (wordstar-mode): Add autoload.Richard M. Stallman1993-11-081-0/+1
|
* (tpu-help): Use variables for "n" and "p".Richard M. Stallman1993-08-111-8/+13
| | | | (tpu-help-N, tpu-help-n, tpu-help-P, tpu-help-p): New vars.
* Insert setqs for tpu-help-... variables.Richard M. Stallman1993-08-111-2/+6
|
* (tpu-gnu-map-key): Repaired the key nameRichard M. Stallman1993-08-101-9/+13
| | | | generation code to work with the latest version of emacs.
* (tpu-search-internal): Changed variableRichard M. Stallman1993-08-101-5/+8
| | | | | | searching-forward to tpu-searching-forward. Changed "edit-picture-hook" to "picture-mode-hook" for emacs version 19.
* (tpu-version): Print version number rather than the RCS revision number.Richard M. Stallman1993-08-101-32/+42
| | | | | | | | | | | | | (tpu-next-file-buffer): Bind starting-buffer with let. (tpu-load-xkeys): Check value of tpu-xkeys-file. Make sure to use the "*scratch*" buffer. (tpu-lm-replace): Changed variable searching-forward to tpu-searching-forward. (tpu-substitute): Likewise. (tpu-toggle-search-direction): Likewise. (tpu-search-forward, tpu-search-reverse, tpu-set-search): Likewise. (tpu-search-internal, tpu-adjust-search): Likewise.
* (edit-picture-hook): Use add-hook to modify it.Richard M. Stallman1993-08-091-3/+3
|
* entered into RCSRichard M. Stallman1993-08-043-44/+42
|
* Initial revisionRichard M. Stallman1993-08-023-0/+2983
|
* (advance-direction): Set kp-f3, not kp-f1.Richard M. Stallman1993-07-231-1/+1
|
* (while): Comment out converter.Richard M. Stallman1993-07-191-13/+13
|
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-095-17/+17
|
* (vip-ctl-key-equivalent): Use vip-escape-to-emacs.Richard M. Stallman1993-06-061-79/+18
| | | | | | (vip-escape-to-emacs): Use read-key-sequence and key-binding. Arg EVENTS replaces arg CHAR. (vip-ESC, vip-ctl-c, vip-ctl-x, vip-ctl-h): These callers changed.
* (GOLD-prefix): Define *after* GOLD-map.Richard M. Stallman1993-06-041-2/+2
|
* Some fsets changed to defaliases.Eric S. Raymond1993-04-231-1/+1
|
* Added or corrected Commentary sectionEric S. Raymond1993-03-221-1/+3
|
* Added or corrected Commentary sectionsEric S. Raymond1993-03-222-1/+15
|
* (esc-map, ctl-x-map): Define as functions.Richard M. Stallman1993-02-211-0/+4
|
* JimB's changes since January 18thJim Blandy1993-01-261-4/+4
|
* JimB's changes from January 18 to presentJim Blandy1993-01-261-1/+1
|
* * bytecomp.el: Declare unread-command-char an obsolete variable.Jim Blandy1992-11-161-9/+9
| | | | | | | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * vip.el (vip-delete-char, vip-delete-backward-char, ex-delete): Don't pass nil as a fourth argument to vip-append-to-register; it takes only three. (vip-mark-point, ex-mark): Pass required second argument to point-to-register.
* * bytecomp.el: Declare unread-command-char an obsolete variable.Jim Blandy1992-11-161-1/+1
| | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * mlsupport.el (push-back-character): Same.