Re: Order of *CENTRAL-REGISTRY* traversal
GP lisper <[email protected]>
| Newsgroups | gmane.lisp.cclan.general |
|---|---|
| Message-ID | <[email protected]> |
Date: Sat, 10 Dec 2005 02:13:08 +0200 (EET) From: Nikodemus Siivola <[email protected]> ... In either case: it turns out that the ASDF API _can_ express what I needed to express. Essentially: (defun sysdef-priority-search (name) (let ((*central-registry* (list '(my-systems-pathname)))) (sysdef-central-registry-search name))) (push 'priority-search *system-definition-search-functions*) Kudos to Dan for making ASDF the extensible flexible beast it is! So the need that prompted the discussion has been met, and I don't need to rewrite anything. Indeed, Kudos to Dan! r ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click