bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: is this fixed in 4.3?


From: Greg Wooledge
Subject: Re: is this fixed in 4.3?
Date: Thu, 31 Jul 2014 07:58:16 -0400
User-agent: Mutt/1.4.2.3i

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

[Prev in Thread] Current Thread [Next in Thread]