[PATCH] GCL breakage, was: per-package documentation in on-line help system
Subject: [PATCH] GCL breakage, was: per-package documentation in on-line help system
From: Raymond Toy
Date: Thu, 06 Dec 2012 11:29:34 -0800
>>>>> "Kris" == Kris Katterjohn <katterjohn at gmail.com> writes:
Kris> (I'm not sure if this is fixed already but not pushed, but here it goes)
Kris> I just rebuilt from master and got this when running Maxima with GCL:
Kris> Maxima encountered a Lisp error:
Kris> Error in LET [or a callee]: The variable *LOAD-PATHNAME* is unbound.
Kris> (I truncated the error message). I've attached a simple patch against
Kris> doc/info/build_index.pl which uses the usual #-gcl/#+gcl trick to use
Kris> sys:*load-pathname* for GCL instead.
We should probably try to import sys:*load-pathname* into maxima or
cl-user or some other package that maxima uses.
Ray