<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.5921" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=801560420-16112010><FONT face=Arial 
color=#0000ff size=2>Thanks I will try it!</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=801560420-16112010></SPAN> </DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Leo Zovic [mailto:leo.zovic@gmail.com] 
<BR><B>Sent:</B> 2010, November, 16 3:03 PM<BR><B>To:</B> 
toronto-lisp@common-lisp.net<BR><B>Subject:</B> Re: [toronto-lisp] toronto-lisp 
Digest, Vol 35, Issue 5<BR></FONT><BR></DIV>
<DIV></DIV>Not sure if it works the same on Lispworks, but in SBCL + 
Emacs/SLIME, you can target your library archive directly with ASDF instead of 
relying on the automated download.<BR><BR>In other words<BR><BR>(require 
'asdf)<BR>(require 'asdf-install)<BR>(asdf-install:install 
"/path/to/your/cl-ppcre.tar.gz")<BR><BR>Obviously, you'll want to use the 
windows file path in place of that one. As long as the tarball has that asd file 
in it, it should work.<BR><BR>Now, for this library, you should just be able to 
do<BR><BR>(asdf-install:install 'cl-ppcre)<BR><BR>instead of getting your own 
download (this is probably what is meant by "the usual way"). cl-ppcre is well 
maintained, so ASDF should be able to handle the download for you unless the 
CLiki is down for whatever reason.<BR><BR>-Leo<BR><BR>PS. I remember the first 
few weeks of learning Lisp. It was goddamn infuriating. If it's any consolation 
at all, the feeling passes once you get your bearings. <BR><BR>
<DIV class=gmail_quote>On Tue, Nov 16, 2010 at 12:00 PM, <SPAN dir=ltr><<A 
href="mailto:toronto-lisp-request@common-lisp.net">toronto-lisp-request@common-lisp.net</A>></SPAN> 
wrote:<BR>
<BLOCKQUOTE class=gmail_quote 
style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">Send 
  toronto-lisp mailing list submissions to<BR>       <A 
  href="mailto:toronto-lisp@common-lisp.net">toronto-lisp@common-lisp.net</A><BR><BR>To 
  subscribe or unsubscribe via the World Wide Web, visit<BR>      
   <A href="http://common-lisp.net/cgi-bin/mailman/listinfo/toronto-lisp" 
  target=_blank>http://common-lisp.net/cgi-bin/mailman/listinfo/toronto-lisp</A><BR>or, 
  via email, send a message with subject or body 'help' to<BR>    
     <A 
  href="mailto:toronto-lisp-request@common-lisp.net">toronto-lisp-request@common-lisp.net</A><BR><BR>You 
  can reach the person managing the list at<BR>       <A 
  href="mailto:toronto-lisp-owner@common-lisp.net">toronto-lisp-owner@common-lisp.net</A><BR><BR>When 
  replying, please edit your Subject line so it is more specific<BR>than "Re: 
  Contents of toronto-lisp digest..."<BR><BR><BR>Today's Topics:<BR><BR>  
  1. asdf / lispworks 6.0.1 personal edition question<BR>    
   (Matijaca, Aleksandar)<BR>  2. Re: asdf / lispworks 6.0.1 personal 
  edition question<BR>     (Brian 
  Connoy)<BR><BR><BR>----------------------------------------------------------------------<BR><BR>Message: 
  1<BR>Date: Mon, 15 Nov 2010 14:07:43 -0500<BR>From: "Matijaca, Aleksandar" 
  <<A 
  href="mailto:Aleksandar.Matijaca@rbccm.com">Aleksandar.Matijaca@rbccm.com</A>><BR>Subject: 
  [toronto-lisp] asdf / lispworks 6.0.1 personal edition<BR>      
   question<BR>To: <<A 
  href="mailto:toronto-lisp@common-lisp.net">toronto-lisp@common-lisp.net</A>><BR>Message-ID:<BR>  
       <<A 
  href="mailto:BD3CC1693A9DA54C971EDAED1B7EF040018C35FF@SXGM-501.fg.rbc.com">BD3CC1693A9DA54C971EDAED1B7EF040018C35FF@SXGM-501.fg.rbc.com</A>><BR>Content-Type: 
  text/plain; charset="iso-8859-1"<BR><BR>Ok, so I downloaded the latest 6.0.1 
  Lispworks for windows, and I do not<BR>see anywhere in<BR>the gui even a 
  mention of ASDF - there is no "button"...  On their web<BR>site, they 
  state that<BR>they have ASDF integration in IDE - I don't see it.  The 
  link in their<BR>web pages takes me here:<BR><BR>To use ASDF in the LispWorks 
  IDE:<BR><BR>1.      Load ASDF and some ASDF system definitions 
  in the usual ASDF<BR>way.<BR>2.      Load the file 
  (example-file "misc/asdf-integration.lisp") .<BR><BR><BR>>From the above: 
  Load ASDF and some ASDF system definitions in the usual<BR>ASDF way. (WTF, 
  I<BR>don't know what the "usual way" is...?)  What is the usual 
  way????<BR><BR>Ok, so I ran the second line called (example-file ...... 
   And I assume<BR>that does something also,<BR>although they don't say 
  what....  Why is it called example-file???  What<BR>is example-file? 
   What<BR>kind of a function is that?<BR><BR>Ok, so, I also downloaded 
  cl-ppcre-2.0.3 (I can't use quicklisp network<BR>type installations<BR>because 
  I am at a bank, and they have serious firewalls preventing stuff<BR>just like 
  this).  So,<BR>I downloaded this package, and I unzipped it, and I did 
  notice that<BR>there is amongst other<BR>files a cl-ppcre.asd file (probably 
  important).  So, this is what I<BR>have:<BR><BR>LispWorks 6.0.1 which is 
  supposed to be already ASDF ready on Windows<BR><BR>Unzipped 
  cl-ppcre-2.0.3<BR><BR>So, assuming that the whole thing is ASDF ready, how do 
  I load up and<BR>"install"<BR>cl-ppcre-2.0.3<BR><BR>Why is this so friggin' 
  frustrating - I just wanna code in Lisp, not<BR>fight Lispworks 
  and<BR>ASDF...<BR><BR>Thanks, 
  Alex.<BR><BR>_______________________________________________________________________<BR><BR>This 
  email is intended only for the use of the individual(s) to whom it is 
  addressed and may be privileged and confidential.<BR>Unauthorised use or 
  disclosure is prohibited. If you receive This e-mail in error, please advise 
  immediately and delete the original message.<BR>This message may have been 
  altered without your or our knowledge and the sender does not accept any 
  liability for any errors or omissions in the message.<BR><BR>Ce courriel est 
  confidentiel et prot?g?. L'exp?diteur ne renonce pas aux droits et obligations 
  qui s'y rapportent.<BR>Toute diffusion, utilisation ou copie de ce message ou 
  des renseignements qu'il contient par une personne autre que le (les) 
  destinataire(s) d?sign?(s) est interdite.<BR>Si vous recevez ce courriel par 
  erreur, veuillez m'en aviser imm?diatement, par retour de courriel ou par un 
  autre moyen.<BR>-------------- next part --------------<BR>An HTML attachment 
  was scrubbed...<BR>URL: <A 
  href="http://common-lisp.net/pipermail/toronto-lisp/attachments/20101115/c9bd5305/attachment.htm" 
  target=_blank>http://common-lisp.net/pipermail/toronto-lisp/attachments/20101115/c9bd5305/attachment.htm</A><BR><BR>------------------------------<BR><BR>Message: 
  2<BR>Date: Mon, 15 Nov 2010 21:33:09 +0000<BR>From: Brian Connoy <<A 
  href="mailto:BConnoy@morrisonhershfield.com">BConnoy@morrisonhershfield.com</A>><BR>Subject: 
  Re: [toronto-lisp] asdf / lispworks 6.0.1 personal edition<BR>    
     question<BR>To: "<A 
  href="mailto:toronto-lisp@common-lisp.net">toronto-lisp@common-lisp.net</A>" 
  <<A 
  href="mailto:toronto-lisp@common-lisp.net">toronto-lisp@common-lisp.net</A>><BR>Message-ID: 
  <D24C273EE459364F85FF48051F75E9CA1B1AD110@TDC39.mh.local><BR>Content-Type: 
  text/plain; charset="us-ascii"<BR><BR>Here's a few quick replies.  I 
  don't believe the personal edition permits the use of an init file, so for now 
  you'll be doing things 'the hard way'.<BR><BR><BR>*       
    Click the File->Load menu on the main LispWorks menu (or podium) and 
  browse respectively to your "asdf.lisp" and "cl-ppcre.asd" files.<BR><BR>* 
          Load the asdf-integration as before.<BR><BR>* 
          On the menu/podium again, click the icon for the 
  "System Browser".<BR><BR>*         The ASDF integration is 
  not obvious.  Look along the right hand side of the System Browser for 
  the three buttons, of a checkmark, an X and some question marks.  Click 
  the question marks and you will be able to select from the available ASDF and 
  LW systems.<BR><BR>I think there's a glitch in the System Browser.  If 
  you close and reopen it, you'll probably see all loaded Systems displayed. 
   You should be good to go as far as loading CL-PPCRE (although your next 
  stumbling block might be understanding Packages).<BR><BR>As to the choice of 
  EXAMPLE-FILE as a name, my guess is that the ASDF integration provided by LW 
  was originally a chargeable support incident (a couple of mine are in the 
  examples too) and that this function is just a general convenience for loading 
  examples.<BR><BR>BC<BR><BR>p.s.    Your feelings about fighting 
  LispWorks are understood.  I had a heck of a time getting started, mainly 
  because I had never travelled in the 'Land of Lisp'!<BR><BR>-------------- 
  next part --------------<BR>An HTML attachment was scrubbed...<BR>URL: <A 
  href="http://common-lisp.net/pipermail/toronto-lisp/attachments/20101115/91801003/attachment-0001.html" 
  target=_blank>http://common-lisp.net/pipermail/toronto-lisp/attachments/20101115/91801003/attachment-0001.html</A><BR><BR>------------------------------<BR><BR>_______________________________________________<BR>toronto-lisp 
  mailing list<BR><A 
  href="mailto:toronto-lisp@common-lisp.net">toronto-lisp@common-lisp.net</A><BR><A 
  href="http://common-lisp.net/cgi-bin/mailman/listinfo/toronto-lisp" 
  target=_blank>http://common-lisp.net/cgi-bin/mailman/listinfo/toronto-lisp</A><BR><BR><BR>End 
  of toronto-lisp Digest, Vol 35, Issue 
  5<BR>*******************************************<BR></BLOCKQUOTE></DIV><BR></BODY></HTML>