You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I've installed ql recently, bypassing installing packages manually. However, once I use
(ql:quickload "software")
I have to use this every other time, it seems, if I want to use the new function. Is there a way to bypass this?
amh...@gmail.com
unread,
Nov 15, 2012, 3:30:15 AM11/15/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Well, you could load it in your CL implementation init file. That way you won't need to write it again and again.
Zach Beane
unread,
Nov 15, 2012, 6:40:57 AM11/15/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
The usual thing is to create a system definition for your project that
expresses its relationship to other libraries. Then you can quickload
your project, and all required software will be loaded along with it.