READ-SCRIPT-FILE-AUX in newer LKB versions
Maarten van Schagen <[email protected]> Fri, 16 Apr 2004 16:39:24 +1200 (NZST)
| Newsgroups | gmane.comp.ai.lkb |
|---|---|
| Message-ID | <[email protected]> |
Dear all,
When running the latest (25/03/2004) LKB version from allegro lisp after
entering
(load "general/loadup")
(compile-system "mrs" :force t)
I would like to load my LKB scriptfile using
(read-script-file-aux "mygrammar/script")
but this returns
Error: attempt to call `READ-SRIPT-FILE-AUX' which is an undefined
function.
[condition type: UNDEFINED-FUNCTION]
In older (e.g. 20/11/2002) versions this would load my grammar without
any complications.
Could anyone tell me what has happend to this function or where I could
find related documentation.
Kind regards,
Maarten van Schagen