mmm.. i have looked through the book, and also through the code in the tbnl directory, i have created a new folder called test2, added package.lisp into that folder, containing the following code: (in-package #:cl-user)
(defpackage #:test2 (:use #:cl #:cl-who #:tbnl) (:export #:start-araneida-listener #:stop-araneida-listener))
and it still wouldn't work.. can someone give me a bit more pointer what to do next? thanks alot :D