emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: W3 crashes Emacs


From: Stefan Monnier
Subject: Re: W3 crashes Emacs
Date: 03 Oct 2003 09:46:31 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> Try removing the abort call:

> --- keymap.c.~1.283.~ 2003-09-02 18:47:38.000000000 +0100
> +++ keymap.c  2003-10-03 05:06:59.000000000 +0100
> @@ -695,7 +695,6 @@
>         /* Loop over the char values represented in the vector.  */
>         int len = ASIZE (binding);
>         int c;
> -       abort();
>         for (c = 0; c < len; c++)
>           {
>             Lisp_Object character;

Oops!!  Could someone install the above patch?
It's a local hack that was never intended to make it to the
Emacs CVS repository.
This said, W3 is the first package I see that makes use of vectors
in keymaps (as opposed to cons-cells used by `make-sparse-keymap'
and char-tables used by `make-keymap').


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]