comparison etc/TUTORIAL @ 46565:0cda1beae474

Say "human-language" instead of "English".
author Richard M. Stallman <rms@gnu.org>
date Fri, 19 Jul 2002 20:55:05 +0000
parents 5d6d01bbbe87
children 2111424826e5
comparison
equal deleted inserted replaced
46564:293b682578b5 46565:0cda1beae474
757 look like, each major mode has to insert comments differently. Each 757 look like, each major mode has to insert comments differently. Each
758 major mode is the name of an extended command, which is how you can 758 major mode is the name of an extended command, which is how you can
759 switch to that mode. For example, M-x fundamental-mode is a command to 759 switch to that mode. For example, M-x fundamental-mode is a command to
760 switch to Fundamental mode. 760 switch to Fundamental mode.
761 761
762 If you are going to be editing English text, such as this file, you 762 If you are going to be editing human-language text, such as this file, you
763 should probably use Text Mode. 763 should probably use Text Mode.
764 >> Type M-x text mode<Return>. 764 >> Type M-x text mode<Return>.
765 765
766 Don't worry, none of the Emacs commands you have learned changes in 766 Don't worry, none of the Emacs commands you have learned changes in
767 any great way. But you can observe that M-f and M-b now treat 767 any great way. But you can observe that M-f and M-b now treat
783 modifications of them. Each minor mode can be turned on or off by 783 modifications of them. Each minor mode can be turned on or off by
784 itself, independent of all other minor modes, and independent of your 784 itself, independent of all other minor modes, and independent of your
785 major mode. So you can use no minor modes, or one minor mode, or any 785 major mode. So you can use no minor modes, or one minor mode, or any
786 combination of several minor modes. 786 combination of several minor modes.
787 787
788 One minor mode which is very useful, especially for editing English 788 One minor mode which is very useful, especially for editing
789 text, is Auto Fill mode. When this mode is on, Emacs breaks the line 789 human-language text, is Auto Fill mode. When this mode is on, Emacs
790 in between words automatically whenever you insert text and make a 790 breaks the line in between words automatically whenever you insert
791 line that is too wide. 791 text and make a line that is too wide.
792 792
793 You can turn Auto Fill mode on by doing M-x auto fill mode<Return>. 793 You can turn Auto Fill mode on by doing M-x auto fill mode<Return>.
794 When the mode is on, you can turn it off again by doing M-x 794 When the mode is on, you can turn it off again by doing M-x
795 auto fill mode<Return>. If the mode is off, this command turns it on, 795 auto fill mode<Return>. If the mode is off, this command turns it on,
796 and if the mode is on, this command turns it off. We say that the 796 and if the mode is on, this command turns it off. We say that the