From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: Tramp + ido-mode: error with "/su:" Date: Mon, 29 Dec 2008 23:01:57 +0100 Message-ID: <87eizqzlm2.fsf@gmx.de> References: <8763l2rd9k.fsf@iki.fi> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1230588164 2312 80.91.229.12 (29 Dec 2008 22:02:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Dec 2008 22:02:44 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Teemu Likonen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 29 23:03:51 2008 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.50) id 1LHQD5-0007Zc-Fu for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Dec 2008 23:03:40 +0100 Original-Received: from localhost ([127.0.0.1]:56199 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHQBr-000375-Pa for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Dec 2008 17:02:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LHQBY-000370-DH for help-gnu-emacs@gnu.org; Mon, 29 Dec 2008 17:02:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LHQBW-00036o-Vj for help-gnu-emacs@gnu.org; Mon, 29 Dec 2008 17:02:04 -0500 Original-Received: from [199.232.76.173] (port=54774 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHQBW-00036l-QF for help-gnu-emacs@gnu.org; Mon, 29 Dec 2008 17:02:02 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]:57482) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LHQBW-0007Fg-3o for help-gnu-emacs@gnu.org; Mon, 29 Dec 2008 17:02:02 -0500 Original-Received: (qmail invoked by alias); 29 Dec 2008 22:01:59 -0000 Original-Received: from p57A22FDA.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.47.218] by mail.gmx.net (mp069) with SMTP; 29 Dec 2008 23:01:59 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+dafVH4oudJdVu8OoC1cPup0rj9I21ZXVj3VUUOa //n1Xb2LJdOSHU In-Reply-To: <8763l2rd9k.fsf@iki.fi> (Teemu Likonen's message of "Mon, 29 Dec 2008 19:29:31 GMT") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.64 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:60968 Archived-At: Teemu Likonen writes: > I get annoying error when using Tramp and ido-mode together and try to > edit file through /su or /sudo. I do C-x C-f (ido-find-file), type ??? I guess you mean M-: (ido-find-file) > "/su:" and just after entering the colon a new window named *tramp/scp > su* pops up with the text: > > ssh: Could not resolve hostname su: Name or service not known > > Process *tramp/scp su* exited abnormally with code 255 I couldn't reproduce it with both Emacs 22 and 23, starting "emacs -Q". It happened only with Emacs 22, when I've typed "/su: ". But this is solved already with Emacs 23 (running Tramp 2.1). Best regards, Michael.