Monthly Archives: September 2011

Emacs As A Lisp Machine

Xah Lee has an update to his Emacs and Unicode Tips page that I’ve written about before on my old blog. This is a great reference that tells you how to deal with Unicode and UTF-8 in Emacs. One of … Continue reading

Posted in General | Tagged | 7 Comments

Power Update

Two weeks ago I wrote about power management in electronic devices. The thrust of that post was that because battery technology hasn’t advanced very much it was necessary to work on the problem at the other end by making our … Continue reading

Posted in General | Tagged | Leave a comment

Google Contacts And Emacs

As a dweller in the Apple ecosystem (or walled garden if you prefer) I enjoy a shared and automatically synced contacts list across my Macs, iPhone and iPad. Therefore I don’t bother with Google contacts. Many people do, though, and … Continue reading

Posted in General | Tagged | 2 Comments

Scheme Versus Common Lisp

A lot has been written about Scheme versus Common Lisp and the subject has achieved holy war status much like that of the Emacs versus Vi crusades. I use and am happy with both. I like that Scheme is a … Continue reading

Posted in Programming | Tagged , | Leave a comment

First Emacs 24 Pretest Is Available

Chong Yidong is reporting that Emacs 24.0.90, the first Emacs 24 pretest, is available for download at ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-24.0.90.tar.gz. As usual, the changes are listed in etc/NEWS. In the comments to my post about Emacs 24 features, several of the commenters … Continue reading

Posted in General | Tagged | Leave a comment

SICP For The Kindle And iPad

Long time readers know that I am a big fan of Abelson and Sussman’s Structure and Interpretation of Computer Programs and that I consider it the best book ever written about computer programming. I have the on-line version permanently bookmarked … Continue reading

Posted in Programming | Tagged | 3 Comments

More On The Demise Of Handwriting

Earlier this month I wrote a post speculating on the end of handwriting. By “handwriting” I mean cursive handwriting. Although I’ve pretty much stopped using a pen or pencil entirely most people are still at least printing things by hand. … Continue reading

Posted in General | 2 Comments

Xah’s Emacs Quiz

Xah Lee has another Emacs challenge. This time, it’s to replace entries of the form <tr><td>pound</td><td>&#163;</td><td>pound sign, U+00A3</td></tr> with entries like this: <tr><td>pound</td>£<td>pound sign, U+00A3</td></tr> This is, presumably, a small tweaking of Lee’s very useful page on HTML/XML Entities that … Continue reading

Posted in General | Tagged | 1 Comment

Setting The Goal Column In Emacs

As you move vertically from line-to-line, Emacs tries to keep the point in the same column position or as near to it as it can. Normally, that’s what you want to have happen but sometimes it’s convenient to have the … Continue reading

Posted in General | Tagged | 2 Comments

An Application Of Benford’s Law

Benford’s Law is a surprising result that says data from many sources have the leading digit distributed in a non-uniform way. For example, the first digit is 1 30% of the time but 9 less than 5% of the time. … Continue reading

Posted in General | Leave a comment