Search found 1 match

by cliffvick
Thu Jan 08, 2009 5:00 pm
Forum: newLISP and the O.S.
Topic: 'link.lsp' does not work on MacOSX?
Replies: 4
Views: 5324

alternate solution

It took me some hard thinking and some playing around with the link.lsp source to come up with an alternative solution that doesn't require a recompile of newlisp. If you replace this line in the function link in link.lsp (search handle "@@@@@@@@") with (search handle "@@@@@@@@" true) (search handle...