1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
emacs/lisp/emulation
Michael Kifer 4960e7572a * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
of Scott Bronson.
	(ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
	(viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
	Deleted functions.
	(viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
	ex-token-list.
	(viper-get-ex-address-subr): convert registers to char data type.

	* viper-util.el (viper-int-to-char,viper-char-equal): new
	functions.
	(viper-memq-char): use viper-int-to-char.
	(viper-file-checked-in-p): use vc-locking-user, if vc doesn't have
	vc-locking-state.
	(viper-read-key): use viper-read-key-sequence.

	* viper.el (viper-major-mode-modifier-list): added
	inferior-emacs-lisp-mode.
	(this-major-mode-requires-vi-state): new function that uses simple
	heuristics to decide if vi state is appropriate.
	(set-viper-state-in-major-mode): use this-major-mode-requires-vi-state.
	(viper-non-hook-settings): don't advise read-key-sequence.
	(viper-read-key-sequence): new function that replaces the
	previously used advice to read-key-sequence.

	* viper-cmd.el (viper-test-com-defun,viper-exec-change,
	viper-exec-Change,viper-execute-com,viper-insert,viper-append,
	viper-Append,viper-Insert,viper-open-line,viper-Open-line,
	viper-open-line-at-point,viper-substitute,viper-overwrite,
	viper-replace-char-subr,viper-forward-word,viper-forward-Word):
	got rid of the negative character hack.
	(viper-escape-to-state,viper-replace-state-exit-cmd):
	use viper-read-key-sequence.
	(viper-envelop-ESC-key): no need for ad-get-orig-definition.
	(viper-minibuffer-standard-hook,viper-read-string-with-history):
	don't override existing minibuffer-setup-hook.
	(viper-mark-point,viper-goto-mark-subr,viper-brac-function):
	convert registers to char data type.
	(viper-autoindent): use viper-indent-line.

	* viper-keym.el: use viper-exec-key-in-emacs.

	* viper.texi: Added credits, new commands, like :make.

	* ediff-util.el: Copyright years.
	(ediff-choose-syntax-table): New function.
	(ediff-setup): Use ediff-choose-syntax-table.
	(ediff-file-checked-out-p,ediff-file-checked-in-p): check if
	vc-state is available.
	(ediff-make-temp-file): use ediff-coding-system-for-write.

	* ediff-init.el (ediff-with-syntax-table): New macro, uses
	with-syntax-table.
	(ediff-coding-system-for-read): from ediff-diff.el
	(ediff-coding-system-for-write): new variable.
	(ediff-highest-priority): fixed the bug having to do with disappearing
	overlays.
	(ediff-file-remote-p): use file-remote-p, if available.
	(ediff-listable-file): new function.
	(ediff-file-attributes): use ediff-listable-file.

	* ediff-mult.el (ediff-meta-insert-file-info1): use
	ediff-listable-file.

	* ediff-ptch.el (ediff-prompt-for-patch-file): use
	ediff-coding-system-for-read.
	(ediff-patch-file-internal): use ediff-coding-system-for-write.

	* ediff-diff.el (ediff-coding-system-for-read): moved to ediff-init.el.
	(ediff-match-diff3-line,ediff-get-diff3-group): improved pattern.

	* ediff.el: Date of last update, copyright years.

	* ediff-wind (ediff-setup-control-frame): Nill->nil.

	* ediff.texi: added clarifications, acknowledgements.
2001-07-21 05:28:24 +00:00
..
.gitignore ignore *.elc 2000-06-19 16:16:01 +00:00
crisp.el (brief-mode): New alias. 2000-05-21 17:33:05 +00:00
edt-lk201.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
edt-mapper.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
edt-pc.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
edt-vt100.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
edt.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
mlconvert.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
mlsupport.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
pc-mode.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
pc-select.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
tpu-edt.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
tpu-extras.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
tpu-mapper.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
vi.el Fixes to follow coding conventions. 2001-07-16 11:39:42 +00:00
vip.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
viper-cmd.el * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy 2001-07-21 05:28:24 +00:00
viper-ex.el * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy 2001-07-21 05:28:24 +00:00
viper-init.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
viper-keym.el * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy 2001-07-21 05:28:24 +00:00
viper-macs.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
viper-mous.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
viper-util.el * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy 2001-07-21 05:28:24 +00:00
viper.el * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy 2001-07-21 05:28:24 +00:00
ws-mode.el (wordstar-mode): Run wordstar-mode-hook. 1997-11-11 02:56:56 +00:00