Error handling in Emacs Lisp
A Curious Programmer, June 8, 2009
Abstract
One thing that very few code samples (for any language) touch upon is error handling. There are a number of reasons for this. Error handling code is ugly It can take up a significant amount of the …
