Re: rcp-rsh-end-of-line and Debian

2000-05-12 Thread Francesco Potorti`
My colleague Chris Yeoh discovered that setting rcp-rsh-end-of-line to "\r" makes rcp.el work well on Debian machines. Great! That sounds strange. I have always used ssh.el, then rcp.el, from a debian box at home to a debian box at work, and I have never had end-of-line

rcp ($Id: rcp.el,v 1.311 2000/05/09 16:14:47 grossjoh Exp $); AIX sh doesn't like embedded newlines

2000-05-12 Thread Michael Welsh Duggan
Enter your bug report in this message, including as much detail as you possibly can about the problem, what you did to cause it and what the local and remote machines are. If you can give a simple set of instructions to make this bug happen reliably, please include those. Thank you for helping

Re: [BUG] Something isn't right under XEmacs...

2000-05-12 Thread Kai Großjohann
"Daniel Pittman" [EMAIL PROTECTED] writes: My guess is that the coding system isn't right in the buffer. But I am trying to frob it! Why does that not work? Could some XEmacs expert have a look at the relevant section in rcp.el to find out what might be wrong? The string to search for is

Re: rcp ($Id: rcp.el,v 1.311 2000/05/09 16:14:47 grossjoh Exp $); AIX sh doesn't like embedded newlines

2000-05-12 Thread Kai Großjohann
I have just tried it manually on the following system: / | grossjoh@zx3 uname -a | AIX zx3 3 4 0040529A4C00 \ No problem with embedded newlines. But I'll try the connection, too. kai -- Beware of flying birch trees.

cvs ci 'rcp/lisp rcp.el,1.311,1.312'

2000-05-12 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/rcp/lisp In directory lucy:/export/home/grossjoh/work/emacs-rcp/rcp/lisp Modified Files: rcp.el Log Message: Don't use "set +o history 1/dev/null 2/dev/null". AIX chokes on redirecting stderr here?!

cvs ci 'rcp/lisp rcp.el,1.312,1.313'

2000-05-12 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/rcp/lisp In directory lucy:/export/home/grossjoh/work/emacs-rcp/rcp/lisp Modified Files: rcp.el Log Message: rcp-multi-connect-su: Really check whether the remote shell prompt was found. Previously, a password prompt was interpreted as a shell

Re: rcp ($Id: rcp.el,v 1.311 2000/05/09 16:14:47 grossjoh Exp $); AIX sh doesn't like embedded newlines

2000-05-12 Thread Kai Großjohann
I am seeing _very_ strange behavior from AIX /bin/sh: / | grossjoh@zx3 uname -a | AIX zx3 3 4 0040529A4C00 | grossjoh@zx3 /bin/sh | u@h set +o history | /bin/sh: history: 0403-010 A specified flag is not valid for this command. | u@h echo foo | foo | u@h exit | grossjoh@zx3 /bin/sh | u@h set

Re: rcp-rsh-end-of-line and Debian

2000-05-12 Thread Kai Großjohann
Could you also say M-x describe-coding-system RET RET while in the buffer for the connection? kai -- Beware of flying birch trees.

rcp.el, XEmacs and colons

2000-05-12 Thread Kai Großjohann
Pete says that colons in rcp-file-format don't work for him, whereas Francisco and Daniel say they work fine. What can we do to find out why the colons don't work for Pete? The XEmacs versions used: PeteXEmacs 21.1.7 Fransisco 21.1 (patch 8) "Bryce Canyon" XEmacs Lucid Daniel

Re: rcp ($Id: rcp.el,v 1.312 2000/05/12 21:04:20 grossjoh Exp $);rcp can't find gnuls -- but it's there

2000-05-12 Thread Yuji Yamano
Tom, Tom Burdick [EMAIL PROTECTED] writes: rcp-remote-path '("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin" "/usr/ccs/bin" "/local/bin" "/local/freeware/bin" "/local/gnu/bin") Please put ~/bin to the list and try again. Comment in the rcp.el says: "*List of directories

Re: rcp.el, XEmacs and colons

2000-05-12 Thread Daniel Pittman
On Fri, 12 May 2000, Kai Großjohann [EMAIL PROTECTED] wrote: Pete says that colons in rcp-file-format don't work for him, whereas Francisco and Daniel say they work fine. What can we do to find out why the colons don't work for Pete? The XEmacs versions used: PeteXEmacs