Next: Q2.1.15, Previous: Q2.1.13, Up: Installation
Ben Wing writes:
C-g does work for most people in most circumstances. If it doesn’t, there are only two explanations:
- The code is wrapped with a binding of
inhibit-quit
tot
. Ctrl-Shift-G should still work, I think.- SIGIO is broken on your system, but BROKEN_SIGIO isn’t defined.
To test #2, try executing
(while t)
from the ‘*scratch*’ buffer. If C-g doesn’t interrupt, then you’re seeing #2.
Morten Welinder writes:
On some (but not all) machines a hung SXEmacsen can be revived by
kill -FPE <pid>
. This is a hack, of course, not a solution. This technique works on a Sun4 running 4.1.3_U1. To see if it works for you, start another SXEmacs and test with that first. If you get a core dump the method doesn’t work and if you get ‘Arithmetic error’ then it does.