[fa.info-mac] Emacs flow control revisited

info-mac@uw-beaver (02/04/85)

From: Steven Christensen <SC1K@CMU-CC-TE>


In a previous message I sent the lines necessary to include in a
Tops-20 EMACS.VARS file to cause Emacs to let ^S and ^Q pass.
They were in error.  The correct lines are:
----------
*: @:I*|-1 Fs Tty Page ^M |Fs Tty Macro ^M Fs Tty Init
System Output Holding:-1
Return from Superior Hook:"-1M.L System Output Holding$"
Return from Inferior Hook:"-1M.L System Output Holding$"
----------

The "^M"'s in the first line must be replaced by quoted control-M's.
The "$"'s are escape characters.


	Steven Christensen
	Carnegie-Mellon Univ.
	=====================
-------