12 Jun 2012 15:14
tramp error when typing slash
Philipp Heimpel <Philipp.Heimpel <at> physik.uni-muenchen.de>
2012-06-12 13:14:37 GMT
2012-06-12 13:14:37 GMT
Hello,
I am using GNU Emacs 23.1.1 and the latest tramp from CVS.
I get the strange error that when I type / into the scratch buffer (or
any other buffer)
another buffer opens and promts the error message:
ssh: Could not resolve hostname C: Name or service not known
So the question is how can i get rid of this error or how can I prevent
tramp from starting when i type / ?
here is my .emacs
(add-to-list 'load-path
"~/emacs/tram/lisp/")
(require 'tramp)
(setq tramp-verbose 10)
(setq tramp-default-method
"scp")
(add-to-list 'backup-directory-alist
(cons tramp-file-name-regexp nil))
Cheers
Philipp
RSS Feed