Tag Archives: emacs

Emacs Reboot #7: Ido

In which I enable ido-mode for fast buffer and file switching.

Posted in Emacs Reboot | Tagged | 16 Comments

Emacs Reboot #8: Gists

Lately I’ve been using Github’s “Gist” service to post code snippets to this blog, so it would be really handy if I could quickly post new snippets from Emacs. There is a project by Chris Wanstrath called gist.el, but it’s … Continue reading

Posted in Emacs Reboot | Tagged , , | 5 Comments

Emacs Reboot #2: Startup

After compilation completes it’s time to give the new Emacs a shot: $ src/emacs It starts up successfully, and makes a valiant attempt to load my existing Emacs configuration. I notice some warnings about missing Gtk3 modules in the output: … Continue reading

Posted in Emacs Reboot, Tools | Tagged , , | 2 Comments

Emacs Reboot #1: Beginnings

I’ve been getting the urge to do a full Emacs reboot lately. Inspired partly by the interesting things going on in Emacs 24, I’ve been wanting to rebuild my whole working Emacs working environment–evolved over the course of years–throw away … Continue reading

Posted in Emacs Reboot, Tools | Tagged , , | 4 Comments

Make Emacs-Server Write a PID File

Oddly, emacs-server doesn’t seem to have an option to write a PID file when it starts up. Here’s some ELisp you can drop into your init file to make it happen:

Posted in Howto | Tagged , , | 2 Comments

Screencast: Why Keyboard Macros are Awesome

Back in September I made the assertion that every programmer should be familiar with an editor that can record keyboard macros, even if it’s not the only editor they use. The other day I recorded a little video demonstrating why … Continue reading

Posted in Screencasts, Tools, Videos | Tagged , , , , , , | 4 Comments

The happy developer

The programmer has a fixed amount of time and concentration that he can give every day. HeĀ mustĀ give a bigger piece of the pie to the bad technologies, simply because they require more. In other words, he ends up spending most … Continue reading

Posted in Rants | Tagged , , , , , , | 3 Comments

RVM Proxies for Common Commands? (Solved)

I posted this in IRC earlier but I thought I’d ask a larger audience: (01:39:01 PM) avdi: So here’s my problem (01:39:55 PM) avdi: My emacs is set up to run various Ruby/Rails-related commands within projects, e.g. “rake cucumber”, as … Continue reading

Posted in Questions, Ruby | Tagged , , , | 5 Comments

Daemonic Emacs

Emacs is many things, but lightweight is not one of them. You don’t want to be starting a new Emacs process every time you edit a file, especially if you have an extensive set of customizations and extensions being loaded … Continue reading

Posted in Uncategorized | Tagged , , , | 5 Comments

Patching flymake for Ruby development

Flymake is a wonderful thing, and the Ruby/Flymake integration introduced by rails-mode is very, very handy. If you’re not familiar with it, Flymake is an Emacs minor mode that constantly checks your syntax in the background and marks up any … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment