[PATCH] Fix connection problems for XEmacs/MULE.

2000-05-21 Thread Daniel Pittman
The attached patch makes the connection setup work for me under XEmacs/MULE. Simply put, I presume that the system I am talking to is going to have dos-style line enders, and set the coding system for reading to match that. This shouldn't hurt anything under non-MULE code, being as it binds a

cvs ci 'rcp MANIFEST,1.6,1.7'

2000-05-21 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/rcp In directory lucy:/export/home/grossjoh/work/emacs-rcp/rcp Modified Files: MANIFEST Log Message: *** empty log message ***

cvs ci 'rcp Makefile,1.7,1.8'

2000-05-21 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/rcp In directory lucy:/export/home/grossjoh/work/emacs-rcp/rcp Modified Files: Makefile Log Message: *** empty log message ***

Re: rcp.el, XEmacs and colons

2000-05-21 Thread Dave Love
"KG" == Kai Großjohann [EMAIL PROTECTED] writes: KG Rumor has it that EFS groks exotic remote hosts, too. EFS supports more servers than does ange-ftp. (If people contribute clean ange-ftp support for more servers we'll install it.) KG Support for them was deleted from ange-ftp upon

Re: [PATCH] Fix connection problems for XEmacs/MULE.

2000-05-21 Thread Daniel Pittman
On Sun, 21 May 2000, Kai Großjohann [EMAIL PROTECTED] wrote: Daniel Pittman [EMAIL PROTECTED] writes: Still, I don't want to commit this without knowing that it at least works for a few people, and I really /don't/ understand how the MULE integration has been done in rcp. Well, that

test this, please

2000-05-21 Thread Kai Großjohann
I have tried to make rcp-handle-file-newer-than-file-p work even on systems where `test' does not grok `-nt'. If you have access to such a system, please test. Note that rcp.el might be executing ksh or bash on the remote end, and there the `test' builtin usually groks `-nt'. Thanks, kai --

Re: rcp.el, XEmacs and colons

2000-05-21 Thread Kai Großjohann
Dave Love [EMAIL PROTECTED] writes: Rubbish. Please don't peddle this story; Sorry. kai -- Beware of flying birch trees.

Re: cvs ci 'rcp/lisp rcp.el,1.341,1.342'

2000-05-21 Thread Kai Großjohann
"Stefan Monnier" [EMAIL PROTECTED] writes: I don't know about XEmacs, but in Emacs, `when' has been standard at least since Emacs-20. And since I believe that CL is dumped into XEmacs [...] Pete? Since you complained about it and you're using XEmacs... kai -- Beware of flying birch

Re: (let ((file (symbol-value 'file))) ???

2000-05-21 Thread Kai Großjohann
"Stefan Monnier" [EMAIL PROTECTED] writes: But since (let ((file (symbol-value 'file))) does not strike me as an obvious piece of code, it seems that a short comment is in order. Yes, I have now documented the places in question. kai -- Beware of flying birch trees.

Re: caching of file information?

2000-05-21 Thread Daniel Pittman
On Sun, 21 May 2000, Kai Großjohann [EMAIL PROTECTED] wrote: "Daniel Pittman" [EMAIL PROTECTED] writes: [[ complicated caching mechanism ]] Is the complicated mechanism really necessary, or can we make do with a fairly simple mechanism which caches information for a short time only?