Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persist user-configured *quicklisp-directory* location #7

Closed
Hexstream opened this issue Sep 23, 2012 · 1 comment
Closed

Persist user-configured *quicklisp-directory* location #7

Hexstream opened this issue Sep 23, 2012 · 1 comment

Comments

@Hexstream
Copy link
Owner

Hexstream commented Sep 23, 2012

Right now the CL part of the CLHS wrapper will always fall back to the default quicklisp directory location when loaded for the first time in a CL image, so those with a "non-standard" location will need to (setf clhs:*quicklisp-directory* "/path/to/quicklisp") each time they use that part (which is presumably not often, only for installation/reinstallation/upgrade).

Maybe I should provide a way to persist this user preference...

@Hexstream
Copy link
Owner Author

In version 0.6.1, the clhs wrapper will attempt to retrieve the "authoritative" quicklisp directory location from ql:quicklisp-home, if possible, to use as default quicklisp directory.

This should normally always be successful, so there's not much point in persisting this, and in fact I probably wasted my time by exposing functionality to set the quicklisp directory and referencing it in the setup help. Oh well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant