How to I add/edit the module search path?
The default is "/usr/share/newlisp/modules/csv.lsp"
I think you can re-define module like this:
(define (module $x)
(load (append (env "HOME") "/my-newlisp-modules/" $x)))
More complicated actions could be added - eg look in HOME first, then NEWLISPDIR...