Fixed edwin.ldr. Some files were loaded twice.
authorStephen Adams <edu/mit/csail/zurich/adams>
Thu, 3 Nov 1994 04:41:31 +0000 (04:41 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Thu, 3 Nov 1994 04:41:31 +0000 (04:41 +0000)
commited128e5d73e71569ce0698bced6bdc7bd4449e5c
treeea3568605149349f5d3ff620911d02f28a5ab514
parent9042a2ff50acab9fbf568278042799051a629401
Fixed edwin.ldr.  Some files were loaded twice.

Changed the selection of a default display type.

If a display type is requested but is not available then an error is
generated (the code used not to check).

There is no longer a preference for the display type 'CONSOLE, so the
list of defined types is always searched.  The initialization sequence
in edwin.ldr is tterm before (xterm or win32), which puts the
graphical display types ahead of the console in the display types
list, and this places them at a higher desirability.

Doing this revealed that the win32 availablility predicate was
implemented incorrectly.
v7/src/edwin/display.scm
v7/src/edwin/editor.scm
v7/src/edwin/win32.scm