Changing WITHOUT-INTERRUPTS to WITH-EDITOR-INTERRUPTS-DISABLED
authorStephen Adams <edu/mit/csail/zurich/adams>
Wed, 2 Nov 1994 02:20:20 +0000 (02:20 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Wed, 2 Nov 1994 02:20:20 +0000 (02:20 +0000)
commit31ecd27ecb66b955a41f22e0ef1cff5c4ccb3336
treebafbd587cb86da91982b8a797397531a7e233194
parent964aba3053bf7be254eacc4d74088f4026abfabb
Changing WITHOUT-INTERRUPTS to WITH-EDITOR-INTERRUPTS-DISABLED
was not the right thing.

WITH-EDITOR-INTERRUPTS-DISABLED is required in the running editor but
the first buffer is created before the editor structure exists, and
variables may be set as early as initial file load time (prior to
dumping the band) -- e.g vc.scm.

WITHOUT-EDITOR-INTERRUPTS choses to do either a WITHOUT-INTERRUPTS or
a WITH-EDITOR-INTERRUPTS-DISABLED (confused?).  Perhaps
WITH-EDITOR-INTERRUPTS-DISABLED ought to have this behaviour.
v7/src/edwin/buffer.scm