help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: joccur version 1.2


From: Kevin Rodgers
Subject: Re: joccur version 1.2
Date: Tue, 24 Feb 2004 11:06:22 -0700
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Javier Oviedo wrote:
> "Kevin Rodgers" <ihs_4664@yahoo.com> wrote in message
> 403B72EE.4030004@yahoo.com">news:403B72EE.4030004@yahoo.com...
>>
>>Try replacing the reference to lazy-lock-mode with (symbol-value
>>'font-lock-support-mode).
>
> Is there a way to test if a variable even exists?

Of course: (boundp 'lazy-lock-mode)

That will help you avoid the error, but it won't solve the underlying
problem: how to correctly support font lock (fast-lock-mode,
lazy-lock-mode, jit-lock-mode, or neither).

`C-h v font-lock-support-mode' to get started.

--
Kevin Rodgers



reply via email to

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