[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SUBLIS with arrays
- To: BUG-LISP at MIT-MC
- Subject: SUBLIS with arrays
- From: John G. Aspinall <JGA at MIT-MC>
- Date: Thu, 30 Jul 81 20:21:00 GMT
- Cc: JGA at MIT-MC
- Original-date: 30 July 1981 16:21-EDT
(setq edge-1 (*array nil 'flonum 2))
(setq edge-2 (*array nil 'flonum 2))
(setq face (list edge-1))
(setq alist (list (cons edge-1 edge-2)))
(sublis alist face)
;will produce the error
;#FLONUM-2-70774 NON-ATOMIC ITEM - SUBLIS
John.