Hi, What about this?
cheers david Index: ksh.1 =================================================================== RCS file: /cvs/src/bin/ksh/ksh.1,v retrieving revision 1.132 diff -u -p -r1.132 ksh.1 --- ksh.1 27 Mar 2010 09:10:01 -0000 1.132 +++ ksh.1 3 May 2010 13:11:14 -0000 @@ -3668,6 +3668,9 @@ Enable BRL emacs-like command-line editi .It Ic emacs-usemeta In emacs command-line editing, use the 8th bit as meta (^[) prefix. This is the default. +Disable it with +.Ic set +o emacs-usemeta +to be able to input accented characters. .It Ic gmacs Enable gmacs-like command-line editing (interactive shells only). Currently identical to emacs editing except that transpose (^T) acts slightly
