comparison man/xemacs/misc.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 abe6d1db359e
children 7c7262c47538
comparison
equal deleted inserted replaced
935:7ddc4c0b471d 936:0f9686ac3ce7
415 In Char mode, each character is sent directly to the inferior subshell, 415 In Char mode, each character is sent directly to the inferior subshell,
416 except for the Term escape character, normally @kbd{C-c}. 416 except for the Term escape character, normally @kbd{C-c}.
417 417
418 To switch between line and char mode, use these commands: 418 To switch between line and char mode, use these commands:
419 @table @kbd 419 @table @kbd
420 @kindex C-c C-j @r{(Term mode)}
421 findex term-char-mode
422 @item C-c C-j
423 Switch to line mode. Do nothing if already in line mode.
424
420 @kindex C-c C-k @r{(Term mode)} 425 @kindex C-c C-k @r{(Term mode)}
421 findex term-char-mode 426 @findex term-line-mode
422 @item C-c C-k 427 @item C-c C-k
423 Switch to line mode. Do nothing if already in line mode.
424
425 @kindex C-c C-j @r{(Term mode)}
426 @findex term-line-mode
427 @item C-c C-j
428 Switch to char mode. Do nothing if already in char mode. 428 Switch to char mode. Do nothing if already in char mode.
429 @end table 429 @end table
430 430
431 The following commands are only available in Char mode: 431 The following commands are only available in Char mode:
432 @table @kbd 432 @table @kbd