Jed Smith <j...@jedsmith.org> 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 displayed. That means you can
> type "stty -echo", push CR, the echo option is cleared, then zsh
> immediately sets it before you get to type again.

But are you running zsh in an emacs shell window?  Emacs shell is not a
terminal emulator, it lets emacs do the editing, and only sends it to
the shell when enter is pressed.  To avoid clashing with readline and
equivalent (ZLE in case of zsh), emacs presents itself as a dumb
terminal, which should make zsh turn ZLE off.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to