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: current cvs breaks and possible fixes


Robert D. Skeels wrote:
The following errors occur when configured --with-swing.
Oops. I thought I had been testing my code with --with-swing, but clearly not.

I've included patches that allow make and make check to continue,
> but can't verify if they are correct.

They're not.

They problem is that the Emacs spcification of (catch TAG BODY)
is different and incompatible with the Kawa-Scheme
(catch KEY THUNK HANDLER).  The Emacs Lisp compiler is finding the
Scheme version, because the ELisp version had not been implemented.

I just checked in an implementation of Emacs catch and throw.
--
	--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]