aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman1994-07-03 19:32:14 +0000
committerRichard M. Stallman1994-07-03 19:32:14 +0000
commitafb7440b5d3e1bcbaa7963afedf26799cb161b86 (patch)
treeaabef80754dc590da73b372e06e85b8780745583 /etc
parente9d8e8c77ef72d4667bdd35a0e8d94287480c1bd (diff)
downloademacs-afb7440b5d3e1bcbaa7963afedf26799cb161b86.tar.gz
emacs-afb7440b5d3e1bcbaa7963afedf26799cb161b86.zip
Talk about flow control along with C-x C-s and C-s.
Diffstat (limited to 'etc')
-rw-r--r--etc/TUTORIAL14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/TUTORIAL b/etc/TUTORIAL
index 59a797c9ca0..90554f7d920 100644
--- a/etc/TUTORIAL
+++ b/etc/TUTORIAL
@@ -441,6 +441,13 @@ work if the system should crash.
441 This should print "Wrote .../TUTORIAL" at the bottom of the screen. 441 This should print "Wrote .../TUTORIAL" at the bottom of the screen.
442 On VMS it will print "Wrote ...[...]TUTORIAL." 442 On VMS it will print "Wrote ...[...]TUTORIAL."
443 443
444NOTE: On some systems, typing C-x C-s will freeze the screen and you
445will see no further output from Emacs. This indicates that an
446operating system "feature" called "flow control" is intercepting the
447C-s and not letting it get through to Emacs. To unfreeze the screen,
448type C-q. Then see the section "Spontaneous Entry to Incremental
449Search" in the Emacs manual for advice on dealing with this "feature".
450
444To make a new file, just find it "as if" it already existed. Then 451To make a new file, just find it "as if" it already existed. Then
445start typing in the text. When you ask to "save" the file, Emacs 452start typing in the text. When you ask to "save" the file, Emacs
446will really create the file with the text that you have inserted. 453will really create the file with the text that you have inserted.
@@ -665,6 +672,13 @@ to the next occurrence of 'cursor' just type C-s again. If no such
665occurrence exists Emacs beeps and tells you that it is a failing 672occurrence exists Emacs beeps and tells you that it is a failing
666search. C-g would also terminate the search. 673search. C-g would also terminate the search.
667 674
675NOTE: On some systems, typing C-s will freeze the screen and you will
676see no further output from Emacs. This indicates that an operating
677system "feature" called "flow control" is intercepting the C-s and not
678letting it get through to Emacs. To unfreeze the screen, type C-q.
679Then see the section "Spontaneous Entry to Incremental Search" in the
680Emacs manual for advice on dealing with this "feature".
681
668If you are in the middle of an incremental search and type <Rubout>, 682If you are in the middle of an incremental search and type <Rubout>,
669you'll notice that the last character in the search string is erased 683you'll notice that the last character in the search string is erased
670and the search backs up to the last place of the search. For 684and the search backs up to the last place of the search. For