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
most read last 60 days: apache / fcgi / debian / rails (175)
hard disk failure (103)
installing ruby and rails on debian (97)
apache / fcgi / debian / rails (96)
home network performance (75)
categories
cygwin / linux / unix
emacs
entertainment
government
health
restlater
ruby on rails
software development
system administration
textpattern
web technologies
sections
about
article
photos
portfolio
recently
Citizen’s Briefing Book
Tbone walking in the Park
rav this!
I'll rest later...
please don't feed the rails programmers
replication in rails
apache / fcgi / debian / rails
miguel's hell of gratuitous rewriting
favorite sig lines
listening reimplemented in ruby on rails
hard disk failure
maxloss
got backups?
installing ruby and rails on debian
hëävy mëtäl ümläüt
the lighter side: japanese error messages
home network performance
installing atronscrobbler on windows using cygwin
audiotron to audioscrobbler: atronscrobbler
lessons learned in electronic media
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")
* * *