Re: bash loop using mintty

2010-04-17 Thread Andy Koppe
Jeremy Bopp wrote: > On 4/17/2010 3:31 PM, ERIC HO wrote: >> I  just tested it under xterm and bash loops as well with shift F12. > > I just reproduced this problem with a simpler test case.  Enter vi > editing mode under bash and then type ESC-;.  That is, press the escape > key and then hit the s

Re: bash loop using mintty

2010-04-17 Thread Jeremy Bopp
On 4/17/2010 3:31 PM, ERIC HO wrote: > Hi Andy, you are right, I just tested it under xterm and bash loops as well > with shift F12. I just reproduced this problem with a simpler test case. Enter vi editing mode under bash and then type ESC-;. That is, press the escape key and then hit the sem

Re: bash loop using mintty

2010-04-17 Thread ERIC HO
Hi Andy, you are right, I just tested it under xterm and bash loops as well with shift F12. Eric -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml

Re: bash loop using mintty

2010-04-17 Thread Andy Koppe
ERIC HO wrote: > I reported a couple of times of the bash loop problem before. But it seems > the problem could bot be duplicated > by others. > I use "mintty -" to start up a terminal session. > Today, I found out the problem. The loop is caused by set -o vi in my > .bashrc. After I removed that

bash loop using mintty

2010-04-17 Thread ERIC HO
I reported a couple of times of the bash loop problem before. But it seems the problem could bot be duplicated by others. I use "mintty -" to start up a terminal session. Today, I found out the problem. The loop is caused by set -o vi in my .bashrc. After I removed that statement, I can hit shi