Coder Social home page Coder Social logo

Comments (4)

quicklisp avatar quicklisp commented on August 19, 2024

Could you please paste in a transcript of what happens after you call (ql:add-to-init-file)?

from quicklisp-client.

main-zz avatar main-zz commented on August 19, 2024

Sure:

[4]> (ql:add-to-init-file)

I will append the following lines to #P"/home/main/.clisprc.lisp":

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

Press Enter to continue.

#P"/home/main/.clisprc.lisp"
[5]> 

And then I restart clisp, and quicklisp isn't loaded.

... but that's probably not very helpful. I found the problem - my clisp init file is ".clisprc", not ".clisprc.lisp", despite what the clisp documentation says. So quicklisp was writing to the wrong file, and this file wasn't loaded by clisp. I passed #P".clisprc" to ql:add-to-init-file and it worked fine.

from quicklisp-client.

main-zz avatar main-zz commented on August 19, 2024

Reproduced on Windows XP, CLisp 2.48. My init file is "C:\Documents and Settings\Owner\.clisprc", but quicklisp writes to "C:\Documents and Settings\Owner\Application Data\.clisprc.lisp"., which isn't loaded.

from quicklisp-client.

zabbal avatar zabbal commented on August 19, 2024

Confirmed with clisp 2.49 on ubuntu 13.10

from quicklisp-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.