[Ecls-list] Further integration between quicklisp and ECL

H Durer h.duerer at gmail.com
Sun Jul 22 16:32:35 UTC 2012


On Sun, Jul 22, 2012 at 3:44 PM, Juan Jose Garcia-Ripoll
<juanjose.garciaripoll at gmail.com> wrote:
> On Sun, Jul 22, 2012 at 4:12 PM, H Durer <h.duerer at gmail.com> wrote:
>>
>> So, should we remove the stuff added by ql:add-to-init-file from our
>> ~/.eclrc and just add a "(require :ecl-quicklisp)"?
>
>
> I actually never used ql:add-to-init-file. What is it?

It just adds these lines:

| ;;; 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?

    Holger




More information about the ecl-devel mailing list