[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ALPHALESSP & Strings
- To: DUFTY at MIT-MC
- Subject: ALPHALESSP & Strings
- From: Jon L White <JONL at MIT-MC>
- Date: Sat, 1 Aug 81 18:55:00 GMT
- Cc: BUG-LISP at MIT-MC
- Original-date: 1 August 1981 14:55-EDT
Date: 30 July 1981 16:58-EDT
From: Dennis L. Doughty <DUFTY at MIT-MC>
I do (ALPHALESSP "A" 'FOO) or (ALPHALESSP 'FOO "A") ... both return NIL.
I believe this is due to the fact that I load the STRING library, but
I'm not sure. Why does this happen?
There is a bug in the ALPHALESSP function, when given two args of
dissimilar type (one is a string, the other a symbol). I can't patch
this problem in the current lisp, since the patch area is essentially
all used up, but I did assemble a new lisp (version 2122) and things
are fixed in it.