Mercurial > hg > xemacs-beta
changeset 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 | 7ddc4c0b471d |
children | 4a2ad9252ff5 |
files | man/ChangeLog man/term.texi man/xemacs/misc.texi |
diffstat | 3 files changed, 13 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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ä <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. + 2002-07-27 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.8 "broccoli" is released.
--- 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
--- 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