From xemacs-m  Tue Apr 15 22:13:08 1997
Received: from mailbox1.ucsd.edu (mailbox1.ucsd.edu [132.239.1.53])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id WAA06031
	for <xemacs-beta@xemacs.org>; Tue, 15 Apr 1997 22:13:07 -0500 (CDT)
Received: from sdnp5.ucsd.edu (sdnp5.ucsd.edu [132.239.79.10]) by mailbox1.ucsd.edu (8.8.5/8.6.9) with SMTP id UAA27960 for <xemacs-beta@xemacs.org>; Tue, 15 Apr 1997 20:13:07 -0700 (PDT)
Received: by sdnp5.ucsd.edu (SMI-8.6/SMI-SVR4)
	id UAA26240; Tue, 15 Apr 1997 20:14:33 -0700
To: xemacs-beta@xemacs.org
Subject: Re: font-lock/lazy-lock error
References: <199704160306.UAA19240@bittersweet.inetarena.com>
X-Face: "oX;zS#-JU$-,WKSzG.1gGE]x^cIg!hW.dq>.f6pzS^A+(k!T|M:}5{_%>Io<>L&{hO7W4cicOQ|>/lZ1G(m%7iaCf,6Qgk0%%Bz7b2-W3jd0m_UG\Y;?]}4s0O-U)uox>P3JN)9cm]O\@,vy2e{`3pb!"pqmRy3peB90*2L
Mail-Copies-To: never
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
From: David Moore <dmoore@ucsd.edu>
Date: 15 Apr 1997 20:14:33 -0700
In-Reply-To: "Karl M. Hegbloom"'s message of Tue, 15 Apr 1997 20:06:01 -0700
Message-ID: <rvpvvvek12.fsf@sdnp5.ucsd.edu>
Lines: 14
X-Mailer: Gnus v5.4.45/XEmacs 20.1(beta15)

"Karl M. Hegbloom" <karlheg@inetarena.com> writes:

>  I've been seeing this:
> 
> (1) (warning/warning) Error caught in `font-lock-pre-idle-hook'
> 
> ... when I load a large file and it begins to get fontified, after
> it's sat idle for a short time.  I tried debug-on-error, but there was
> nothing more reported.

try debug-on-signal.  BUT don't leave it on for long, it can
occasionally throw you into the debugger at really bad times, or with
you being able to access things you shouldn't.  Just use it to get a
quick stack trace and continue.

