On Wed, Jul 30, 2014 at 02:46:08PM -0700, Linda Walsh wrote:
> I just noticed in the 4.2.45 I'm still running that when I
> reset my local to standard (LC_ALL=C), it turned off
> "vi mode" in my shell ops and turned on emacs mode.

I cannot reproduce this.

imadev:~$ bash-4.2
imadev:~$ echo $BASH_VERSION
4.2.46(1)-release
imadev:~$ set -o | grep -E 'vi|emacs'
emacs           off
privileged      off
vi              on
imadev:~$ LC_ALL=C
imadev:~$ set -o | grep -E 'vi|emacs'
emacs           off
privileged      off
vi              on

How did you "reset your locale"?

Reply via email to