On Sun, Jul 22, 2012 at 6:32 PM, H Durer <h.due...@gmail.com> wrote:

>
> | ;;; The following lines added by ql:add-to-init-file:
> | #-quicklisp
> | (let ((quicklisp-init (merge-pathnames "quicklisp/setup.lisp"
> |                                         (user-homedir-pathname))))
> |   (when (probe-file quicklisp-init)
> |     (load quicklisp-init)))
>
> With your system, where do the quicklisp files live; I guess I could
> get rid of my ~quicklisp/ dir?
>

:ecl-quicklisp does basically the same:

* If quicklisp was not loaded
  +  It checks for quicklisp's initialization file. If it is not present,
it installs quicklisp.
  + Quicklisp's setup.lisp is loaded
* Quicklisp's quickload is registered with REQUIRE/PROVIDE

So basically you can replace the code above with a simple (require
:ecl-quicklisp)

Juanjo

-- 
Instituto de FĂ­sica Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to