Re: $Id: rcp.el,v 1.325 2000/05/15 19:49:53 grossjoh Exp $

2000-05-25 Thread Kai Großjohann
"Daniel Pittman" [EMAIL PROTECTED] writes: NB: Kai, the Emacs LISP reference specifically states that automatic coding system detection for asynchronous subprocesses is, er, unreliable. It claims that the detection is done on each chunk of the input, which may not be reliable... Whee. Hm.

Re: $Id: rcp.el,v 1.325 2000/05/15 19:49:53 grossjoh Exp $

2000-05-25 Thread Daniel Pittman
On Thu, 25 May 2000, Kai Großjohann [EMAIL PROTECTED] wrote: "Daniel Pittman" [EMAIL PROTECTED] writes: NB: Kai, the Emacs LISP reference specifically states that automatic coding system detection for asynchronous subprocesses is, er, unreliable. It claims that the detection is done on

Re: $Id: rcp.el,v 1.325 2000/05/15 19:49:53 grossjoh Exp $

2000-05-24 Thread Kai Großjohann
Pete Forman [EMAIL PROTECTED] writes: rcp.el works now if I change "exec " to "PS1='$ '; exec " in rcp-find-shell. I guess that rcp-open-connection-setup-interactive-shell will need the same change. I have now changed rcp-find-shell. I think rcp-open-connection-setup-interactive-shell

Re: $Id: rcp.el,v 1.325 2000/05/15 19:49:53 grossjoh Exp $

2000-05-24 Thread Daniel Pittman
On Wed, 24 May 2000, Kai Großjohann [EMAIL PROTECTED] wrote: Pete Forman [EMAIL PROTECTED] writes: rcp.el works now if I change "exec " to "PS1='$ '; exec " in rcp-find-shell. I guess that rcp-open-connection-setup-interactive-shell will need the same change. I have now changed

Re: $Id: rcp.el,v 1.325 2000/05/15 19:49:53 grossjoh Exp $

2000-05-22 Thread Kai Großjohann
Pete Forman [EMAIL PROTECTED] writes: I've tried manually issuing the commands over an rlogin and that seems fine. The /bin/ksh fires up and returns a '$ ' prompt. I may not have got all the commands exactly right, though. Maybe I should trace rcp-send-command to see exactly what to

Re: $Id: rcp.el,v 1.325 2000/05/15 19:49:53 grossjoh Exp $

2000-05-16 Thread Pete Forman
Kai Großjohann writes: New version. Tries to work around the XEmacs with-timeout bug. (You still need with-timeout for XEmacs 20, or the fsf-compat package for XEmacs 21!) 1.329 is successfully working round the itimer bug. This is on XEmacs 21.1.7. As I implied in a previous message,

Re: $Id: rcp.el,v 1.325 2000/05/15 19:49:53 grossjoh Exp $

2000-05-16 Thread Kai Großjohann
Pete Forman [EMAIL PROTECTED] writes: Wrong number of arguments: format, 0, "Couldn't find remote `%s' prompt." Starting remote shell `/bin/ksh' for tilde expansion... (The first indicates a minor bug in the error message code.) Thanks, I fixed it. The debug buffer is # Opening

$Id: rcp.el,v 1.325 2000/05/15 19:49:53 grossjoh Exp $

2000-05-15 Thread Kai Großjohann
New version. Tries to work around the XEmacs with-timeout bug. (You still need with-timeout for XEmacs 20, or the fsf-compat package for XEmacs 21!) ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/emacs/rcp.tar.gz I have stopped distributing the rcp.el file alone, it is causing too much trouble.