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: tramp, emacs, xp, putty Date: Fri, 05 Jan 2007 21:04:08 +0200 Message-ID: References: <1168015803.195812.40590@q40g2000cwq.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1168023933 6864 80.91.229.12 (5 Jan 2007 19:05:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 Jan 2007 19:05:33 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 05 20:05:28 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 1H2uNR-0004TH-G7 for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Jan 2007 20:05:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2uNQ-00030U-Vz for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Jan 2007 14:05:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H2uMQ-0001zZ-9F for help-gnu-emacs@gnu.org; Fri, 05 Jan 2007 14:04:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H2uMO-0001wE-7F for help-gnu-emacs@gnu.org; Fri, 05 Jan 2007 14:04:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2uMO-0001vw-13 for help-gnu-emacs@gnu.org; Fri, 05 Jan 2007 14:04:12 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H2uMM-0002ke-MC for help-gnu-emacs@gnu.org; Fri, 05 Jan 2007 14:04:11 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-118-161.inter.net.il [84.229.118.161]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id GSR68940 (AUTH halo1); Fri, 5 Jan 2007 21:04:08 +0200 (IST) Original-To: help-gnu-emacs@gnu.org In-reply-to: <1168015803.195812.40590@q40g2000cwq.googlegroups.com> (mitchell.verter@gmail.com) 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:40160 Archived-At: > From: "MitchellCowen" > Date: 5 Jan 2007 08:50:03 -0800 > > I've been browsing through the list archives but I still don't > understand how to install tramp to work with normal emacs [not xemacs > or emacsW32] on XP. Someone says that emacs22 already has tramp but I > don't see the binary at http://ftp.gnu.org/gnu/emacs/windows/ . Emacs 22 was not yet released, but you can find the binary on the same site as emacsW32: there's an unpatched binary there. > 1. Downloaded cygwin > 2. Downloaded tramp > 3. Unpacked tramp to C:\Program Files\emacs\emacs-21.3\tramp-2.1.7 > 4. change directory to the tramp-2.1.7 directory > 5. ./configure --with-contrib --with-lispdir='C:/Program > Files/Emacs/site-lisp' --infodir='C:/Program Files/Emacs/info' > > I get the response > : command not found4: > ./configure: line 24: syntax error near unexpected token 'newline' > ./configure: line 24 'case set -o 2> /dev/null' in *posix *>set -o > posix;;' sac > > I am assuming this is some problem with cygwin. Any ideas how to do > this correctly? I suggest to get a native Windows binary of Emacs 22, it all works there out of the box, no customizations in .emacs are necessary.