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

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

Re: W3 crashes Emacs


From: John Paul Wallington
Subject: Re: W3 crashes Emacs
Date: Fri, 03 Oct 2003 05:14:47 +0100

> * emacs -q -l w3-auto
> 
> * Visit any web page which contains a link.  Even a page as simple as
>   this (opened with `w3-find-file'):
> 
>   <html><body><a href="http://www.gnu.org";>GNU</a></body></html>
> 
> * Activate the "Go" menu item.
> 
> * Emacs crashes with: "Fatal error (6).Aborted"

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;




reply via email to

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