Mercurial > emacs
comparison man/text.texi @ 60114:7b686264ae7b
(Text Mode): ESC TAB alternative for M-TAB.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 16 Feb 2005 10:19:05 +0000 |
parents | 01b2833123a8 |
children | 77b45e0d90b0 7e3f621f1dd4 |
comparison
equal
deleted
inserted
replaced
60113:f7a3d5a80994 | 60114:7b686264ae7b |
---|---|
850 paragraph-indent-text-mode} to enter this mode. Use @kbd{M-x | 850 paragraph-indent-text-mode} to enter this mode. Use @kbd{M-x |
851 paragraph-indent-minor-mode} to enter an equivalent minor mode, for | 851 paragraph-indent-minor-mode} to enter an equivalent minor mode, for |
852 instance during mail composition. | 852 instance during mail composition. |
853 | 853 |
854 @kindex M-TAB @r{(Text mode)} | 854 @kindex M-TAB @r{(Text mode)} |
855 Text mode, and all the modes based on it, define @kbd{M-@key{TAB}} as | 855 Text mode, and all the modes based on it, define @kbd{M-@key{TAB}} |
856 the command @code{ispell-complete-word}, which performs completion of | 856 as the command @code{ispell-complete-word}, which performs completion |
857 the partial word in the buffer before point, using the spelling | 857 of the partial word in the buffer before point, using the spelling |
858 dictionary as the space of possible words. @xref{Spelling}. | 858 dictionary as the space of possible words. @xref{Spelling}. If your |
859 window manager defines @kbd{M-@key{TAB}} to switch windows, you can | |
860 type this Emacs command as @kbd{@key{ESC} @key{TAB}}. | |
859 | 861 |
860 @vindex text-mode-hook | 862 @vindex text-mode-hook |
861 Entering Text mode runs the hook @code{text-mode-hook}. Other major | 863 Entering Text mode runs the hook @code{text-mode-hook}. Other major |
862 modes related to Text mode also run this hook, followed by hooks of | 864 modes related to Text mode also run this hook, followed by hooks of |
863 their own; this includes Paragraph-Indent Text mode, Nroff mode, @TeX{} | 865 their own; this includes Paragraph-Indent Text mode, Nroff mode, @TeX{} |