Kai Gro�johann writes:
 > Pete Forman <[EMAIL PROTECTED]> writes:
 > 
 > > We should not be looking at return codes to assess test's abilities.
 > 
 > I have now changed rcp.el to send `test / -nt /'.  Empty output means
 > that this operation is supported, anything else means not.
 > 
 > Does this work?

Maybe.  rcp.el has stopped working as of 1.339.  1.329 does work.  The
debug buffers are very similar, apart from the different ways of
setting up the remote PATH.

Signaling: (wrong-type-argument stringp nil)
  signal(wrong-type-argument (stringp nil))
  byte-code("..." [kill-buffer buf signal data] 3)
  find-file-noselect("/r:morse:.vm")
  find-file("/r:morse:.vm" nil)
  call-interactively(find-file)
Recent minibuffer messages (most recent first):

Entering debugger...
Loading debug...done
Loading debug...
Fetching /r@rcp:gsez020@morse:/u/gsez020/.vm to tmp file...done
Fetching /r@rcp:gsez020@morse:/u/gsez020/.vm to tmp file...
Using remote command `/bin/ls' for getting directory listings
Testing remote command `/bin/ls' for -n...okay
Testing remote command `/bin/ls' for -n...
Checking remote `/bin/ls' command for `-n' option
Finding a suitable `ls' command
Remote `/bin/sh' groks tilde expansion, good
Waiting for remote `/bin/sh' to come up...done
Waiting for remote `/bin/sh' to come up...
Waiting 30s for `unset MAIL MAILCHECK MAILPATH'
Waiting 30s for `set +o history'
Trying `stty -onlcr'
Setting up remote shell environment
Waiting 30s for remote `/bin/sh' to come up...
Initializing remote shell
Waiting 60s for shell or passwd prompt from morse
Opening connection for gsez020@morse using rcp...

The above are for a symlink but a real file gives the same error.


On separate minor points, why was the test for EFS changed from "if"
to "when"?  The test ought to be moved to after a (require 'cl) as
that is where "when" is loaded from.

Also, for the mimencode stuff to work there ought to be a (require
'base64) with a suitable wrapper to ignore failure.
-- 
Pete Forman              | Disclaimer: This posting is originated by
Western Geophysical      | myself and does not represent the opinion
[EMAIL PROTECTED]  | of Baker Hughes or its divisions.

Reply via email to