From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: henry atting Newsgroups: gmane.emacs.help Subject: Two tramp questions Date: Wed, 24 Oct 2007 16:58:03 +0200 Organization: LiteraturLateNight Message-ID: <87r6jkmuf8.fsf@literaturlatenight.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193240484 2830 80.91.229.12 (24 Oct 2007 15:41:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Oct 2007 15:41:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 24 17:41:23 2007 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 1IkiMA-0001uU-AJ for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Oct 2007 17:41:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkiM2-0006Ov-6R for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Oct 2007 11:41:10 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!news-stu1.dfn.de!news.uni-stuttgart.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: p57b939b5.dip0.t-ipconnect.de Original-X-Trace: online.de 1193237855 22233 87.185.57.181 (24 Oct 2007 14:57:35 GMT) Original-X-Complaints-To: abuse@einsundeins.com Original-NNTP-Posting-Date: Wed, 24 Oct 2007 14:57:35 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux) Cancel-Lock: sha1:GHE8UFd7/D1lE/N4wpcaEhG8E7g= Original-Xref: shelby.stanford.edu gnu.emacs.help:153276 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:48764 Archived-At: Hi, I use tramp to edit remote or root files. Although I've read tramp works well with ido-mode I don't understand it. If ido (or icicles) is enabled the moment I start typing '/ssh:...' into the the minibuffer a tramp process is started and dies right away. No problem if both are disabled. Usually I simply evaluate a form like this in a buffer (find-file "/ssh:user@remote:/home/user") which spares me to disable/enable both modes. Another question: How can I start tramps ssh with X forwarding (with the -X option)? henry