[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
DIGITP
- To: bug-lisp at MIT-MC
- Subject: DIGITP
- From: Guy.Steele at CMU-10A
- Date: Mon, 22 Sep 80 19:25:00 GMT
- Original-date: 22 September 1980 1525-EDT (Monday)
From:RWK
Bletch, (DIGITP #/q) claims 'q' is a digit. I have commented out the two
offending lines of code. I note in CHPROP that JAR has objected to this
behaviour as well. I did not make it take a radix argument, as JAR suggests,
but I would assert that it should NOT assume the radix is 26, and that it did
so was a bug.
[I have been considering changing CHPROP so that DIGITP would take
an optional argument (default 10.) specifying the radix. Are there
any objections to this
--GLS]