[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: Wed, 20 Feb 80 16:08:00 GMT
- Original-date: 20 FEB 1980 1108-EST
(SSTATUS MACRO /% '(LAMBDA () (TYI) () ) SPLICING)
(SSTATUS MACRO /@ '(LAMBDA () (TYI) '(ABCD)) SPLICING)
(TYIPEEK T) %A a
=Returns=> 141
(TYIPEEK T) @A a
=Returns=> 141
; This seems un-intuitive to me. -- Macros that do (TYIPEEK T) to find
; the start of the next token are gonna lose big.
%A 'A
=Returns=> A
'@A
=Returns=> ABCD
; So these macros work correctly in 'normal use'
; You're going to love this one now...
(sstatus macro /# '+internal-/#-macro splicing)
(tyipeek t)
#+MACLISP (QUIT)
... This never returns -- I can type just like I am typing now and there
is no problem ... type type type ... ))))))))))) .... still no return value.
I must still be lost in the tyipeek ...
;BKPT ^B
3
=Returns=> 3
P
... is it fixed? no ... sigh ...