emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/trouble.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/trouble.texi
Date: Thu, 06 Apr 2006 02:55:43 +0000

Index: emacs/man/trouble.texi
diff -u emacs/man/trouble.texi:1.58 emacs/man/trouble.texi:1.59
--- emacs/man/trouble.texi:1.58 Wed Apr  5 01:42:12 2006
+++ emacs/man/trouble.texi      Thu Apr  6 02:55:42 2006
@@ -137,7 +137,6 @@
 * Stuck Recursive::       `[...]' in mode line around the parentheses.
 * Screen Garbled::        Garbage on the screen.
 * Text Garbled::          Garbage in the text.
-* Unasked-for Search::    Spontaneous entry to incremental search.
 * Memory Full::           How to cope when you run out of memory.
 * After a Crash::         Recovering editing in an Emacs session that crashed.
 * Emergency Escape::      Emergency escape---
@@ -269,42 +268,6 @@
 temporarily off-limits.  To make it accessible again, type @kbd{C-x n
 w}.  @xref{Narrowing}.
 
address@hidden Unasked-for Search
address@hidden Spontaneous Entry to Incremental Search
-
-  If Emacs spontaneously displays @samp{I-search:} at the bottom of the
-screen, it means that the terminal is sending @kbd{C-s} and @kbd{C-q}
-according to the poorly designed xon/xoff ``flow control'' protocol.
-
-  If this happens to you, your best recourse is to put the terminal in a
-mode where it will not use flow control, or give it so much padding that
-it will never send a @kbd{C-s}.  (One way to increase the amount of
-padding is to set the variable @code{baud-rate} to a larger value.  Its
-value is the terminal output speed, measured in the conventional units
-of baud.)
-
address@hidden flow control
address@hidden xon-xoff
address@hidden enable-flow-control
-  If you don't succeed in turning off flow control, the next best thing
-is to tell Emacs to cope with it.  To do this, call the function
address@hidden
-
address@hidden enable-flow-control-on
-  Typically there are particular terminal types with which you must use
-flow control.  You can conveniently ask for flow control on those
-terminal types only, using @code{enable-flow-control-on}.  For example,
-if you find you must use flow control on VT-100 and H19 terminals, put
-the following in your @file{.emacs} file:
-
address@hidden
-(enable-flow-control-on "vt100" "h19")
address@hidden example
-
-  When flow control is enabled, you must type @kbd{C-\} to get the
-effect of a @kbd{C-s}, and type @kbd{C-^} to get the effect of a
address@hidden
-
 @node Memory Full
 @subsection Running out of Memory
 @cindex memory full




reply via email to

[Prev in Thread] Current Thread [Next in Thread]