[comp.emacs] Getting Emacs to not echo characters

worley@compass.UUCP (Dale Worley) (12/08/89)

    The other problem I am having is also in the shell, after I
    have completed the remote login.  Emacs echoes everything to
    the screen in addition to the remote host echoing it and every
    line is followed my ^M.  Is there a mode or process-filter
    which I can apply to get rid of this behaviour?

Use "stty -echo nl" in the remote shell.  The problem is that the
remote system is echoing your input, which is rediculous since it is
after-the-fact; and it is emitting RET LFD for end-of-line, which is
standard for talking to terminals, but nonstandard for communication
between Unix entities.

Dale Worley		Compass, Inc.			worley@compass.com
--
Fax: Originally a last resort for procrastinators who missed the final
Federal Express pickup; these days, an expensive way to order lunch
from the pizza place around the corner.