[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



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