While we're having this silly discussion: my standard way of commenting out code is (if nil ..code..) and then putting it back in is (if t ..code..) You have to mark both ends to comment it out, but then putting it back in is trivial. You can comment the nil and t if you want.