aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Sat Jan 20 01:41:56 1996 Michael Kifer <kifer@sbkifer>Michael Kifer1996-01-201-62/+116
| | | | | | | | | | | | | * viper.el (vip-auto-indent,vip-electric-mode): are now local variables. (vip-open-line,vip-Open-line,vip-autoindent): are now electrified functions. (vip-set-hooks): viperized awk, ksh, makefile, and html-helper modes. (vip-custom-file-name): adapted to non-Unix systems. (vip-move-minibuffer-overlay): removed. (vip-read-string-with-history): now accepts correct defaults when called to read a shell command.
* Use `convert-standard-filename' to set the nameKarl Heuer1996-01-191-1/+3
| | | | of the key mapping file.
* (tpu-load-xkeys): Use `convert-standard-filename' toKarl Heuer1996-01-191-4/+10
| | | | set the name of the key mapping file.
* Update FSF's address.Erik Naggum1996-01-1420-64/+84
|
* (edt-emulation-on): system-type is a symbol.Karl Heuer1996-01-091-1/+1
|
* Comment fixes.Karl Heuer1996-01-055-7/+6
|
* (vip-insert-diehard-minor-mode, vip-toggle-search-style,Karl Heuer1996-01-041-15/+15
| | | | vip-del-backward-char-in-replace, vip-query-replace): Doc fix.
* (vip-shift-width): Doc fix.Karl Heuer1996-01-041-2/+2
|
* (GOLD-map, GOLD-CSI-map, GOLD-SS3-map, tpu-set-mark):Karl Heuer1996-01-041-5/+5
| | | | Doc fix.
* (edt-find-forward, edt-find-backward, edt-find,Karl Heuer1996-01-041-6/+6
| | | | edt-find-next-forward, edt-find-next-backward, edt-find-next): Doc fix.
* (vi-backward-windowful): Renamed from vi-backward-windowfull.Karl Heuer1996-01-041-7/+7
| | | | (vi-forward-windowful): Renamed from vi-forward-windowfull.
* (vip-startup-file): New variable.Richard M. Stallman1996-01-011-2/+6
| | | | (vip-mode): Use `vip-startup-file' for the startup file name.
* (vip-custom-file-name): Use convert-standard-filename.Richard M. Stallman1996-01-011-1/+1
|
* Don't list any faces in menu.Karl Heuer1995-11-101-0/+5
|
* (pc-selection-mode): Don't mess with c-mode-map.Richard M. Stallman1995-11-101-1/+0
|
* (tpu-set-mode-line): Add element for column number.Karl Heuer1995-11-021-0/+1
|
* Comment change.Richard M. Stallman1995-10-3011-26/+18
|
* Comment change.Richard M. Stallman1995-10-301-2/+2
|
* (pc-selection-mode): Add autoload cookie.Richard M. Stallman1995-10-171-0/+1
|
* Initial revisionRichard M. Stallman1995-10-171-0/+572
|
* (vip-set-hooks): Use view-mode-hook in emacs and viewMichael Kifer1995-10-141-134/+115
| | | | | | | | | | | hook in xemacs. (vip-read-string-with-history): minibuffer-setup-hook no longer waits for the user to type, if there are unread events. Added (vip-leave-region-active) to all simple movement commands. Harnessed view-minor-mode. Viper now understands syntactic tables. (vip-read-string-with-history,vip-search): won't pause inside macros any more.
* (vip-leave-region-active): new function.Michael Kifer1995-10-141-0/+148
|
* * viper-mous.el (vip-surrounding-word): modified to understand tripple clicks.Michael Kifer1995-10-141-66/+36
|
* (vip-record-kbd-macro): correctly escapes `.' and `[' now.Michael Kifer1995-10-141-1/+11
|
* (ex-write): uses better defaults.Michael Kifer1995-10-141-6/+17
|
* (edt-setup-default-bindings): Revert function isKarl Heuer1995-09-221-2/+2
| | | | revert-buffer, not revert-file.
* (edt-set-term-width-80, edt-set-term-width-132):Karl Heuer1995-09-211-11/+10
| | | | | Terminal-specific functions. Don't redefine edt-set-screen-width-80 and edt-set-screen-width-132.
* (edt-set-screen-width-80, edt-set-screen-width-132):Karl Heuer1995-09-211-4/+8
| | | | If a terminal-specific function exists, call it.
* (wordstar-center-line): Renamed from center-line.Richard M. Stallman1995-08-291-10/+10
| | | | | (wordstar-center-region): Renamed from center-region. (wordstar-center-paragraph): Renamed from center-paragraph.
* * viper.el (vip-set-hooks): Use view-mode-hook in emacs and view hook in xemacs.Michael Kifer1995-08-201-31/+70
| | | | | | | (vip-read-string-with-history): minibuffer-setup-hook no longer waits for the user to type, if there are unread events. Harnessed view-minor-mode. Added (vip-leave-region-active) to all simple movement commands.
* (vip-leave-region-active): new function.Michael Kifer1995-08-201-1/+6
|
* (vip-surrounding-word): modified to understand tripple clicks.Michael Kifer1995-08-201-16/+21
|
* (vip-set-hooks): Use view-mode-hook, not view-hook.Karl Heuer1995-08-141-3/+3
|
* (tpu-control-keys): New initial value, nil.Richard M. Stallman1995-08-031-21/+20
| | | | | | (tpu-help): Back up one page at a time. (tpu-set-control-keys): New function. (tpu-edt-on): Call tpu-set-control-keys.
* (vi-scroll-amount, vi-shift-width): Fix syntax of doc strings.Richard M. Stallman1995-07-311-5/+5
|
* (vip-overriding-map): new variable.Michael Kifer1995-07-271-0/+4
|
* (vip-repeat-from-history-key): new default.Michael Kifer1995-07-271-5/+7
| | | | | (vip-read-fast-keysequence,ex-unmap-read-args,ex-map-read-args): changed to use vip-read-key.
* (vip-multiclick-timeout): new default.Michael Kifer1995-07-271-90/+105
|
* (vip-add-hook,vip-remove-hook): new functions.Michael Kifer1995-07-271-0/+82
|
* *** empty log message ***Michael Kifer1995-07-271-1/+1
|
* (vip-info-file-name): variable removed.Michael Kifer1995-07-271-82/+74
| | | | | | (vip-envelop-ESC-key,vip-start-replace,vip-finish-R-mode,vip-start-R-mode, vip-insert-state-pre-command-sentinel,vip-R-state-post-command-sentinel, vip-replace-char): functions modified.
* (tpu-backward-line): Only move to BOL if not already there.Richard M. Stallman1995-07-271-24/+25
|
* (tpu-version): New version.Richard M. Stallman1995-07-271-5/+264
| | | | | (tpu-help-keypad-map): New help text. (tpu-backward-line): Only move to BOL if not already there.
* Comment changes.Richard M. Stallman1995-07-271-7/+8
|
* (edt-setup-default-bindings): Bind f1 and help like C-h.Richard M. Stallman1995-06-291-0/+2
|
* (edt-emulation-on): Check window-system for x, specifically.Richard M. Stallman1995-06-271-1/+1
|
* (pc-bindings-mode): Add autoload.Richard M. Stallman1995-06-241-0/+24
|
* (vip-push-mark-silent): Use (mark t).Richard M. Stallman1995-06-221-1/+1
|
* Delete the Emacs version error check.Richard M. Stallman1995-06-141-24/+0
|
* (vip-over-whitespace-line): new function.Karl Heuer1995-06-131-1/+7
|