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: <9337@ucbvax.ARPA> Date: Thu, 25-Jul-85 20:39:26 EDT Article-I.D.: ucbvax.9337 Posted: Thu Jul 25 20:39:26 1985 Date-Received: Sat, 27-Jul-85 02:59:37 EDT Sender: daemon@ucbvax.ARPA Organization: University of California at Berkeley Lines: 17 From: Keith F. Lynch We have this kind of problem a lot at SAIC. DEC is very XON/XOFF oriented. In fact the VT200 series terminals (which is what I think the PRO/350 is really emulating) will not really send a ^S at all. When you type ^S, the screen will freeze and the terminal will not transmit a ^S unless the VAX keeps sending data. With the version of Gosmacs that we have, there is a "set xon mode on" command. In this mode ^S will pause Emacs, and ^Q will continue it. Of course this means that ^S and ^Q cannot be used as commands or as parts of commands. My only other suggestions are to reduce the speed to 2400 baud, try SET TERMIANL /CRFILL=9 /LFFILL=9 (or some lesser values) to pad things with nulls (this won't work if you have an older version of Gosmacs that only works in /PASSALL mode), and turn off smooth scroll if it's on. ...Keith