Author Archives: jcs

Quicklisp Client Update

Xach has an updated quicklisp client available. Just call (ql:update-client) to get it.

Posted in Programming | Tagged , | Leave a comment

Going to the Top and Bottom of iBuffer

I use iBuffer a lot. That’s probably because I get a little OCD about stray buffers eating up memory for no reason. With my new 16 GB laptop, buffers eating up memory isn’t much of a problem but it’s too … Continue reading

Posted in General | Tagged | 2 Comments

Sorting by IP Addresses 2

Yesterday, I told you about my difficulties in trying to sort an Org mode table. I came up with a solution that was, um, less than optimal but at least I got the table sorted. It bugged me that Org … Continue reading

Posted in General | Tagged , | 3 Comments

Maintenance

Irreal’s hosting provider is planning some server maintenace from [2014-12-26 Fri] to [2014-12-29 Mon]. Somewhere in that interval, the server that Irreal runs on will be upgraded. The hosting provider does not expect any outages during this process but warns … Continue reading

Posted in Blogging | Tagged | Leave a comment

Sorting by IP Addresses

Recently, I needed to sort an Org mode table by a column having IP addresses. For example, given the table | IP | 11/01 | 11/02 | 11/03 | |—————+——-+——-+——-| | 10.1.213.5 | 2 | 1 | 0 | | … Continue reading

Posted in General | Tagged | 2 Comments

PDF Animations

Edgar Aroutiounian has a nice post about adding animations to PDF files with Emacs, Org, and LaTeX. If you’re an OS X user, he also explains how to load a minimal TeX distribution rather than the huge MacTeX distribution. The … Continue reading

Posted in General | Tagged | Leave a comment

Emacs Function Frequency

Xah Lee has an interesting post of the frequency of Emacs functions in the Emacs code base. It’s easy to write such a thing off with a shrug but I found the chart fascinating. The first five most frequently used … Continue reading

Posted in Programming | Tagged | 4 Comments

Yosemite Autocorrect

This is a note for users of OS X Yosemite. With the new OS, spelling autocorrect is on by default. For me, at least, this was most evident in the mail app (almost all my other writing occurs in Emacs). … Continue reading

Posted in General | Tagged , | Leave a comment

Ooh, I Must Be a Power User

#Emacs: using transpose-chars is a litmus test. If you care enough to save keystrokes to internalize C-t, then you must be a power user. — Fredrik Appelberg (@appelberg) November 28, 2014

Posted in General | Tagged | 2 Comments

Mastering Emacs, The Book

The estimable Mickey Petersen, proprietor of the Mastering Emacs blog, is working on a book. Mickey says that the book is not an encapsulation of his blog but rather is all new material. His announcement has a general outline of … Continue reading

Posted in General | Tagged | Leave a comment