[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: send-invisible and remote login
From: |
Kai Grossjohann |
Subject: |
Re: send-invisible and remote login |
Date: |
Mon, 06 Sep 2004 14:20:49 +0200 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) |
Kin Cho <ignore-this-prefixkin@techie.com> writes:
> I want to send a non-echoing string (let's say "date") to a
> shell-buffer running a telnet/ssh process.
>
> I found that send-invisible doesn't work in this case. The
> delivered string is still echoed in the buffer.
What about M-: (send-string nil "bla\n") RET?
If that also echoes, then perhaps it suffices to issue "stty -echo" at
the remote shell?
Kai