From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "spamfilteraccount@gmail.com" Newsgroups: gmane.emacs.help Subject: Re: font-lock support mode in emacs 22 Date: 5 Dec 2006 23:28:52 -0800 Organization: http://groups.google.com Message-ID: <1165390132.507637.301630@73g2000cwn.googlegroups.com> References: NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1165390833 30703 80.91.229.10 (6 Dec 2006 07:40:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 6 Dec 2006 07:40:33 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 06 08:40:33 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GrrOI-0000uh-Rj for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Dec 2006 08:40:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GrrOI-0005l2-Dm for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Dec 2006 02:40:30 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!73g2000cwn.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 194.88.55.211 Original-X-Trace: posting.google.com 1165390137 24649 127.0.0.1 (6 Dec 2006 07:28:57 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 6 Dec 2006 07:28:57 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.00 (X11; Linux i686; U; en),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: 73g2000cwn.googlegroups.com; posting-host=194.88.55.211; posting-account=b98TkQ0AAAD7PsllN8gfWGRoPOPWdnv4 Original-Xref: shelby.stanford.edu gnu.emacs.help:143678 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:39280 Archived-At: martin rudalics wrote: > `jit-lock-mode' is Emacs' synonym for "fontification in real time". Okay. The only reason I asked the question in the first place, because I noticed that my grep syntax highlight hack http://groups.google.com/group/gnu.emacs.sources/browse_thread/thread/48dce7a5c8a4def1/460be2b11094a688#460be2b11094a688 missed some lines in opened files. Turned out it was because the fontification of those lines were deferred, so the highlighting code couldn't copy the face information for them.