Emacs/Cygwin

SSHBSDからXを引っ張ればいいじゃないか。
そう思っていた時期が
俺にもありました。

しかし遅い、一挙手一投足が遅すぎる。
そのため、Cygwin上でemacsを走らせて、そこからange-ftpでファイルだけいじったらいいんでないの。と思いなおしました。
なぜMeadowを使わないのかって、きみ、そしたらxmodmapが使えないじゃないか。
Cygwinでは標準でWindowstelnetftpを使うため、ange-ftpとかで使えない。
Emacs/Cygwin tips
http://www.khngai.com/emacs/cygwin.php

If you have used Emacs on Unix, you probably know that pressing "alt-x telnet" can start a telnet session. Unfortunately, the telnet program that come with Windows does not work for Gnu Emacs. You will need to use Cygwin's telnet (available in net.inetutils package). Again, Cygwin's telnet has its own problem with Gnu Emacs. To make them work together, you will need to add the following Lisp statements into your .emacs file.

ということなのでinetutilsをインストールした。
ange-ftpは外のFTP鯖の中身を透過的にいじれるため、便利すぎて死ねる。
たとえばバイト先のFTP上のファイルとかは全部自分の家のemacsで編集している。まるでローカルのファイルを扱っているような感覚でリモートのファイルを編集できるのがいい。