Hi,

Could you add (pushnew :elephant *features*) somewhere in the source?

This way I can easily comment out a block of code when elephant is not
available.

Thanks.

(defun start ()
 #+elephant
 (progn
   (ensure-directories-exist (second *blog-store-spec*))
   (open-store *blog-store-spec*))
 .........
 .........)
_______________________________________________
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel

Reply via email to