Author Archives: jcs

Running Emacs Lisp On Several Files

Xah Lee as an instructive post on converting and scaling images with Emacs. Unlike him, I don’t often need to scale or convert even a single image, let alone many, but he does show an interesting technique to pass several … Continue reading

Posted in Programming | Tagged , | 8 Comments

Drawing Key Sequences In Emacs (Updated)

This is a sad story of my HTML ineptitude but one in which I eventually find the right solution. I’ve written several times (here, here, and here) about how I implemented Xah Lee’s trick of representing key sequences in a … Continue reading

Posted in General | Tagged , | 1 Comment

Specifying Any Modifier Key In Emacs

A couple of weeks ago, I wrote about a Xah Lee post that, among other things, mentioned how to set the hyper and super keys for use with Emacs. Lee uses them a lot because he has a bunch of … Continue reading

Posted in General | Tagged | Leave a comment

A History Of Unix

Warren Toomey has a great article on The Strange Birth and Long Life of Unix in the IEEE Sprectrum. Toomey runs the Unix Heritage Society that maintains a mailing list for those interested in Unix history and, most importantly, maintains … Continue reading

Posted in General | Tagged | Leave a comment

emacs follow-mode

Xah Lee has a nice post on follow-mode. He describes how to take a wide frame, break it up into two or more horizontal windows, and then have the windows act as one large window into the buffer. That is, … Continue reading

Posted in General | Tagged | 1 Comment

Publishers And DRM

Last week I wrote one of my semi-regular rants about the publishing industry and their bad choices. Yesterday, Charlie Stross, a prominent SF author (Accelerando, Glass House, Halting State, Rule 34, and others) wrote a provocative piece on publishers and … Continue reading

Posted in General | Leave a comment

Emacs Markers

In a comment to my Emacs comment-box Revisited post, Aaron showed me a nice way to deal with the boundaries of expanding regions. Recall that in that post I wanted to pad the first line of a comment out to … Continue reading

Posted in Programming | Tagged | Leave a comment

Emacs Align Functions

Tim Visher has a new VimGolf in Emacs up. This time it’s a simple alignment problem using align-regexp, a function that we’ve talked about before. In this case he just used the simple align-regexp case and was done in about … Continue reading

Posted in General | Tagged | 1 Comment

Emacs comment-box Revisited

Last week I wrote about Comment Boxes In Emacs and gave some examples of how the comment-box command provides an easy way to draw a box around a comment. The only problem is that I want the boxes to extend … Continue reading

Posted in Programming | Tagged | 2 Comments

Xah Lee On Inserting Brackets In Emacs

Xah Lee has an interesting post on inserting bracket pairs in Emacs. This is exactly the same thing that I did using Key Chord Mode as I described in this post. The difference is that Lee uses Elisp code directly … Continue reading

Posted in General | Tagged | Leave a comment