Date: Fri, 15 Jun 2007 16:22:14 +0900 From: "Evan Monroig" evan.monroig@gmail.com
Actually this is what I had been doing, not using the #| |# comments because they don't work properly. But I also find them quite nice when I wish to put some code inside them (a toplevel form) that I want to execute some times but not to execute when compiling.
A simpler way around this is to write #+(OR) or #-(AND) before the form. Emacs can handle this, and it will even behave better if you're using something like Paredit Mode, because it still looks like code to Emacs.