Hacker News new | ask | show | jobs
by aoeu 6252 days ago
I gave up with the Cygwin version and switched to the native port (http://ftp.gnu.org/pub/gnu/emacs/windows/). Some Cygwin integration is supported by adding to .emacs:

  (require 'cygwin-mount)
  (setq cygwin-mount-cygwin-bin-directory "C:/cygwin/bin")
  (cygwin-mount-activate)
And I use the following alias to open files directly from bash:

  alias emacs='D:/tools/emacs-22.3/bin/emacsclient.exe --no-wait --alternate-editor=D:/tools/emacs-22.3/bin/runemacs.exe'
1 comments

Man, if my D: drive had emacs installed on it, it would be a :D drive.