Hi.
 
I loaded the file .lispworks (also by Edi Weitz)
so that Lispworks behaves like Emacs.
Hunchentoot folder is in asdf:*central-registry* with all
dependencies. When I try (load-system 'hunchentoot) I get:
Error: System HUNCHENTOOT not found.
cl-who is also in *central-registry* and when I try to load it with:
(load-system 'cl-who) it goes without a problem.
Where is the problem with Hunchentoot ?
 
Thanks