[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

VT100 never could keep up...



One thing you can do is to load the VT100 library from your EMACS.VARS
(or EMACS.INIT).  Then call "VT100 Page Mode" to setup your Emacs' ^S/^Q
like the C132 mode does.  Here are examples of what you might put in
those init files:


EMACS.VARS
	*: m(m.mLoad Library$)VT100$
	*: m(m.mVT100 Page Mode$)


EMACS.INIT
	m(m.mLoad Library$)VT100$
	m(m.mVT100 Page Mode$)


The last switch is to turn on COMND% processing.

Sam