From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Using TRAMP on Windows Date: Fri, 11 Mar 2011 13:34:43 +0200 Message-ID: <83sjutubzg.fsf@gnu.org> References: <831v2euf1y.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1299843309 631 80.91.229.12 (11 Mar 2011 11:35:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 11 Mar 2011 11:35:09 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 11 12:35:05 2011 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 1Py0cb-0002Zg-7k for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Mar 2011 12:35:05 +0100 Original-Received: from localhost ([127.0.0.1]:60244 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Py0ca-0003xv-LG for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Mar 2011 06:35:04 -0500 Original-Received: from [140.186.70.92] (port=35250 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Py0cF-0003xq-Jd for help-gnu-emacs@gnu.org; Fri, 11 Mar 2011 06:34:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Py0cE-0004gC-KJ for help-gnu-emacs@gnu.org; Fri, 11 Mar 2011 06:34:43 -0500 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:35772) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Py0cE-0004g4-CY for help-gnu-emacs@gnu.org; Fri, 11 Mar 2011 06:34:42 -0500 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0LHW00M005A9O700@a-mtaout23.012.net.il> for help-gnu-emacs@gnu.org; Fri, 11 Mar 2011 13:34:40 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.124.58.59]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LHW00MNT5HRNE20@a-mtaout23.012.net.il> for help-gnu-emacs@gnu.org; Fri, 11 Mar 2011 13:34:40 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.175 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:79974 Archived-At: > From: Deniz Dogan > Date: Fri, 11 Mar 2011 11:35:08 +0100 > Cc: help-gnu-emacs@gnu.org > > > FWIW, "C-x C-f /plink:USERNAME@SERVER:.emacs RET" works for me (with > > PuTTY's plink and Pageant running). > > > > This works for me as well, but without Pageant. So why doesn't it work > doing it the standard way? Who said it doesn't? It does for me, if I say C-x C-f /USERNAME@SERVER:.emacs RET In your example, you didn't use the USERNAME@ part, perhaps that's the reason. Also note that by default, Tramp uses pscp, not plink (see tramp-default-method).