SAKIYAMA Nobuo <nobuo(a)db3.so-net.or.jp> writes:
When executing cl-float-limits in dumped xemacs,
overflow errors and underflow errors are
guarded by
(condition-case err
body
(arith-error nil))
style.
But in temacs, signal handlers are not defined as in my previous
article. Thus, all overflow errors and underflow errors may cause
unguarded SIGFPEs and temacs dumps core.
Thanks for tracking this down. The right solution is to catch SIGFPE
in temacs, so that the code works. Martin, what do you think?
--
Hrvoje Niksic <hniksic(a)srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Try to use "ad nauseam" at least once per flame. It doesn't mean
anything; but it gives that polished feel to your postings.