# HG changeset patch # User scop # Date 1027979537 0 # Node ID 0f9686ac3ce76e32b5d10613aa6d0ce99f3d3713 # Parent 7ddc4c0b471da5bc8fb69f4fe1d94b234032ef9c [xemacs-hg @ 2002-07-29 21:52:14 by scop] 2002-07-30 Ville Skyttä * 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> diff -r 7ddc4c0b471d -r 0f9686ac3ce7 man/ChangeLog --- a/man/ChangeLog Mon Jul 29 21:06:12 2002 +0000 +++ b/man/ChangeLog Mon Jul 29 21:52:17 2002 +0000 @@ -1,3 +1,10 @@ +2002-07-30 Ville Skyttä + + * term.texi (Input to the inferior): Fix term line/char mode + switch keybindings. Kudos to Jacob P. Burckhardt. + + * xemacs/misc.texi (Term Mode): Ditto. + 2002-07-27 Steve Youngs * XEmacs 21.5.8 "broccoli" is released. diff -r 7ddc4c0b471d -r 0f9686ac3ce7 man/term.texi --- a/man/term.texi Mon Jul 29 21:06:12 2002 +0000 +++ b/man/term.texi Mon Jul 29 21:52:17 2002 +0000 @@ -178,8 +178,8 @@ (except possibly the prompt) is sent to the inferior process. Line mode is basically the original shell mode from earlier Emacs versions. -To switch from line mode to character mode type @kbd{C-c c}. -To switch from character mode to line mode type @kbd{C-c l}. +To switch from line mode to character mode type @kbd{C-c C-k}. +To switch from character mode to line mode type @kbd{C-c C-j}. In either mode, "echoing" of user input is handled by the inferior. Therefor, in line mode after an input line at the end of the buffer diff -r 7ddc4c0b471d -r 0f9686ac3ce7 man/xemacs/misc.texi --- a/man/xemacs/misc.texi Mon Jul 29 21:06:12 2002 +0000 +++ b/man/xemacs/misc.texi Mon Jul 29 21:52:17 2002 +0000 @@ -417,14 +417,14 @@ To switch between line and char mode, use these commands: @table @kbd -@kindex C-c C-k @r{(Term mode)} +@kindex C-c C-j @r{(Term mode)} findex term-char-mode -@item C-c C-k +@item C-c C-j Switch to line mode. Do nothing if already in line mode. -@kindex C-c C-j @r{(Term mode)} +@kindex C-c C-k @r{(Term mode)} @findex term-line-mode -@item C-c C-j +@item C-c C-k Switch to char mode. Do nothing if already in char mode. @end table