Thanks to Daniel Pittman, this version probably works better with
XEmacs and EFS. This means that the comment that you have to set
file-name-handler-alist to nil before loading rcp.el is obsolete.
Those of you using XEmacs and EFS, could you please check if this
version does it? If it doesn't work, I probably didn't apply Daniel's
patches correctly.
Thanks to Matthias K�ppe, who corrected a problem with the rlogin
methods (John Verzani was also bitten by this). Matthias also
made a bug fix relevant to uuencode and another small one.
I also changed the default value of rcp-methods to explicitly use ssh1
and scp1 -- ssh2 didn't seem to work for me. Did I do the right
thing?
I'm including the RCS history since 1.130 for more detailed
information.
I didn't test this version, though. Tell me what you find.
As always: ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/emacs/rcp.el
kai
--
I like BOTH kinds of music.
RCS file: /export/home/grossjoh/lisp/RCS/rcp.el,v
Working file: rcp.el
head: 1.140
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 140; selected revisions: 140
description:
----------------------------
revision 1.140
date: 1999/09/10 23:00:20; author: grossjoh; state: Exp; lines: +8 -8
Changed from ssh to ssh1, scp to scp1 and so on. For me, ssh2 seems
not to work, due to a timing problem.
----------------------------
revision 1.139
date: 1999/09/10 22:51:24; author: grossjoh; state: Exp; lines: +2 -2
Increased timeout with rcp-open-connection-function. mkoeppe says
this is needed.
----------------------------
revision 1.138
date: 1999/09/10 22:49:59; author: grossjoh; state: Exp; lines: +16 -5
Matthias Koeppe <[EMAIL PROTECTED]>:
* rcp-handle-write-region: use "<<'EOF'" rather than "<<EOF" for the
here document in order to prevent problems with shell expansion.
* New function rcp-handle-directory-file-name to handle
"/r:user@host:/" special case.
* rcp-open-connection-rlogin: rlogin program was hardwired, not taken
from rcp-methods.
----------------------------
revision 1.137
date: 1999/09/10 22:31:38; author: grossjoh; state: Exp; lines: +25 -7
Daniel Pittman: various fixes for making it work with XEmacs and EFS.
Not sure yet if this will break other places.
----------------------------
revision 1.136
date: 1999/09/10 22:21:43; author: grossjoh; state: Exp; lines: +9 -2
Daniel Pittman: make rcp-handle-insert-directory safe for XEmacs even
when the region is active. (The zmacs region stays?)
----------------------------
revision 1.135
date: 1999/09/10 22:16:24; author: grossjoh; state: Exp; lines: +5 -7
Daniel Pittman <[EMAIL PROTECTED]>: fix to make it run under XEmacs
without Mule. Also reverted the previous defvar kludge.
----------------------------
revision 1.134
date: 1999/09/10 22:12:03; author: grossjoh; state: Exp; lines: +5 -1
Kludge to get rcp.el working on XEmacs 21.1: define dummy variable
last-coding-system-used. Thanks to John Verzani
<[EMAIL PROTECTED]> for reporting this.
I'm sure this is not the right way to do it, but what is the right way
to do it?
----------------------------
revision 1.133
date: 1999/08/24 07:24:55; author: grossjoh; state: Exp; lines: +11 -3
Compat function for read-passwd.
----------------------------
revision 1.132
date: 1999/08/23 20:37:30; author: grossjoh; state: Exp; lines: +5 -3
Make safer the use of encoding and decoding functions. Only call them
when they are fboundp.
----------------------------
revision 1.131
date: 1999/08/23 20:30:33; author: grossjoh; state: Exp; lines: +25 -1
Add methods `slm' and `slu' for using `slogin' together with
`mimencode' or `uuencode', respectively.
----------------------------
revision 1.130
date: 1999/08/04 16:28:10; author: grossjoh; state: Exp; lines: +2 -1
Matthias Koeppe <[EMAIL PROTECTED]>:
dired-may-insert-subdir wouldn't work because subdir wasn't
indented correctly because point and mark were exchanged