Bill Allombert on Mon, 03 Nov 2003 10:15:08 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
new trap keyword talker and siginter |
Hello PARI-Dev, I have added two new trap keyword: 'talker' to trap miscellaneous errors and 'siginter' to trap SIGINT (usually Control-C). What I wanted to do was to trap all errors but not siginter. Unfortunately the trap design do not seem to allow for that. Cheers, Bill.