Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!super.upenn.edu!eecae!lawitzke From: lawitzke@eecae.UUCP (John Lawitzke) Newsgroups: comp.emacs Subject: Re: Re: Gnu Emacs ^Q & ^S problems Message-ID: <4021@eecae.UUCP> Date: Thu, 19-Nov-87 08:49:14 EST Article-I.D.: eecae.4021 Posted: Thu Nov 19 08:49:14 1987 Date-Received: Sun, 22-Nov-87 00:39:14 EST References: <864@investor.UUCP> Organization: Engineering, Michigan State U., E. Lansing MI Lines: 18 >> I'm having a little trouble with using Gnu Emacs, in that the thing >> thinks that flow control characters (^Q ^S) are commands. > > I had the same problem with uEmacs so I modified the input routines to > pass ^S and ^Q. I imagine you could do the same thing in gnu. Far easier in GNU Emacs is to create the file ".emacs" in your home directory and include the lines: (global-unset-key "\C-s") (global-unset-key "\C-q") Of course this totally disables Q and S so anything that you have bound to them will have to be run the long way(ie M-X ......) -- j UUCP: ...ihnp4!msudoc!eecae!lawitzke "And it's just a box of rain..." ARPA: lawitzke@eecae.ee.msu.edu (35.8.8.151)