Re: [STUMP] Multiple contrib directories
David Bjergaard <[email protected]>
| Newsgroups | gmane.comp.window-managers.stumpwm.devel |
|---|---|
| Message-ID | <[email protected]> |
"Diogo F. S. Ramos" <[email protected]> writes: >> In theory this functionality should be there, though I admit freely that >> I haven't tested it as such. You'll want to set *load-path* rather than >> *contrib-dir*, see `add-to-load-path' in module.lisp > > Thank you. > > IIUC the `add-to-load-path' function, now we define "module" as an ASDF > file and one or more Lisp source files. Is this correct? Yes, as I understand asdf, you need a module-name.asd, a package.lisp, and a module-name.lisp to have a complete `load-module' capable module. Dave