[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: EAK at MIT-MC, (BUG LISP) at MIT-MC, ALAN at MIT-AI
- From: HIC at MIT-MC (Howard I. Cannon)
- Date: Wed, 17 May 78 00:15:00 GMT
- Original-date: 16 MAY 1978 2015-EDT
From: ALAN@MIT-AI
Date: Mon, 16 May 78 19:41:56 GMT
Original-Date: 05/16/78 15:41:56 EDT
Subject:
To: (BUG LISP) at MIT-AI
Typing '| A| gets a symbol with the proper print name, however
the printer prints it as "A". '| A| however prints like it should.
Apparently an all zero number in the pname list is ignored?
-------
The reason that '|^@^@^@^@A| prints correctly is to prevent a screw where
a null byte anywhere in a word would cause the remainder of that word to be
ignored. LISP now ignores trailing nulls. Unfourtunatly, ^@ in printnames
is not fully implimented and I strongly recommend you do not use them....
--Howard