[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: KMP at MIT-MC (Kent M. Pitman)
- Date: Thu, 24 Aug 78 04:54:00 GMT
- Original-date: 24 AUG 1978 0054-EDT
TEACH's save feature loses badly. Here is an example of text from it:
(SETQ ')
Remember lisp doesn't print || as ||. We all know PRINC should print
ascii 0 as nothing and PRIN1 it as || but that's not how it is. Hence,
(PRINT '(SETQ || '||)) loses utterly!
Please special-case this part. Every time someone does an UNSAVE i have to
edit the SAVE file
thanx --kmp