Mercurial > hg > xemacs-beta
comparison man/term.texi @ 936:0f9686ac3ce7
[xemacs-hg @ 2002-07-29 21:52:14 by scop]
2002-07-30 Ville Skyttä <ville.skytta@xemacs.org>
* term.texi (Input to the inferior): Fix term line/char mode
switch keybindings. Kudos to Jacob P. Burckhardt.
* xemacs/misc.texi (Term Mode): Ditto.
Message-Id: <1027534880.15332.209.camel@bobcat.ods.org>
author | scop |
---|---|
date | Mon, 29 Jul 2002 21:52:17 +0000 |
parents | 5596b330879a |
children | 1094d6d400fb |
comparison
equal
deleted
inserted
replaced
935:7ddc4c0b471d | 936:0f9686ac3ce7 |
---|---|
176 Regulars characters insert themselves into the buffer. | 176 Regulars characters insert themselves into the buffer. |
177 When return is typed, the entire current line of the buffer | 177 When return is typed, the entire current line of the buffer |
178 (except possibly the prompt) is sent to the inferior process. | 178 (except possibly the prompt) is sent to the inferior process. |
179 Line mode is basically the original shell mode from earlier Emacs versions. | 179 Line mode is basically the original shell mode from earlier Emacs versions. |
180 | 180 |
181 To switch from line mode to character mode type @kbd{C-c c}. | 181 To switch from line mode to character mode type @kbd{C-c C-k}. |
182 To switch from character mode to line mode type @kbd{C-c l}. | 182 To switch from character mode to line mode type @kbd{C-c C-j}. |
183 | 183 |
184 In either mode, "echoing" of user input is handled by the inferior. | 184 In either mode, "echoing" of user input is handled by the inferior. |
185 Therefor, in line mode after an input line at the end of the buffer | 185 Therefor, in line mode after an input line at the end of the buffer |
186 is sent to the inferior, it is deleted from the buffer. | 186 is sent to the inferior, it is deleted from the buffer. |
187 This is so that the inferior can echo the input, if it wishes | 187 This is so that the inferior can echo the input, if it wishes |