[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

tramp doesn't work with emacs21



I installed tramp and tried to use it in emacs21, but ran into bug
#89339 so I install the version of tramp in unstable and now, when I
attemp to open a file, it will try to find it in my root dir.

C-x C-f /[name]file
C-x C-f /[scp/name]file
and
C-x C-f /[scp/user@name]file

don't work and using fully qualified domain doesn't help. I can access
that server via ssh and scp from the command line.

Tramp appears to be loading, since *Messages* contains the following:

(emacs)
Loading disp-table...done
Loading tool-bar...done
Loading image...done
Loading tooltip...done
Loading 00debian-vars...done
Loading 50tnt (source)...done
Loading 50tramp (source)...done

However, when I run find-file in debug mode, only
ange-ftp-completion-hook-function is called to attempt to parse the path
and I don't see anything tramp related running.

Also, even through I don't think it's necessary, I tried adding 

(require 'tramp)

to my ~/.emacs file, which had no effect that I could see.

Any ideas?



Reply to: