[asdf-devel] Ready to release?
Dave Cooper
david.cooper at genworks.com
Thu Oct 17 20:22:22 UTC 2013
On Thu, Oct 17, 2013 at 4:08 PM, Faré <fahree at gmail.com> wrote:
> And for the record, what are
> char-code-limit
> (code-char (1- char-code-limit))
> ?
>
>
alisp8:
GDL-USER> (uiop:featurep :ics)
NIL
GDL-USER> char-code-limit
65536
GDL-USER> (code-char (1- char-code-limit))
NIL
alisp:
GDL-USER> (uiop:featurep :ics)
T
GDL-USER> char-code-limit
65536
GDL-USER> (code-char (1- char-code-limit))
#\
[as seen after being copy/pasted from emacs in a Linux VM to Google Chrome
on Mac]
#\���
[as seen after being copy/pasted from terminal window in a Linux VM to
Google Chrome on Mac]
[it shows up as the three inverse-video question marks when seen in the
Terminal, and as #\ with a single empty box when seen in Emacs]
--
My Best,
Dave Cooper, Genworks Support
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/asdf-devel/attachments/20131017/d6caaded/attachment.html>
More information about the asdf-devel
mailing list