home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / gnu / emacs / help / 3700 < prev    next >
Encoding:
Text File  |  1992-08-12  |  2.1 KB  |  50 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!pipex!demon!edscom.demon.co.uk!kevin
  3. From: kevin@edscom.demon.co.uk (Kevin Broadey)
  4. Subject: Re: C-s problems
  5. In-Reply-To: pedersen@seas.smu.edu's message of Tue, 11 Aug 1992 20:01:28 GMT
  6. Message-ID: <KEVIN.92Aug12100941@buffalobill.edscom.demon.co.uk>
  7. Sender: kevin@edscom.demon.co.uk (Kevin Broadey)
  8. Organization: EDS-Scicon, Milton Keynes, UK
  9. References: <1992Aug11.200128.25622@seas.smu.edu>
  10. Distribution: gnu.emacs.help
  11. Date: Wed, 12 Aug 1992 10:09:41 GMT
  12. Lines: 36
  13.  
  14. In article <1992Aug11.200128.25622@seas.smu.edu> pedersen@seas.smu.edu (Ted Pedersen) writes:
  15.  
  16.    I am a new emacs user and am having a very good time learning my way around.
  17.    However, a problem has come up. It seems that whenever I use the C-s key
  18.    (either as a part of a C-x C-s command or to do a forward search) I just 
  19.    lock up. Nothing registers on the little mini buffer and I usually have to 
  20.    bail all the way out of emacs. Note that C-r (the backward search) works very
  21.    well. Anybody have any ideas of what this might be and/or what I can do to
  22.    get around it.
  23.  
  24.    Thanks,
  25.    Ted Pedersen
  26.  
  27.  
  28. This looks like a flow control problem, because C-s (otherwise known as XOFF)
  29. is a standard way for a terminal to tell the host to stop sending it
  30. characters.
  31.  
  32. Now, Emacs ought to set the terminal driver to pass flow control characters
  33. straight through (rather than action them), so my guess is you're using
  34. something like a DEC-VT220...
  35.  
  36. In the `Communications Set-Up' menu is a field at the start of the second line
  37. which reads "XOFF at 64", "XOFF at 128" or "NO XOFF".  If it is set to one of
  38. the first two, typing `C-s' causes the VT to lock the display _immediately_,
  39. wait for a few more characters (maybe), then send `C-s' to the host.  What you
  40. need to do is set it to "NO XOFF" so that the VT passes `C-s' straight to the
  41. host.
  42.  
  43. Mail me and let me know what you _are_ using if I've completely missed the
  44. mark!
  45. -- 
  46. Kevin Broadey, EDS-Scicon
  47. Mail:    Wavendon Tower, Wavendon, Milton Keynes, MK17 8LX, England
  48. E-mail: kbroadey@edscom.demon.co.uk
  49. Phone:    +44 908 284198 or +44 908 585858 ext 4198
  50.