FYI, always fill the second parameter for the load function.
eg.
Also, autoload will make life a lot easier and speed up startup times.Code:Command: (load "a;sldk") Error: LOAD failed: "a;sldk" Command: (load "a;sldk" nil) nil Command: (load "a;sldk" "no load!") "no load!"
eg.Code:(autoload "FILENAME" '("CommandAlias" "anotherCommandAlias")
File: Help.LSP that can be executed with "H" or "HELP"
Code:(autoload "Help" '("H" "Help"))




Reply With Quote
Seriously thought, fix them.

Bookmarks