Xref: utzoo comp.emacs:7405 gnu.emacs:2010 gnu.emacs.bug:1409 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!sunybcs!sybil.cs.Buffalo.EDU!ross From: ross@sybil.cs.Buffalo.EDU (Donald Ross) Newsgroups: comp.emacs,gnu.emacs,gnu.emacs.bug Subject: Re: Problem with GNU Emacs. Keywords: Problem, search-forward, scroll lock. Message-ID: <14572@eerie.acsu.Buffalo.EDU> Date: 11 Dec 89 21:20:05 GMT References: <3071@uceng.UC.EDU> Sender: nobody@acsu.buffalo.edu Reply-To: lockwood@sybil.cs.Buffalo.EDU.UUCP (Donald Ross) Followup-To: comp.emacs Distribution: usa Organization: SUNY/Buffalo Computer Science Lines: 30 In article <3071@uceng.UC.EDU> sramacha@uceng.UC.EDU (Sridhar Ramachandran) writes: > >I have been having a problem with my GNU Emacs. Whenever I use >a sequence with C-S in it like search-forward and saving-buffers, >I scroll lock the terminal. It is as if Emacs hasn't read the >C-S at all. Then I have to type C-q to unlock the screen. >I am using a terminal with vt100 settings and default >Emacs settings. > >Can somebody help me out of this problem? > >--Sridhar Ramachandran. Try M-x (enable-flow-control) This sets C-] equal to C-s so that you won't be locking the screen scroll (which I know can be very annoying). Now, C-] will invoke I-search and likewise C-x C-s will invoke save-buffer, etc. If this is what your looking for just insert (enable-flow-control) in your .emacs file. Don. ====================================================================== = =__________________DID_THIS_ACTUALLY_WORK?!______________________= = = =Don Ross | Univ. of N.Y. at Buffalo | ross@sybil.cs.buffalo.edu = = ======================================================================