5 Cents tip for today [ help ]
Posted: Sat Feb 28, 2004 12:24 am
If under linux or Bsd you want a help started, use the "init.lsp" file.
a simple edit like below will give you a direct local help.
;; start links web-browser and loads the manual
;; a function called (help) is now global
(define-macro (help)
( ! "/usr/local/bin/links /usr/share/doc/newlisp/newlisp_manual.html" )
(global 'help))
Norman.
a simple edit like below will give you a direct local help.
;; start links web-browser and loads the manual
;; a function called (help) is now global
(define-macro (help)
( ! "/usr/local/bin/links /usr/share/doc/newlisp/newlisp_manual.html" )
(global 'help))
Norman.