Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!husc6!mit-eddie!genrad!decvax!ucbvax!PROPHET.BBN.COM!rwells From: rwells@PROPHET.BBN.COM Newsgroups: comp.emacs Subject: Re: What's wrong with flow control? Message-ID: <8612020023.AA05566@ucbvax.Berkeley.EDU> Date: Mon, 1-Dec-86 17:44:48 EST Article-I.D.: ucbvax.8612020023.AA05566 Posted: Mon Dec 1 17:44:48 1986 Date-Received: Tue, 2-Dec-86 02:08:28 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 12 There is another approach to dealing with ^S/^Q that is worth considering. Your terminal or terminal emulator could have a mode in which it translates keyboard entry of Control-S and Control-Q into something else - either multi-character escape sequences or other control characters. You then initialize emacs to recognize these translated sequences as equivalent to real ^S/^Q, something those of us plagued with flow control problems already have to do anyway. This would allow you to type the nice mnemonic keystrokes while staying out of the way of flow control. There are probably existing ibmpc terminal emulator programs with keystroke macros powerful enough to do this kind of keyboard translation, if you are having flow control problems when using a pc as a terminal. -Robert