Author Archives: jcs

The Answer to Blogging Friction

Although regular readers are familiar with it, here is a quick review of the history of my blogging work flow. In my old blog on Blogger, I was already using Org-mode but I exported the Org to HTML and pasted … Continue reading

Posted in Blogging | Tagged , | 4 Comments

Uncommon Bigrams

Recently, Sacha Chua wrote about how she leveraged abo-abo’s def-repeat-command to easily call windmove and ace-window. She bound the function to the prefix key-chord of yy. That seemed an odd choice to me but I just shrugged and moved on. … Continue reading

Posted in General | Tagged | 1 Comment

Inserting C++ Object Names

If you have the misfortune to be a C++ user, abo-abo over at (or emacs has a nifty bit of Elisp to make inserting code like some_object.method() much easier.

Posted in Programming | Tagged | Leave a comment

SBCL 1.2.8

Last night, I installed the latest version (1.2.8) of SBCL. As usual, the regression tests and installation executed without problem. You can get your copy at the usual place. This month’s release fixes some bugs, has three enhancements, and two … Continue reading

Posted in Programming | Tagged , | Leave a comment

Sacha on Org Using Org Tables

Sacha Chua has an outstanding post on how to add data to and get data from Org mode tables. I’ve written a lot about using Org tables and what used to be called Babel to calculate results from the tables … Continue reading

Posted in General | Tagged , | Leave a comment

The Emacs Honor Society

John Kitchin, whose work I’ve mentioned many times, states the obvious. What would the Emacs honor society be called? λλλ of course. #emacs — John Kitchin (@johnkitchin) December 20, 2014

Posted in General | Tagged | Leave a comment

Deanonymizing Metadata

I’ve written a couple of times about the New York City Taxi Commission’s metadata and how easily it can be abused even though it was anonymized by removing the personally identifiable information. The anonymization notwithstanding, data analysts were able to … Continue reading

Posted in General | Tagged | Leave a comment

Running a Course Video

My New Year’s post was about how John Kitchin used Emacs and Org-mode to run a graduate course in Chemical Engineering. If you want to see it in action, he’s posted a short video that shows the system from both … Continue reading

Posted in General | Tagged , | Leave a comment

A Nice Org Mode Tip

#Emacs of the day: Daily status reports? Notes in org-mode? Grab the block with "M-h" then "C-c C-e h o" export as HTML & open in browser. — Robin Green (@fatlimey) January 19, 2015

Posted in General | Tagged , | 1 Comment

Refactoring Multiple Files

When I get tired of blogging I’m going to write some Elisp that everyday will make a post that says, “Abo-abo has a great post today. Go read it.” Really, if you don’t already have (or emacs in your feed, … Continue reading

Posted in General | Tagged | 1 Comment