comparison etc/TUTORIAL @ 8128:027fb17a2952

Talk about flow control along with C-x C-s and C-s.
author Richard M. Stallman <rms@gnu.org>
date Sun, 03 Jul 1994 19:32:14 +0000
parents c78bae220849
children 4217123670e2
comparison
equal deleted inserted replaced
8127:81dacf7883e7 8128:027fb17a2952
439 439
440 >> Type C-x C-s, saving your copy of the tutorial. 440 >> Type C-x C-s, saving your copy of the tutorial.
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
444 NOTE: On some systems, typing C-x C-s will freeze the screen and you
445 will see no further output from Emacs. This indicates that an
446 operating system "feature" called "flow control" is intercepting the
447 C-s and not letting it get through to Emacs. To unfreeze the screen,
448 type C-q. Then see the section "Spontaneous Entry to Incremental
449 Search" in the Emacs manual for advice on dealing with this "feature".
450
444 To make a new file, just find it "as if" it already existed. Then 451 To make a new file, just find it "as if" it already existed. Then
445 start typing in the text. When you ask to "save" the file, Emacs 452 start typing in the text. When you ask to "save" the file, Emacs
446 will really create the file with the text that you have inserted. 453 will really create the file with the text that you have inserted.
447 From then on, you can consider yourself to be editing an already 454 From then on, you can consider yourself to be editing an already
448 existing file. 455 existing file.
663 go to the occurrence of the string that you've typed out so far. To go 670 go to the occurrence of the string that you've typed out so far. To go
664 to the next occurrence of 'cursor' just type C-s again. If no such 671 to the next occurrence of 'cursor' just type C-s again. If no such
665 occurrence exists Emacs beeps and tells you that it is a failing 672 occurrence exists Emacs beeps and tells you that it is a failing
666 search. C-g would also terminate the search. 673 search. C-g would also terminate the search.
667 674
675 NOTE: On some systems, typing C-s will freeze the screen and you will
676 see no further output from Emacs. This indicates that an operating
677 system "feature" called "flow control" is intercepting the C-s and not
678 letting it get through to Emacs. To unfreeze the screen, type C-q.
679 Then see the section "Spontaneous Entry to Incremental Search" in the
680 Emacs manual for advice on dealing with this "feature".
681
668 If you are in the middle of an incremental search and type <Rubout>, 682 If you are in the middle of an incremental search and type <Rubout>,
669 you'll notice that the last character in the search string is erased 683 you'll notice that the last character in the search string is erased
670 and the search backs up to the last place of the search. For 684 and the search backs up to the last place of the search. For
671 instance, suppose you currently have typed 'cu' and you see that your 685 instance, suppose you currently have typed 'cu' and you see that your
672 cursor is at the first occurrence of 'cu'. If you now type <Rubout>, 686 cursor is at the first occurrence of 'cu'. If you now type <Rubout>,