Looping in LISP

Posted on Tue 10 August 2010 in geek • Tagged with code, elisp, emacs, examples, lisp

Loops are a fairly important part of any programming language and fairly fundamental to a language that is purported to be all about manipulating lists. However it's not something I use that often in my .emacs code so I thought it might be useful to discuss the various options with …


Continue reading

First elisp patch for emacs chrome

Posted on Sat 09 January 2010 in general • Tagged with chrome, elisp, emacs, extensions

One of the nice things about putting your coding experiments up early and under a permissive license is people can submit patches. I'd been trying to get the native elisp edit server working but I'd fallen back to the working python script as I've been busy at work. However along …


Continue reading