Re: asdf and windows .lnk files
"Pixel // pinterface" <[email protected]> Sat, 30 Jun 2007 02:16:50 -0000
| Newsgroups | gmane.lisp.cclan.general |
|---|---|
| Message-ID | <[email protected]> |
"Gary King" <[email protected]> wrote in message news:[email protected]... > I vote for incorporating this patch; anything that makes ASDF easier > and more transparent to use is -- IMO -- a good thing. If the manner > in which cygwin handles it's symbolic links is documented somewhere, > then perhaps we could use a similar patch to handle them too. Is > anyone on this list familiar with cygwin innards? Not particularly familiar with Cygwin innards, but see http://cygwin.com/faq/faq.api.html#faq.api.symlinks Modern cygwins create Windows Shortcuts; unless the .lnk patch is pickier about the format than Windows is, it should be able to handle those as well. *tests theory* Aaaannnd, it appears to work--with one small caveat: clisp doesn't like when a pathname's :type contains a period ".", so I had to - :name name :type "asd.lnk" :case :local))) + :name (format nil "~a.asd" name) :type "lnk" :case :local))) Ugh. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/