Force control-g synchronization always. Turns out BSD had the same
authorChris Hanson <org/chris-hanson/cph>
Fri, 21 Oct 1988 16:30:23 +0000 (16:30 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 21 Oct 1988 16:30:23 +0000 (16:30 +0000)
problem as hp-ux.

etc/xscheme.el

index 0592877190398e6fd2f3aa5cd67c75a765789066..4969fe7675caacd9d33d7f48203bc7300feedd34 100644 (file)
@@ -21,7 +21,7 @@
 ;;; Requires C-Scheme release 5 or later
 ;;; Changes to Control-G handler require runtime version 13.85 or later
 
-;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/etc/xscheme.el,v 1.20 1988/10/21 15:28:23 cph Exp $
+;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/etc/xscheme.el,v 1.21 1988/10/21 16:30:23 cph Exp $
 
 (require 'scheme)
 \f
@@ -451,7 +451,7 @@ reading-string         reading prompt string")
   "This variable, if nil, indicates that the scheme process is
 waiting for input.  Otherwise, it is busy evaluating something.")
 
-(defconst xscheme-control-g-synchronization-p (eq system-type 'hpux)
+(defconst xscheme-control-g-synchronization-p t
   "If non-nil, insert markers in the scheme input stream to indicate when
 control-g interrupts were signalled.  Do not allow more control-g's to be
 signalled until the scheme process acknowledges receipt.")