Many changes for GNU Emacs compatibility:
authorChris Hanson <org/chris-hanson/cph>
Sat, 15 Apr 1989 01:15:37 +0000 (01:15 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 15 Apr 1989 01:15:37 +0000 (01:15 +0000)
commit2bd9f11f1b1c4d8d0b385adbefe1a6e7d402451d
tree067da4fe8c90596e75421b6fda450d663f48d780
parenta1b1d682a7b6549821e9099f8926a681aa49ad37
Many changes for GNU Emacs compatibility:

Change names of all commands, variables and modes; the new names are
symbols.  All command names match those of Emacs; many variable names
also match.

Redesign command invocation code: new design uses `interactive'
specification nearly identical to that of Emacs.  This permits
implementation of [repeat-complex-command].  The redesign necessitated
reworking some of the command prompting to make it fit the model.

Completion has been redesigned to work just like Emacs.  The
performance of filename completion has been significantly improved.

Tags table stuff has been changed to be more like Emacs.

The performance of incremental search has been improved.  Incremental
regexp search is now implemented.

The `recenter' command now clears the screen and redraws it if there
is no argument.

Scheme mode indentation is now like that in Emacs.

Keyboard interrupts are disabled while reading most characters.

[find-file] will call Dired if the argument is a directory.

The "Reading file ..." message is suppressed.  Set the variable
`read-file-message' to true if you want it as it used to be.

The "override-message" (which is used to display messages and errors
in the typein window) now moves the typein window's cursor to the end
of the message.  This results in the cursor moving to the end of the
message when an override-message overlays a typein in progress.

The prompting for [query-replace] and associated commands has been
changed to resemble Emacs'.
v7/src/edwin/info.scm
v7/src/edwin/make.scm