[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Funny symbols/strings
- To: (BUG LISP) at MIT-MC, (BUG LISPM) at MIT-MC, NIL at MIT-MC
- Subject: Funny symbols/strings
- From: KMP at MIT-MC (Kent M. Pitman)
- Date: Wed, 16 Jul 80 06:26:00 GMT
- Original-date: 16 JUL 1980 0226-EDT
What would people think of having #\\RETURN, #\\LINEFEED, etc. turn into
the char designated... or can someone suggest a better way to get the effect
of #.(ASCII #\RETURN) which is what I am resorting to now? There doesn't seem
to me any reason that the alist which #\ uses can't include entries like
(... (RETURN . #.(ASCII 13.)) (LINEFEED . #.(ASCII 10.)) ...). Yes, I am
interested in this returning a symbol I can PUTPROP to -- even on machines
that have character objects available. I realize that there may be some
discussion on this point. Perhaps a different set of keys which would return
char objects if the Lisp had them and something else on the more primitive
Lisps. Comments?
-kmp
ps apologies in advance for duplications of this message