From xemacs-m  Tue Jul  8 21:09:27 1997
Received: from kurims.kurims.kyoto-u.ac.jp (kurims.kurims.kyoto-u.ac.jp [130.54.16.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id VAA27525
	for <xemacs-beta@xemacs.org>; Tue, 8 Jul 1997 21:08:42 -0500 (CDT)
Received: from boron.kurims.kyoto-u.ac.jp (boron.kurims.kyoto-u.ac.jp [130.54.16.65]) by kurims.kurims.kyoto-u.ac.jp (8.8.5/3.4W2) with SMTP id LAA00843; Wed, 9 Jul 1997 11:08:12 +0900 (JST)
Received: (from petersen@localhost) by boron.kurims.kyoto-u.ac.jp (SMI-8.6/3.5Wbeta) id LAA23700; Wed, 9 Jul 1997 11:08:11 +0900
To: wmperry@aventail.com
Cc: xemacs-beta@xemacs.org
Subject: Re: b11 crash report (with paren and w3)
References: <lbafjyuly2.fsf@orion.kurims.kyoto-u.ac.jp> <lb90ziujrs.fsf@orion.kurims.kyoto-u.ac.jp> <m2lo3h2a1x.fsf@altair.xemacs.org> <86pvstekb7.fsf@wmperry.oz.net>
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: multipart/mixed;
 boundary="Multipart_Wed_Jul__9_11:07:30_1997-1"
Content-Transfer-Encoding: 7bit
From: Jens-U H Petersen <petersen@kurims.kyoto-u.ac.jp>
Date: 09 Jul 1997 11:08:11 +0900
In-Reply-To: wmperry@aventail.com's message of 08 Jul 1997 06:37:48 -0700
Message-ID: <lbafjx6kqc.fsf@boron.kurims.kyoto-u.ac.jp>
Lines: 51
X-Mailer: Gnus v5.4.52/XEmacs 20.2

--Multipart_Wed_Jul__9_11:07:30_1997-1
Content-Type: text/plain; charset=US-ASCII

>>>>> "WM" == William M Perry <wmperry@aventail.com> writes:

    WM> Steven L Baur <steve@xemacs.org> writes:

    >> This is a general problem.  W3 appears to have something wrong with its
    >> syntax table, perhaps related to the dingbats stuff in w3-display.el.
    >> IIRC, William had to define his own charset to get graphic lines to
    >> display properly in XEmacs/Mule.

    WM>   Correct.  Emacs/W3 doesn't set a syntax table for the main buffer, just
    WM> when it is parsing html, stylesheets, MIME, or certain types of URLs.

    >> It doesn't matter how I move to the <HR>, once I get to it, BOOM!

    WM>   Yuck.

    >> Here is a more detailed backtrace, this is *way* over my head so I
    >> don't have a patch at this time.

    WM>   Mine as well.
    WM> Could someone try setting 'w3-use-terminal-characters' to nil and see if
    WM> this still crashes for them?

Yes, that stops the crashing for me:

	src/xemacs -q -no-site-file -l ~/tmp/test.el


--Multipart_Wed_Jul__9_11:07:30_1997-1
Content-Type: application/octet-stream; type=emacs-lisp
Content-Disposition: attachment; filename="test.el"
Content-Transfer-Encoding: 7bit

(load-library "mic-paren.el")
(setq w3-use-terminal-characters nil)
(w3-fetch
 "http://xxx.yukawa.kyoto-u.ac.jp/find/q-alg/1/akasaka/0/1/0/past/3/0")

--Multipart_Wed_Jul__9_11:07:30_1997-1
Content-Type: text/plain; charset=US-ASCII



Maybe you saw the longer lisp backtraces I posted later?

Jens

--Multipart_Wed_Jul__9_11:07:30_1997-1--

