- Professional Skills
- Articles
- Bookmarklets
- Javascript Console For IE
- Neural Net Extension for Ruby
- Writing a PDF Generation Framework In Ruby
- Developing Mambo Components
- PayPal Website Payments Pro
- Bulk File Renaming
- Displaying a Maintenance Page
- Ruby: escape, unescape
- Clojure Tutorial For the Non-Lisp Programmer
- Complex mocking with PHPUnit
- PHP Coding Tips
- Simple CRUD Application
- External Links
- Recent posts
Emacs + Bash on Windows
Submitted by moxley on Tue, 2006-11-07 19:10
This is my second week working for my previous client, Platt Electric. It's tough working on a Windows desktop again, but I discovered a few new tricks to make it even more Unix-like.

Pretty excited about having Bash inside Emacs inside Windows. Without Bash, Emacs for Windows was kind of half-ass.
I added a couple commands to my .emacs file to make it happen:
;; For the interactive shell
(setq explicit-shell-file-name "c:/bin/cygwin/bin/bash.exe")
;; For subprocesses invoked via the shell (e.g., "shell -c command")
(setq shell-file-name "c:/bin/cygwin/bin/bash.exe")
Cygwin is required for this.
Yay!!!


Cape Cod Cottage for Rent