I installed xemacs v21.4.0 on linux (latest is 21.4.2)
I installed the latest efs v1.19/1.63
I installed tramp v 2.0.2.3 2001/03/28
It looks that an old problem is back: efs on xemacs, which
worked fine on xemac v21.1.x, just isn't taking any Advice from
any Tramp!
When I do (method set to sm, and ssh v2.x works)
C-x C-f
/r:remote.host.com:/home/bingalls/
It fails with
open r
ftp: r: Unknown host
ftp>
Process *ftp anonymous@r* killed
I saw this in the FAQ, but I was not sure how to "set a breakpoint" in
efs-ftp-path(), which is in efs-cu.el, for documentation sake.
I tried putting a (keyboard-quit) at the end, which simply prevents me
from opening any file.
I tried running
C-h l
afterwards; that is most unenlightening.
Thanks ahead for help!