Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Apr 2001 07:10:03 -0400
From:      parv <parv_@yahoo.com>
To:        f-q <freebsd-questions@freebsd.org>
Subject:   ksh93: different emacs mode behaviour in xterm and console
Message-ID:  <20010402071002.A1145@moo.holy.cow>

next in thread | raw e-mail | index | archive | help
on plain old console (TERM=cons25):
- before setting emacs mode:
  M-h produces visible character 'h' instead of deleting current word
  C-w works like M-h

- after setting emacs mode
  M-h does not work as stated in man ksh(1); produces character 'h' 
  C-w behaves like C-u (unix-line-discard, from man bash(1))

in a xterm (${TERM:0:5}=xterm):
- before emacs mode:
  M-h produces ^[h character
  C-w works like M-h

- after emacs mode:
  M-h works as stated in man ksh(1); 
  C-w works like C-u


also, i am not binding any keys, just relying on default behaviour;
i wish i could use ksh93 in console too after setting emacs mode.

btw, am using FreeBSD 4.3-RC as of Mar 31 4.38a est 2001; ksh is 
"ksh 93" (tried both from the ports and built from ast-open sources).

what could be the cause of M-h not working under/in console after setting 
emacs mode? 

- parv


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010402071002.A1145>