Re: annoying CL echo in interactive python / ipython

2010-10-20 Thread kj
In Jed Smith writes: >On Tue, Oct 19, 2010 at 2:35 PM, kj wrote: >> In Jed Smith smith.org> writes: >> >>>On Tue, Oct 19, 2010 at 1:37 PM, kj wrote: >> % stty -echo >> >>>That doesn't do what you think it does. >> >> Gee, thanks. =A0That really helped. =A0I'll go talk to my guru now, >>

Re: annoying CL echo in interactive python / ipython

2010-10-19 Thread Jed Smith
On Tue, Oct 19, 2010 at 3:33 PM, Hrvoje Niksic wrote: > Jed Smith writes: > >>>     echo (-echo) >>>                 Echo back (do not echo back) every character typed. >> >> I'm going to guess that the percent sign in your prompt indicates that >> you're using zsh(1).  With my minimally-customiz

Re: annoying CL echo in interactive python / ipython

2010-10-19 Thread Hrvoje Niksic
Jed Smith writes: >> echo (-echo) >> Echo back (do not echo back) every character typed. > > I'm going to guess that the percent sign in your prompt indicates that > you're using zsh(1). With my minimally-customized zsh, the echo > option is reset every time the prompt is dis

Re: annoying CL echo in interactive python / ipython

2010-10-19 Thread Hrvoje Niksic
Jed Smith writes: > On Tue, Oct 19, 2010 at 1:37 PM, kj wrote: > >> % stty -echo > > That doesn't do what you think it does. Really? Turning off tty echo sounds exactly like what he wants. Emacs shell echoes characters for you, just like interactive shells do. When you press enter, the charac

Re: annoying CL echo in interactive python / ipython

2010-10-19 Thread Jed Smith
On Tue, Oct 19, 2010 at 2:35 PM, kj wrote: > In Jed Smith > writes: > >>On Tue, Oct 19, 2010 at 1:37 PM, kj wrote: > >>> % stty -echo > >>That doesn't do what you think it does. > > Gee, thanks.  That really helped.  I'll go talk to my guru now, > and meditate over this. You're right, I could

Re: annoying CL echo in interactive python / ipython

2010-10-19 Thread kj
In Jed Smith writes: >On Tue, Oct 19, 2010 at 1:37 PM, kj wrote: >> % stty -echo >That doesn't do what you think it does. Gee, thanks. That really helped. I'll go talk to my guru now, and meditate over this. -- http://mail.python.org/mailman/listinfo/python-list

Re: annoying CL echo in interactive python / ipython

2010-10-19 Thread Jed Smith
On Tue, Oct 19, 2010 at 1:37 PM, kj wrote: > % stty -echo That doesn't do what you think it does. -- Jed Smith j...@jedsmith.org -- http://mail.python.org/mailman/listinfo/python-list

annoying CL echo in interactive python / ipython

2010-10-19 Thread kj
Under some parent shells, both my interactive python as well as ipython, produce an unwanted echoing of the input line. E.g. >>> 1 + 1 1 + 1 2 >>> What's worse, upon exiting the interactive python/ipython session, the terminal is left in echo mode: >>> % date date Tue Oct 19 13:27:47 EDT 2