Common Lisp indentation in Emacs
Update: since the original publication of this article, Nikodemus Siivola and I have done some more work on various other aspects of Common Lisp indentation, and I must say that …

Update: since the original publication of this article, Nikodemus Siivola and I have done some more work on various other aspects of Common Lisp indentation, and I must say that …
A whole bunch of CCL Cocoa coding involves calls to Objective-C methods. For instance, the following Objective-C code: [cell drawWithFrame: frame inView: view]; will translate into …