From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "BRUCE INGALLS" Newsgroups: gmane.emacs.help Subject: Re: help-gnu-emacs Digest, Vol 40, Issue 39 Date: Mon, 20 Mar 2006 14:11:39 -0500 Message-ID: <534d19de0603201111x7ee3466bq3b198b8a9931123b@mail.gmail.com> References: <441d513a.1db8ba2a.6ea8.fffffc1aSMTPIN_ADDED@mx.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1143489843 28423 80.91.229.2 (27 Mar 2006 20:04:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Mar 2006 20:04:03 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 27 22:03:57 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FNxwM-0004xW-4h for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Mar 2006 22:03:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FNxwL-0007lm-MK for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Mar 2006 15:03:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FLPn7-0006ra-MH for help-gnu-emacs@gnu.org; Mon, 20 Mar 2006 14:11:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FLPn6-0006qE-Hd for help-gnu-emacs@gnu.org; Mon, 20 Mar 2006 14:11:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FLPn6-0006q0-BR for help-gnu-emacs@gnu.org; Mon, 20 Mar 2006 14:11:44 -0500 Original-Received: from [64.233.184.193] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FLPsh-0007B0-Sd for help-gnu-emacs@gnu.org; Mon, 20 Mar 2006 14:17:31 -0500 Original-Received: by wproxy.gmail.com with SMTP id i27so1193594wra for ; Mon, 20 Mar 2006 11:11:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KPoYeF8ADGlVb1eFf/GDbnYWC+yRdVNKA5psBAgucwq1Qd0IhaIl4X8Qq6B3dWZwNnAIFEIhxenvDppW55qGaGD8MFCO7FK6P8Y6ohzADSKXn5u0FbX+nOzrmDjz1raU+sqOsmbxI72Mjqr4HtNeuMjXF4IJqmxFRkF/czL3aYA= Original-Received: by 10.54.123.19 with SMTP id v19mr3876846wrc; Mon, 20 Mar 2006 11:11:39 -0800 (PST) Original-Received: by 10.54.71.17 with HTTP; Mon, 20 Mar 2006 11:11:39 -0800 (PST) Original-To: help-gnu-emacs@gnu.org In-Reply-To: <441d513a.1db8ba2a.6ea8.fffffc1aSMTPIN_ADDED@mx.gmail.com> Content-Disposition: inline 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:34022 Archived-At: > From: "Anton V. Belyaev" > How should I install TRAMP on Windows? > README says to run some configuration scripts, but they, as far as I > understood, use bash and make utilities. Should I use Cygwin or MINGW? There's a tramp variable that will help, to be assigned, to your scp or ssh program & path, or protocol. I wrote EMacro, to pick this up from your PATH; perhaps TRAMP does this now, too. Since you are using w32, and not Cygwin, I recommend that you use PuTTY's plink.exe, which you can find through http://www.openssh.org/ I also have a FAQ for this on the EMacro site: http://emacro.sf.net/ Hope this helps, Bruce