From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrea Crotti Newsgroups: gmane.emacs.help Subject: Tramp interference Date: Sat, 22 May 2010 13:36:29 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1274528238 30774 80.91.229.12 (22 May 2010 11:37:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 22 May 2010 11:37:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 22 13:37:17 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OFn10-00018D-EH for geh-help-gnu-emacs@m.gmane.org; Sat, 22 May 2010 13:37:14 +0200 Original-Received: from localhost ([127.0.0.1]:54359 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFn0z-0006rj-PU for geh-help-gnu-emacs@m.gmane.org; Sat, 22 May 2010 07:37:13 -0400 Original-Received: from [140.186.70.92] (port=37555 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFn0T-0006qt-I1 for help-gnu-emacs@gnu.org; Sat, 22 May 2010 07:36:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFn0R-0001ZK-Oq for help-gnu-emacs@gnu.org; Sat, 22 May 2010 07:36:41 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:48709) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFn0R-0001ZC-JB for help-gnu-emacs@gnu.org; Sat, 22 May 2010 07:36:39 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OFn0P-0000tt-NZ for help-gnu-emacs@gnu.org; Sat, 22 May 2010 13:36:37 +0200 Original-Received: from xdsl-78-35-166-214.netcologne.de ([78.35.166.214]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 May 2010 13:36:37 +0200 Original-Received: from andrea.crotti.0 by xdsl-78-35-166-214.netcologne.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 May 2010 13:36:37 +0200 X-Injected-Via-Gmane: http://gmane.org/ connect(): No such file or directory Original-Lines: 37 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: xdsl-78-35-166-214.netcologne.de User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (darwin) Cancel-Lock: sha1:6SIb978xtbnd8yxtRgAsL+8jp3I= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:73730 Archived-At: First of all I use: GNU Emacs 23.2.1 (x86_64-apple-darwin10.3.0, NS apple-appkit-1038.29) of 2010-05-09 on linc with tramp = 2.1.18-23.2 and this configuration http://github.com/AndreaCrotti/Emacs-configuration I would like to solve this problem because it's becoming quite annoying. I used to connect to some servers via tramp, and it works nicely. But I notice that when I restart emacs if I'm that server is not reachable it hangs, I think just because ido-mode or something else will look for it. Same thing using magit on a REMOTE directory.. Now it did it even creating a new message on gnus: --8<---------------cut here---------------start------------->8--- Tramp: Waiting 60s for local shell to come up... Tramp: Sending command `exec ssh arch -q -e none' Tramp: Waiting for prompts from remote shell --8<---------------cut here---------------end--------------->8--- It must be related to some hook added by tramp or another thing, but I don't find it anywhere, any idea?? And by the way I found that using SSHFS is much faster than tramp, and I can also use git... The only thing that doesn't work are of course shell commands, which using tramp are sent automatically to the remote host. Is there a way to make emacs understand that I'm still working on a remote host even when the file is mounted locally via sshfs?? Thanks a lot, Andrea