Thierry Volpiatto <[email protected]> writes: > Hi Michael,
Hi Thierry, > i wonder why between others, > tramp-default-user-alist, and tramp-default-method-alist are set to nil > in emacs24. There was a reorganization in Tramp 2.2. Method depending packages, like tramp-sh.el or tramp-smb.el, are loaded only when the corresponding method is used the first time. > That break my anything-find-files when i want to use > /hostname: > When i set these variables like in emacs-23 branch, all work fine. > (or if i use emacs23) > So i guess these variables are set in some way in find-file or somewhere > because in emacs -Q, C-x C-f /hostname: work as expected. > It would be nice for third party packages that a default value is given > like in emacs23. I've added the tramp-autoload cookie to the initialisation code of `tramp-default-user-alist' and `tramp-default-method-alist' in those Tramp packages. By this, both variables shall be initialized as before after loading tramp.el. Best regards, Michael. _______________________________________________ Tramp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/tramp-devel
