[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
HUNKS (OK, OK, so don't read the message if they upset you that much!)
- To: (BUG LISP) at MIT-MC
- Subject: HUNKS (OK, OK, so don't read the message if they upset you that much!)
- From: ALAN at MIT-MC (Alan Bawden)
- Date: Thu, 28 Jun 79 02:38:00 GMT
- Original-date: 27 JUN 1979 2238-EDT
(setq x (hunk 1)) ;this now makes a HUNK2 instead of a CONS
(1 .) ;I don't mind the way they print now (too much)
(car x) ;this is with *rset t
#777777 ;Hmm, I think this should be caught (its the
;only case where car should check!)
(hunk) ;...
nil ;Now I see why this might be the "right" thing
;but I am pretty damn sure that if I ever try
;and create such a thing it is an error and I
;would like to be told about it.