info-mac@uw-beaver (02/01/85)
From: Steven Christensen <SC1K@CMU-CC-TE>
In order to cause (Tops-20) emacs to pass ^S and ^Q to the system, the
following lines are inserted into the EMACS.VARS file:
--------------------
*: @:I*|-1 Fs Tty Page
|Fs Tty Macro
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$"
--------------------
Note the "$" are escapes, and the "^M" is a control-M
This will cause emacs to pass ^S amd ^Q to the system.
You will have to define other keys for the functions that included
a ^S or ^Q in them
Steven Christensen
Carnegie-Mellon Univ.
=====================
-------