[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: send-invisible and remote login
From: |
Kin Cho |
Subject: |
Re: send-invisible and remote login |
Date: |
06 Sep 2004 10:52:14 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
You're right, it was just a Unix problem. Thanks Kai.
-kin
Kai Grossjohann <kai@emptydomain.de> writes:
> 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