Subject: Re: Load path question
From: rpw3@rpw3.org (Rob Warnock)
Date: Sun, 12 Aug 2007 21:17:33 -0500
Newsgroups: comp.lang.lisp
Message-ID: <cPmdnYcJd4CgIiLbnZ2dnUVZ_ufinZ2d@speakeasy.net>
Steven E. Harris <seh@panix.com> wrote:
+---------------
| rpw3@rpw3.org (Rob Warnock) writes:
| > 	       for file-exists = (probe-file file)
| > 	       when file-exists
| > 		 do (return (apply #'load file :allow-other-keys t rest))))
| 
| And why not get rid of "file-exists"? Just write
|   when (probe-file file)
| unless you think the meaning of probe-file is lost in the contraction.
+---------------

Nope, just didn't think of it. [It wasn't "wrong", like
some of my other corrections, so I just left it alone.]


-Rob

-----
Rob Warnock			<rpw3@rpw3.org>
627 26th Avenue			<URL:http://rpw3.org/>
San Mateo, CA 94403		(650)572-2607