>>>> "APA" == Adrian Aichner
<aichner(a)ecf.teradyne.com> writes:
>>>> "MS" == Michael Sperber
<sperber(a)informatik.uni-tuebingen.de> writes:
>>>> "APA" == Adrian Aichner
<aichner(a)ecf.teradyne.com> writes:
APA> This problem is still alive and
kicking.
APA> Unfortunately I don't have time to look into it.
MS> I believe I've solved it, but I haven't finished testing yet. (The
MS> patch posted here awhile ago doesn't cut it.)
APA> I realize my little patch wasn't really a solution.
APA> Yell if you need a guinea pig on NT, Michael.
Thanks. Here is the fix:
Index: efs.el
===================================================================
RCS file: /afs/informatik.uni-tuebingen.de/pu/cvs/elisp/efs/efs.el,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -c -r1.58 -r1.59
*** efs.el 2000/04/15 13:33:34 1.58
--- efs.el 2000/07/16 11:01:35 1.59
***************
*** 4689,4695 ****
switches file lsargs noparse parse noerror
msg nowait cont)
(if result
! (efs-error host user (format "CWD %s failed: " line))
(efs-send-cmd
host user
(list (if nlist 'nlist 'dir) "" (cdr temp) lsargs)
--- 4689,4698 ----
switches file lsargs noparse parse noerror
msg nowait cont)
(if result
! (if noerror
! (if cont
! (efs-call-cont cont nil))
! (efs-error host user (format "CWD %s failed: " line)))
(efs-send-cmd
host user
(list (if nlist 'nlist 'dir) "" (cdr temp) lsargs)
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla