[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: BUG-LISP at MIT-MC
- From: Robert Elton Maas <REM at MIT-MC>
- Date: Thu, 6 Aug 81 16:10:00 GMT
- Original-date: 6 August 1981 12:10-EDT
I'm trying to disable ^G interrupt in my Go program. (SSTATUS TTYINT 7 NIL)
seems to work fine at the top level, but when I put it in my program then
hitting ^G resulted in ;YOU-RANG and ;BKPT *RSET. The first part sounds
like something I wrote, but I checked (STATUS TTYINT 7) and it's still
NIL, which I thought should disable the ^G interrupt. What am I doing
wrong? (To see this, :LISP REM;REM LISP then (Q 5) then hit ctrl-G.)