tramp-devel
[Top][All Lists]
Advanced

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

tramp error when typing slash


From: Philipp Heimpel
Subject: tramp error when typing slash
Date: Tue, 12 Jun 2012 15:14:37 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]