aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
Commit message (Collapse)AuthorAgeFilesLines
* 2000-04-07 Mikio Nakajima <[email protected]>Michael Kifer2000-04-072-16/+32
| | | | | | | * viper-util.el (viper-put-on-search-overlay): New subroutine. (viper-flash-search-pattern): No operation when using Emacs doesn't support face. Use `viper-put-on-search-overlay'.
* * viper-cmd.el (viper-envelop-ESC-key): added the option toMichael Kifer2000-02-284-3/+38
| | | | | | | | | | | | | translate all ESC key sequences. (viper-goto-mark-subr): restore markers for files for which they were saved. * viper-init.el (viper-translate-all-ESC-keysequences): new variable. * viper-util.el (viper-set-replace-overlay-glyphs, viper-set-replace-overlay): always check if the replacement overlay is live. * viper.el (viper-vi-state-mode-list): added major modes. * ediff-wind.el: minor comment changes. * ediff.el: copyright notice date fix.
* * viper-cmd.el (viper-minibuffer-standard-hook,Michael Kifer1999-12-071-15/+26
| | | | | | | viper-minibuffer-real-start): new functions. (viper-read-string-with-history,viper-file-add-suffix, viper-trim-replace-chars-to-delete-if-necessary): adapt to the change in the status of the minibuffer prompt.
* * viper-cmd.el (viper-change-state): UseMichael Kifer1999-12-041-15/+17
| | | | | viper-ESC-moves-cursor-back to decide whether to move the cursor back.
* * viper*el: replaced old-style backquotes.Michael Kifer1999-11-251-89/+98
| | | | | | | | | | | * ediff*el: replaced old-style backquotes. * ediff-merge (ediff-looks-like-combined-merge,ediff-get-combined-region): changed to support the new format for ediff-combination-pattern. * ediff-diff (ediff-set-fine-overlays-in-one-buffer): changed to support the new format for ediff-combination-pattern.
* * emulation/viper-init.el (viper-deflocalvar, viper-loop,Sam Steingold1999-11-122-443/+439
| | | | | | | | | | | | viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair, viper-kbd-buf-definition, viper-kbd-mode-alist, viper-kbd-mode-pair, viper-kbd-mode-definition, viper-kbd-global-pair, viper-kbd-global-definition): Use the new backquote syntax. * emulation/viper-cmd.el (viper-test-com-defun, viper-prefix-arg-value, viper-prefix-arg-com): Use the new backquote syntax.
* *** empty log message ***Michael Kifer1999-11-018-600/+719
|
* Update author address.Dave Love1999-09-141-2/+1
|
* (tpu-version): New version.Richard M. Stallman1999-09-121-43/+67
| | | | | | | (tpu-search-overlay, tpu-replace-overlay): New variables. (tpu-search-highlight, tpu-toggle-direction): New functions. (tpu-lm-replace): Set tpu-replace-overlay. (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post command hook.
* (crisp-mode): (defcustom) Initialize withKarl Heuer1999-06-131-12/+10
| | | | | | | custom-initialize-default to avoid infinite loop. (crisp-mode): (defun) Call transient-mark-mode here, not when loading the file. Run crisp-mode-hook here, and run crisp-load-hook when loading the file.
* (crisp-submit-bug-report): Function deleted. Binding deleted also.Richard M. Stallman1999-05-241-23/+1
|
* (crisp-mode-map): Don't inherit global-map.Richard M. Stallman1999-05-241-28/+36
| | | | | | | | | Enter it on minor-mode-map-alist. (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed. Autoload. Add custom setter. (crisp-mark-line): Doc fix. (crisp-mode): Autoload. Re-write not to frob keymaps directly. (crisp-mode-hook): Define.
* Fix header comments.Dave Love1999-05-231-2/+2
|
* (viper-movement-commands): Escape literal semicolon.Karl Heuer1998-09-231-1/+1
|
* (crisp-mark-line): Greatly simplified.Richard M. Stallman1998-07-291-11/+5
|
* Don't require cl.Richard M. Stallman1998-07-251-51/+38
| | | | | | | | | | | (crisp-override-meta-x): Doc fix. (crisp-last-last-command): Doc fix. (mark-something): Function deleted. (crisp-mark-line): Avoid using mark-something. (crisp-region-active): Renamed from region-active. (crisp-set-clipboard): Renamed from copy-primary-selection. (crisp-kill-region): Renamed from kill-primary-selection. (crisp-yank-clipboard): Renamed from yank-clipboard-selection.
* Added next-buffer/previous-buffer keybindings (bound to M-n/M-p).Karl Heuer1998-07-141-91/+269
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (crisp-unbury-buffer): New function. Fixed bogus XEmacs/Lucid string-match checking. Made modeline entry mouse2-able. (crisp-mode-map): Make this a sparse keymap parented from current-global-map. (crisp-mode-original-keymap): Don't copy the keymap. (crisp-last-last-command): Renamed from last-last-command. defvar it. (crisp-mode): Honor ARG. (crisp-kill-line, crisp-copy-line): When a region isn't highlighted, use the region from point to eol. Honor prefix argument. (crisp-submit-bug-report): New command, taken from cc-mode. Shortened the version numbering, removed the release-version tracking (crisp-version): New function. New keybindings `C-home', `C-end', `M-home', `M-end', `C-f', `M-l', `M-m'. (crisp-copy-line): No need to save point. Removed S-right and S-left bindings. Abstract the marking and selection interfaces so that we can be compatible with both Emacs and XEmacs. And try and make the behavior as close as possible under both environments so that there are no surprises.
* (tpu-include) Use insert-file-contents, remove save-excursion.Richard M. Stallman1998-06-121-3/+2
|
* Comment change.Richard M. Stallman1998-06-081-1/+1
|
* Update version number.Karl Heuer1998-05-301-1/+1
|
* (viper-surrounding-word): Added '_' to alpha modifiers.Karl Heuer1998-05-301-11/+13
|
* (viper-skip-syntax): Bug fix for eob/bob cases.Karl Heuer1998-05-301-1/+4
|
* (viper-backward-Word, viper-skip-separators): Bug fixes.Karl Heuer1998-05-301-13/+14
| | | | (viper-switch-to-buffer, viper-switch-to-buffer-other-window): Bug fixes.
* *** empty log message ***Dan Nicolaescu1998-05-261-1/+3
|
* Comment changes.Richard M. Stallman1998-05-071-1/+3
|
* new versionMichael Kifer1998-05-046-546/+484
|
* Customize.Stephen Eglen1998-04-173-33/+73
|
* (ex-expand-filsyms): store-match-data => set-match-data.Richard M. Stallman1998-03-141-1/+1
|
* Customized.Stephen Eglen1998-02-221-11/+26
|
* new versionMichael Kifer1997-11-253-42/+88
|
* (wordstar-mode): Run wordstar-mode-hook.Karl Heuer1997-11-111-1/+2
|
* new versionMichael Kifer1997-11-015-23/+58
|
* (tpu-arrange-rectangle): Use FORCE arg of move-to-column.Karl Heuer1997-10-231-4/+4
|
* new versionMichael Kifer1997-09-304-71/+108
|
* (viper-mouse-search-key): Fix custom type.Richard M. Stallman1997-09-151-12/+10
| | | | (viper-mouse-insert-key): Likewise.
* (viper-non-vi-major-modes): Fix customize type.Richard M. Stallman1997-09-131-2/+2
|
* (viper-mouse-search-key, viper-mouse-insert-key): Fix customize type.Richard M. Stallman1997-09-131-14/+24
|
* (viper-repeat-from-history-key): Fix customize type.Richard M. Stallman1997-09-131-1/+1
|
* (ex-unix-type-shell): Fix customize type.Richard M. Stallman1997-09-131-1/+1
|
* (viper-smart-suffix-list): Fix customize type.Richard M. Stallman1997-09-131-2/+18
|
* new versionMichael Kifer1997-09-122-20/+20
|
* new versionMichael Kifer1997-09-112-6/+3
|
* new versionMichael Kifer1997-09-055-195/+231
|
* new versionMichael Kifer1997-08-225-319/+691
|
* Customized.Richard M. Stallman1997-08-111-7/+31
|
* new versionMichael Kifer1997-08-093-3/+12
|
* (viper-replace-overlay-pixmap)Richard M. Stallman1997-08-091-11/+2
| | | | | (viper-search-face-pixmap): Variables deleted. (viper-replace-overlay-face, viper-search-face): Use "gray3" explicitly.
* new versionMichael Kifer1997-08-075-187/+248
|
* new versionMichael Kifer1997-08-028-2166/+2289
|
* new versionMichael Kifer1997-08-021-1806/+1873
|