help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Strange (to me ) problem with TRAMP


From: Lorenzo Isella
Subject: Re: Strange (to me ) problem with TRAMP
Date: Thu, 02 Oct 2008 13:10:47 +0200
User-agent: Mozilla-Thunderbird 2.0.0.16 (X11/20080724)

.put in ~/.emacs:
;;; (setq shell-prompt-pattern ":")

Wich means the prompt-pattern of the shell of the machine you connect TO.
Put this line (for unix) or some other Windows smb equivalent prompt in your .emacs is important here, otherwise tramp will wait (and block emacs) for minutes.

You can preset some hosts like:
;;;(add-to-list 'tramp-default-method-alist '("hostname-1" "user1" "smb"))
;;;(add-to-list 'tramp-default-method-alist '("hostname-2" "user2" "ssh")

Hello,
Thanks for your reply. I must be misunderstanding something, but I added the 
first line (uncommented!) you suggested to my .emacs file, but the problem I 
described (cd / + TAB calling TRAMP) in eshell remains the same.
Am I missing the obvious?
Kind Regards

Lorenzo Isella





reply via email to

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