Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.ARPA Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!info-vax From: info-vax@ucbvax.ARPA Newsgroups: fa.info-vax Subject: Re: VAX/VMS EMACS on PRO/350s -- XON/XOFF Problem Message-ID: <9347@ucbvax.ARPA> Date: Fri, 26-Jul-85 02:22:37 EDT Article-I.D.: ucbvax.9347 Posted: Fri Jul 26 02:22:37 1985 Date-Received: Sat, 27-Jul-85 04:14:23 EDT Sender: daemon@ucbvax.ARPA Organization: University of California at Berkeley Lines: 14 From: H Eidnes I know of a Emacs subset work-alike from Sweden - AMIS, and how they've solved the problem with Xon-Xoff. The editor has now been given a command "M-X XonXoff Mode", which maps the character C-S to C-H ("hit" - you use C-B for "backwards" anyway...) and C-Q to C-\ (in the style of Unix quote...). The Xon and Xoff characters are then freed to do flow control with. There is one problem, however - how do you insert a C-Q in your text (or C-S for that matter)? I have read somewhere that the author of Goslings Emacs is *very* much against using ^S and ^Q for flow control - what he said (wrote) was basically that he did *not* intend to support inferior terminals uncapable of receiving data at sufficient speed without flow control...