Richard Stallman <[EMAIL PROTECTED]> writes:
[...]
> When I try this, I get a peculiar crash that suggests that
> the stack has been clobbered. This patch seems to fix that problem,
> and the test case works ok for me. Does it work for you
> with this patch?
Yes, this patch fixes the problem. Thanks!
> *** keyboard.c 10 Jun 2005 09:28:23 -0400 1.829
> --- keyboard.c 12 Jun 2005 11:19:22 -0400
> ***************
> *** 2616,2621 ****
> --- 2616,2622 ----
>
> if (_setjmp (local_getcjmp))
> {
> + restore_getcjmp (save_jump);
> XSETINT (c, quit_char);
> internal_last_event_frame = selected_frame;
> Vlast_event_frame = internal_last_event_frame;
_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug