emacs-devel
[Top][All Lists]
Advanced

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

Re: How to debug Error during redisplay


From: Stefan Monnier
Subject: Re: How to debug Error during redisplay
Date: Fri, 11 Jan 2013 09:56:45 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> I have just noticed this (using 24.2.92) in the *message* buffer which I
> cannot reproduce in emacs 24.2. Any idea how to debug this problem?

> Error during redisplay: (jit-lock-function 1) signaled (wrong-type-argument 
> stringp nil)
> Error during redisplay: (jit-lock-function 561) signaled (wrong-type-argument 
> stringp nil)
> Error during redisplay: (jit-lock-function 1) signaled (wrong-type-argument 
> stringp nil) [2 times]

You can try (setq font-lock-support-mode nil) then turn font-lock-mode off
and then back on, so as to make it not use jit-lock.  If you're lucky,
the same problem will occur, but this time it'll be in a context where
debug-on-error works.


        Stefan



reply via email to

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