[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
And you thought you could trace ALPHALESSP while sorting...
- To: BUG-LISP at MIT-MC
- Subject: And you thought you could trace ALPHALESSP while sorting...
- From: David C. Plummer <DCP at MIT-MC>
- Date: Sun, 20 Sep 81 19:34:00 GMT
- Original-date: 20 September 1981 15:34-EDT
:l<space>
n
(trace alphalessp)
;Loading TRACE 67
(ALPHALESSP)
(sort '(this is a test) 'alphalessp)
(1 ENTER (ALPHALESSP (IS THIS))
(1 EXIT ALPHALESSP T)
PURPG; 126744>>HRRM 5,(11) 5/ 740607 27076/ PUSH 16,6
(:L for me acutally gets an XLISP)
<alt>Ging and poking aroung I find:
;;alphalessp by itself still works and traces correctly.
(trace >)
(sort '(1 2 3 4) '>)
;; works correctly