Author Archives: jcs

Emacs and Bignums

Nic Ferrier has a great post on using bignums with Emacs Lisp. Elisp, of course, does not support bignums but Ferrier has a trick: use the Elisp interface to calc, which does support bignums, to make the necessary calculations. Ferrier … Continue reading

Posted in Programming | Tagged | Leave a comment

Five Lessons From Being Hacked

Every since having Irreal suffer a malware exploit, I’ve been on the lookout for articles that will help me avoid another successful attack. I’ve already posted about several of these and today’s post is another. Since these posts have become … Continue reading

Posted in General | Tagged | 1 Comment

Arguments against call/cc

Pascal Constanza has a post that points us to an article by Oleg Kiselyow that argues against the call/cc function. Regular readers know that I am an admirer of call/cc so I’m not sure I agree with the idea that … Continue reading

Posted in Programming | Tagged | Leave a comment

Some Common Lisp Tip Tweets

Jean-Philippe Paradis over at HexstreamSoft has a very nice set of tweets on Common Lisp tips. For example, 【Meta+x】 slime-cheat-sheet opens a new frame with useful slime commands and their shortcuts. As Paradis remarks, this is virtually unknown—I sure didn’t … Continue reading

Posted in Programming | Tagged | Leave a comment

Upgrading to Emacs 24.2

Just a quick note to announce that I just upgraded my Mac (OS X Lion) to Emacs 24.2 from source. The upgrade went without any problems so if you’re on a Mac, there’s no reason to wait. From the top … Continue reading

Posted in General | Tagged | Leave a comment

Impatient Mode

You may have seen some of the posts about Chris Wellons’ Emacs HTTP Server, an HTTP server that operates from within Emacs. Now Brian Taylor has built on that to provide Impatient Mode, an Emacs package that renders an Emacs … Continue reading

Posted in Programming | Tagged | 1 Comment

The magic-mode-alist

Most Emacs users know how to associate a file type with a major mode by using the auto-mode-alist variable to associate a file extension with a major mode. I recently learned of another way thanks to Xah Lee who posted … Continue reading

Posted in General | Tagged | Leave a comment

Readable S-Expressions

Why do people keep doing this? They should stop. Now. Really. There is nothing wrong with parentheses. Lispers like them and deal with them without difficulty. There is nothing wrong with Lisp syntax. Lispers like it and deal with it … Continue reading

Posted in Programming | Tagged | 1 Comment

Emacs

It’s everywhere!

Posted in General | Tagged | Leave a comment

The Emacs Manual in Info

This is definitely a note to myself. Doubtless everyone knows this but for some reason I can never seem to remember it so I am recording it in a post. If you’re an Emacs user and your initials are not … Continue reading

Posted in General | Tagged | 3 Comments