Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!nysernic!weltyc From: weltyc@nysernic.UUCP Newsgroups: comp.emacs Subject: Re: ^Q & ^S Gnu problem: Summary Message-ID: <566@nysernic> Date: Mon, 23-Nov-87 17:59:44 EST Article-I.D.: nysernic.566 Posted: Mon Nov 23 17:59:44 1987 Date-Received: Thu, 26-Nov-87 06:06:11 EST References: <20600011@silver> Sender: nobody@nysernic Reply-To: weltyc@nisc.nyser.net.UUCP (Christopher A. Welty) Organization: RPI Computer Science Dept. Lines: 28 In article <20600011@silver> creps@silver.bacs.indiana.edu writes: > > Sorry I'm so late getting this posted, but I've had hundreds of things >to do the past few weeks. I didn't reply to individual requests for the >^Q ^S flow control problems because I had so many requests, I decided to >post the solutions. >- - - - - - - - - > (global-set-key "\C-S" 'ignore) > (global-set-key "\C-Q" 'ignore) This has probably already been discussed, so if it has I really don't want to fan the flames on this whole ^s/^q question. I usually ignore the postings about it, but something about this posting caught my eye. i noticed that most people wanted to bind ^S and ^Q to functions that dont do anything. The only reason I am posting this is in case there was an oversight! Any reason why you didn't just: (global-unset-key "\c-s") (global-unset-key "\c-q") Once again, if this has been mulled over already then don't even bother responding, I really don't care, I just thought that maybe someone hadn't realized that you could unbind a keystroke. Of course, you have to unbind it in all the local maps, too - but doing a global set-key wouldn't fix that either.... Christopher Welty --- Asst. Director, RPI CS Labs weltyc@cs.rpi.edu ...!rutgers!nysernic!weltyc