An Emacs Chat with Sacha Chua

This week I was delighted to join Sacha Chua for the latest in her popular series of “Emacs Chats”, in which she interviews notable Emacs users.

More …

Swimming in code: recent hacks

Recently I’ve been on a hacking high, touching a lot of code, and in touch with a lot of cool programmers. In retrospect I’m surprised at the variety of stuff I’ve been doing, so I thought I’d write a short list.

More …

Open "txmt:" URLs from Rails backtraces using Emacs on OS X

When Rails prints a backtrace in HTML, it’s helpfully rendered as a “txmt:” link so that users can click open the corresponding location in TextMate on OS X. If you’re an Emacs user, here’s how to make those URLs open in Emacs instead.

More …

Full-screen support for Cocoa Emacs on OS X

Prolific Japanese hacker Daisuke Murase (a.k.a. typester) has recently patched Cocoa Emacs to add a full-screen display mode. Here’s how to add this must-have feature into your own local Emacs tree while you wait for it to get integrated into the official Emacs sources.

More …

So you think you found a bug in a library?

From time to time I receive bug reports for the libraries I’ve written. Some reports describe genuine bugs (and I’ll be the first to admit I’m not perfect), but far too many others demonstrate a missed step in the submitter’s “bug assessment” mental process.

More …