On 19 Oct 1999, Mark A. Hershberger <[EMAIL PROTECTED]> wrote:

> Here is what I get from an manually slogging in and executing the
> commands:
> 
> --- cut ---
> [other_machine:/]# exec /bin/sh
> [h:w]$ PS1=''; PS2=''; PS3=''
> stty -onlcr -echo
> hello
>      //////
> --- cut ---
> 
> Seems to me that it does what is expected (at least manually).  

Yeah, it is. The '-onclr' stops cr/lf translations from occurring on
output, confusing your terminal emulator somewhat. 

Do you have enough elisp to breakpoint in 'rcp-open-connection-rlogin'
and single-step the code to see where it is losing it?

> If it helps, other_machine is an SGI box running IRIX 6.4; login shell
> is Bash 1.14.4.

Bleh. That *should* work. If you have not, can you 
'(setq rcp-debug-buffer t)' and then reproduce the problem.

That should give a debug buffer for the connection with all the output
logged. Does the content of that sync up with what you would expect?

> Thanks for the speedy help thus far.

Sadly, this is about to stop -- I am almost out of ideas (except to walk
through the code by hand). No SGI around here to test on either. It's
one of the few platforms we don't work on.

        Daniel

-- 
If the archangel, the dangerous one behind the stars, took just one
step down toward us today: the quicker pounding of our hearts would kill us.
        -- Rilke

Reply via email to