* Re: joccur version 1.2
[not found] ` <c1fr8g$ftj$2@home.itg.ti.com>
@ 2004-02-24 15:51 ` Kevin Rodgers
2004-02-24 17:42 ` Javier Oviedo
0 siblings, 1 reply; 4+ messages in thread
From: Kevin Rodgers @ 2004-02-24 15:51 UTC (permalink / raw)
[Please don't top-post.]
Javier Oviedo wrote:
> "Peter Lee" <pete_lee@swbell.net> wrote in message
news:ufzd1hijn.fsf@swbell.net...
> > Javier> Added support for multi-occur(called multi-joccur) and
> > Javier> multiple occurences of regexp on a single line. Also
> > Javier> updated and enhanced overlays.
> >
> > This doesn't seem to work with jit-lock-mode. I get the following
> > error:
> >
> > joccur-1: Symbol's value as variable is void: lazy-lock-mode
>
> Hmmm. Interesting. I'll have to look into this. I'll get back to you.
Try replacing the reference to lazy-lock-mode with (symbol-value
'font-lock-support-mode).
--
Kevin Rodgers
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: joccur version 1.2
2004-02-24 15:51 ` joccur version 1.2 Kevin Rodgers
@ 2004-02-24 17:42 ` Javier Oviedo
2004-02-24 18:06 ` Kevin Rodgers
0 siblings, 1 reply; 4+ messages in thread
From: Javier Oviedo @ 2004-02-24 17:42 UTC (permalink / raw)
"Kevin Rodgers" <ihs_4664@yahoo.com> wrote in message
news:403B72EE.4030004@yahoo.com...
> [Please don't top-post.]
>
> Javier Oviedo wrote:
> > "Peter Lee" <pete_lee@swbell.net> wrote in message
> news:ufzd1hijn.fsf@swbell.net...
> > > Javier> Added support for multi-occur(called multi-joccur) and
> > > Javier> multiple occurences of regexp on a single line. Also
> > > Javier> updated and enhanced overlays.
> > >
> > > This doesn't seem to work with jit-lock-mode. I get the following
> > > error:
> > >
> > > joccur-1: Symbol's value as variable is void: lazy-lock-mode
> >
> > Hmmm. Interesting. I'll have to look into this. I'll get back to you.
>
> Try replacing the reference to lazy-lock-mode with (symbol-value
> 'font-lock-support-mode).
>
> --
> Kevin Rodgers
Is there a way to test if a variable even exists?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: joccur version 1.2
2004-02-24 17:42 ` Javier Oviedo
@ 2004-02-24 18:06 ` Kevin Rodgers
2004-02-25 13:39 ` Javier Oviedo
0 siblings, 1 reply; 4+ messages in thread
From: Kevin Rodgers @ 2004-02-24 18:06 UTC (permalink / raw)
Javier Oviedo wrote:
> "Kevin Rodgers" <ihs_4664@yahoo.com> wrote in message
> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: joccur version 1.2
2004-02-24 18:06 ` Kevin Rodgers
@ 2004-02-25 13:39 ` Javier Oviedo
0 siblings, 0 replies; 4+ messages in thread
From: Javier Oviedo @ 2004-02-25 13:39 UTC (permalink / raw)
"Kevin Rodgers" <ihs_4664@yahoo.com> wrote in message
news:403B929E.10300@yahoo.com...
> Javier Oviedo wrote:
> > "Kevin Rodgers" <ihs_4664@yahoo.com> wrote in message
> > 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
>
I think I "fixed" this problem. Thanks for pointing me in the right
direction.
--
Javier
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-02-25 13:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <c1d3q2$kuf$2@home.itg.ti.com>
[not found] ` <ufzd1hijn.fsf@swbell.net>
[not found] ` <c1fr8g$ftj$2@home.itg.ti.com>
2004-02-24 15:51 ` joccur version 1.2 Kevin Rodgers
2004-02-24 17:42 ` Javier Oviedo
2004-02-24 18:06 ` Kevin Rodgers
2004-02-25 13:39 ` Javier Oviedo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).