Fwd: [cl-smtp-devel] Re: Encoding issues

Nick Allen rflug05 at gmail.com
Fri Aug 15 23:02:52 UTC 2008


> This is weird. I just tested on two machines, both of them
> with cl-ppcre 1.3.2. The following snippet:
>
>  (cl-ppcre:regex-replace-all "\\S+" "Hello, world!"
>    (list (lambda (word) "MATCH")) :simple-calls t)
>
> returns "Hello, world" on one and "MATCH MATCH" on the other...


> This is weird. I just tested on two machines, both of them
> with cl-ppcre 1.3.2. The following snippet:
>
>  (cl-ppcre:regex-replace-all "\\S+" "Hello, world!"
>    (list (lambda (word) "MATCH")) :simple-calls t)
>
> returns "Hello, world" on one and "MATCH MATCH" on the other...

Leslie

Can you post this on the CL-PPCRE list?

Nick



More information about the cl-smtp-devel mailing list