Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site othervax.UUCP Path: utzoo!linus!philabs!micomvax!othervax!softech From: softech@othervax.UUCP Newsgroups: net.emacs,net.unix-wizards Subject: Re: XON/XOFF, VT100's, 4.2BSD and Unipress Emacs Message-ID: <306@othervax.UUCP> Date: Mon, 6-Aug-84 19:21:12 EDT Article-I.D.: othervax.306 Posted: Mon Aug 6 19:21:12 1984 Date-Received: Wed, 8-Aug-84 00:45:13 EDT References: <724@grkermit.UUCP> Organization: Micom Co., Montreal Canada Lines: 19 [Fix this please] ^S and ^Q are so imbedded into the tty drivers that we simply decided to use other keys (^F for forward search, ^V for quote-character) and to bind the XON and XOFF keys to novalue (or nothing). Occasionnally we have to do a redraw-screen (especially when returning to a stopped emacs) because the emacs driver is a little too fast for the VT100 (and VT131). This is a very simple fix, all you have to do is add four lines to your .emacs_pro file: (bind-to-key "novalue" "^S") (bind-to-key "novalue" "^Q") (bind-to-key "search-forward" "^F") (bind-to-key "quote-character" "^V") Richard Blouin, SofTech Inc. !philabs!othervax!softech