diff options
| author | Chong Yidong | 2008-03-12 13:41:02 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-03-12 13:41:02 +0000 |
| commit | a5ef46d9720cdc5ddc5e440abe20d673853d107c (patch) | |
| tree | ddaa9aa4bfa53515dd67989aceabef9d7be9489d /etc/tutorials/TUTORIAL | |
| parent | 4d2d106e6f6f8225734eb6c223d45ece437380db (diff) | |
| download | emacs-a5ef46d9720cdc5ddc5e440abe20d673853d107c.tar.gz emacs-a5ef46d9720cdc5ddc5e440abe20d673853d107c.zip | |
Remove discussion of flow control.
Diffstat (limited to 'etc/tutorials/TUTORIAL')
| -rw-r--r-- | etc/tutorials/TUTORIAL | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/tutorials/TUTORIAL b/etc/tutorials/TUTORIAL index 2e31bee81b2..4345ac504e2 100644 --- a/etc/tutorials/TUTORIAL +++ b/etc/tutorials/TUTORIAL | |||
| @@ -539,13 +539,6 @@ work if the system should crash. | |||
| 539 | >> Type C-x C-s, saving your copy of the tutorial. | 539 | >> Type C-x C-s, saving your copy of the tutorial. |
| 540 | This should show "Wrote ...TUTORIAL" at the bottom of the screen. | 540 | This should show "Wrote ...TUTORIAL" at the bottom of the screen. |
| 541 | 541 | ||
| 542 | NOTE: On some systems, typing C-x C-s will freeze the screen and you | ||
| 543 | will see no further output from Emacs. This indicates that an | ||
| 544 | operating system "feature" called "flow control" is intercepting the | ||
| 545 | C-s and not letting it get through to Emacs. To unfreeze the screen, | ||
| 546 | type C-q. Then see the section "Spontaneous Entry to Incremental | ||
| 547 | Search" in the Emacs manual for advice on dealing with this "feature". | ||
| 548 | |||
| 549 | You can find an existing file, to view it or edit it. You can also | 542 | You can find an existing file, to view it or edit it. You can also |
| 550 | find a file which does not already exist. This is the way to create a | 543 | find a file which does not already exist. This is the way to create a |
| 551 | file with Emacs: find the file, which will start out empty, and then | 544 | file with Emacs: find the file, which will start out empty, and then |