From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Javier Oviedo" Newsgroups: gmane.emacs.help Subject: Re: joccur version 1.2 Date: Tue, 24 Feb 2004 12:42:47 -0500 Organization: Texas Instruments Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <403B72EE.4030004@yahoo.com> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1077650856 1737 80.91.224.253 (24 Feb 2004 19:27:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Feb 2004 19:27:36 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 24 20:27:30 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AviDJ-0006x1-00 for ; Tue, 24 Feb 2004 20:27:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1Avgs8-0006R5-NZ for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Feb 2004 13:01:32 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.uchicago.edu!newsfeed.cs.wisc.edu!newsfeed.mathworks.com!nntp-out.monmouth.com!newspeer.monmouth.com!border1.nntp.ash.giganews.com!nntp.giganews.com!newsfeed.hal-mli.net!feeder1.hal-mli.net!attdl1!attdl2!ip.att.net!news.ti.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-NNTP-Posting-Host: gt64v7121.telogy.design.ti.com Original-X-Trace: home.itg.ti.com 1077644561 2197 158.218.103.164 (24 Feb 2004 17:42:41 GMT) Original-X-Complaints-To: usenet@news.ti.com Original-NNTP-Posting-Date: 24 Feb 2004 17:42:41 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Original-Xref: shelby.stanford.edu gnu.emacs.help:121208 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:17161 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17161 "Kevin Rodgers" wrote in message news:403B72EE.4030004@yahoo.com... > [Please don't top-post.] > > Javier Oviedo wrote: > > "Peter Lee" 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?