On 11 Jun 2007 09:57:43 +0200
Martin Rubey wrote:
William, I just saw
(1) -> SOCKET(8080, getDocumentation$HyperDoc)
don't you need to package call SOCKET$Lisp ?
Thanks Martin. I was just following your directions :-).
[...]
Try
ops: Database IndexCard := getDatabase("o" $OperationsQuery
(1) -> )library hyper
HyperDoc is now explicitly exposed in frame initial
HyperDoc will be automatically loaded when needed from
/OpenAxiom/axiom014/mnt/windows/lib/hyper.NRLIB/code
(1) -> SOCKET(8080, getDocumentation$HyperDoc)
>> System error:
GREP is invalid as a function.
protected-symbol-warn called with (NIL)
(1) -> SOCKET(8080, getDocumentation$HyperDoc)$Lisp
SOCKET is not a lisp function and so cannot be used
with $Lisp.
(1) -> ops: Database IndexCard :=
getDatabase("o")$OperationsQuery
>> System error:
GREP is invalid as a function.
protected-symbol-warn called with (NIL)
(1) -> )sys grep hyper hyper~1.spa
\usepackage{hyperref}_
Note that grep IS in the path. (the hyper~1.spa is the DOS
alias for hyper.spad: DOS uses 8.3 convention for file
names and Axiom runs in DOS.)
William
_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer