This is the mail archive of the kawa@sourceware.org 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: Getting rid of the "edit-compile-run-cycle" for Kawa


;; -*- scheme -*-
(require 'http)
(apply html:b '("bold this " "and this ")) ; works
(list (html:b "also this ") (html:b "this too ")) ; works
(map html:b '("bold 1" "bold2")) ; fails.  gives:
jndi:/mon.dev.biographicon.com/temp2:7:1: called value is not a
procedure
#\newline


If I comment out that last line the servlet works as expected. So apply is working with html:b but map is not. This is with the latest snapshot.


I checked in a fix for this.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


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