acet-autoload2


(acet-autoload2  loadlist)

Similar to (acet-autoload),
loadlist can have 1 or more arguments; the second argument can be a string or a Lisp function definition.

NOTE : only the first argument (application file) is supported

This function searches for a matching application file, and if found, loads the Lisp/BRX module immediately.
If the application file is specified without extension, .lsp is automatically appended to the filename.

supported file types : .lsp, .arx, .brx

example :
(acet-autoload2 '("MyTool" "C:MyTool" nil/t "MyTool" 2))
    searches for MyTool.lsp in all support pathes, and loads it; other arguments are ignored

(acet-autoload2 '("MyTool.brx" "MyTool"))
    searches for MyTool.brx in all support pathes, and loads it; other arguments are ignored


©  Bricsys NV. All rights reserved.