From dan at cambrianhouse.com Tue May 23 06:25:15 2006 From: dan at cambrianhouse.com (Daniel Gackle) Date: Tue, 23 May 2006 00:25:15 -0600 Subject: [cl-emb-devel] Can't call register-emb Message-ID: <20060523062513.B71D0131A29@spunkymail-a4.dreamhost.com> I'm new to Lisp, eager to learn, but having trouble getting cl-emb to work. I'm running Lispbox on Windows, CLISP 2.37 (http://www.gigamonkeys.com/lispbox/). I've loaded cl-emb 0.4.3 and cl-ppcre 1.2.13. When I try to evaluate the first sample expression in the cl-emb readme: (cl-emb:register-emb "test1" "10 stars: <% (dotimes (i 10) %>*<% ) %>") . I get the following: CL-PPCRE:REGEX-REPLACE-ALL: illegal keyword/value pair :SIMPLE-CALLS, T in argument list. The allowed keywords are #1=(:START :END :PRESERVE-CASE) [Condition of type SYSTEM::SIMPLE-KEYWORD-ERROR] Backtrace: 0: # 1: # ... Can anyone help? Sincerely, Daniel -------------- next part -------------- An HTML attachment was scrubbed... URL: From sscholl at common-lisp.net Thu May 25 18:32:54 2006 From: sscholl at common-lisp.net (Stefan Scholl) Date: Thu, 25 May 2006 20:32:54 +0200 Subject: [cl-emb-devel] Can't call register-emb In-Reply-To: <20060523062513.B71D0131A29@spunkymail-a4.dreamhost.com> References: <20060523062513.B71D0131A29@spunkymail-a4.dreamhost.com> Message-ID: <20060525183254.GN12197@parsec.no-spoon.de> On 2006-05-23 00:25:15, Daniel Gackle wrote: > I'm new to Lisp, eager to learn, but having trouble getting cl-emb to work. > I'm running Lispbox on Windows, CLISP 2.37 > (http://www.gigamonkeys.com/lispbox/). I've loaded cl-emb 0.4.3 and cl-ppcre > 1.2.13. When I try to evaluate the first sample expression in the cl-emb > readme: > CL-PPCRE:REGEX-REPLACE-ALL: illegal keyword/value pair :SIMPLE-CALLS, T in > argument list. > > The allowed keywords are #1=(:START > :END :PRESERVE-CASE) Are you sure that you use CL-PPCRE 1.2.13? According to http://weitz.de/cl-ppcre/CHANGELOG SIMPLE-CALLS was added in 0.7.8 From dan at cambrianhouse.com Thu May 25 20:07:02 2006 From: dan at cambrianhouse.com (Daniel Gackle) Date: Thu, 25 May 2006 14:07:02 -0600 Subject: [cl-emb-devel] Can't call register-emb In-Reply-To: <20060525183254.GN12197@parsec.no-spoon.de> Message-ID: <20060525200703.F26305B514@spunkymail-a18.dreamhost.com> Stefan, You are right, the CL-PPCRE included in Lispbox is an older version (much older, it would seem, given the changelog you quoted). I downloaded and installed the latest version (1.2.14) and the error no longer occurs. Thank you! Daniel -----Original Message----- From: cl-emb-devel-bounces at common-lisp.net [mailto:cl-emb-devel-bounces at common-lisp.net] On Behalf Of Stefan Scholl Sent: Thursday, May 25, 2006 12:33 PM To: cl-emb-devel at common-lisp.net Subject: Re: [cl-emb-devel] Can't call register-emb On 2006-05-23 00:25:15, Daniel Gackle wrote: > I'm new to Lisp, eager to learn, but having trouble getting cl-emb to work. > I'm running Lispbox on Windows, CLISP 2.37 > (http://www.gigamonkeys.com/lispbox/). I've loaded cl-emb 0.4.3 and cl-ppcre > 1.2.13. When I try to evaluate the first sample expression in the cl-emb > readme: > CL-PPCRE:REGEX-REPLACE-ALL: illegal keyword/value pair :SIMPLE-CALLS, T in > argument list. > > The allowed keywords are #1=(:START > :END :PRESERVE-CASE) Are you sure that you use CL-PPCRE 1.2.13? According to http://weitz.de/cl-ppcre/CHANGELOG SIMPLE-CALLS was added in 0.7.8 _______________________________________________ cl-emb-devel site list cl-emb-devel at common-lisp.net http://common-lisp.net/mailman/listinfo/cl-emb-devel