This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: UnboundSymbol


I just checked into CVS somethig that should fix your problem.

Chris Dean wrote:

Thanks, I had stumbled upon


>   scm.eval( "(require 'srfi-1) filter");


myself.  Unfortunately, my application is such that the "(require
'srfi-1)" expression happens well before the "(filter ...)" expression.
Well, you could write a helper routine that pre-pends
"(require 'srfi-1)" to every expression - multiple
require calls are supposed to be ok, if a bit wasteful.

In any case, I think today's check-in should fix the problem.
--
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]