links
300 Images From 1800 Sites
Punctuated Productivity
ascii table
brainjar.com: css positioning
Catman's Reference Guide to XHTML 1.1
Catman's XHTML 1.1 Elements and Attributes Reference Guide
citeseer
Color Scheme Generator
common errors in english
cool images
Copying music between authorized computers with iTunes for Windows
css layout-o-matic
daypop
del.icio.us
elegant hack
emacs wiki
floatutorial
imho...
keystroke shortcuts for windows xp
mozilla keyboard shortcuts
NameVoyager
perldoc.com
programming language popularity
regular expression tester
selectoracle
short url services
simple urls for search engines
the unix acronym list
yahoo dictionary

permalink

tramp configuration on windows with cygwin

Cygwin should have:

I recommend you get these things working first. Then download and install tramp according to the INSTALL instructions.

Tramp can be found at savanah, at http://savannah.nongnu.org/projects/tramp. When I was looking for the install files the savanah site had recently been hacked and the download area was disabled. I found another copy (at debian, I think). Here’s a local copy: tramp_2.0.38.orig.tar.gz

The tramp install seems to trip on the spaces in windows path names, so I moved the tramp distribution to /cygdrive/c/tmp and did the install from there.


   $ ls
   tramp-2.0.38  tramp_2.0.38.orig.tar.gz.tar

   $ pwd
   /cygdrive/c/tmp

   $ mv tramp-2.0.38/ tramp
   $ cd tramp

   $ ./configure
   configure: Tramp 2.0.38
   checking for make... make

	

(stuff deleted)

$ make make<sup><a href="#fn1">1</a></sup>: Entering directory `/cygdrive/c/tmp/tramp/lisp' (stuff deleted) $ make lispdir='/cygdrive/c/Documents and Settings/kfelkins/My Documents/emacs-lisp' infodir=/usr/info install make<sup><a href="#fn1">1</a></sup>: Entering directory `/cygdrive/c/tmp/tramp/lisp' (stuff deleted) $

I did the following post install:

* TRAMP: (tramp).       Transparent Remote Access, Multiple Protocol
                        Emacs remote file access via rsh and rcp.

(require 'tramp) (setq tramp-default-method "sshx")

Share this article on post this at del.icio.us post this at Digg post this at Reddit

* * *