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

[no subject]



    Date: 14 JAN 1979 2220-EST
    From: KMP at MIT-MC (Kent M. Pitman)

    Why does 

    :LISP
    Alloc? N
    (SSTATUS TTYINT 2. 2.)
     

    not cause a  Breakpoint?
------
If you would have done (STATUS TTYINT 2) before munging around, you would
have seen that the ^B break is handled by a function, not by the funny
internal things like ^G.  A number is meaningless, there is no handler for the number
2.