28 Feb
2009
28 Feb
'09
7:38 p.m.
Hi William, To get JS newline, tab, etc. escape sequences out of Parenscript, just give it those characters in CL: (princ (ps #\Backspace)) prints '\b'; Vladimir On Sat, Feb 28, 2009 at 11:27 AM, William Halliburton <whalliburton@gmail.com> wrote:
Hello all.
How would one get this string literal into javascript from parenscript. I'm having a little trouble dealing with the escapes.
'\b'
I need those 4 characters.
(ps "\\a") is giving '\\b' .
Is there any way or should I look deeper into the source?
Thanks much, Will
_______________________________________________ parenscript-devel mailing list parenscript-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel