From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: Help with font-lock-add-keywords Date: Fri, 13 Mar 2015 12:31:32 +0000 Message-ID: <874mppyt7f.fsf@robertthorpeconsulting.com> References: <87mw3he6zg.fsf@wmi.amu.edu.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1426249923 26068 80.91.229.3 (13 Mar 2015 12:32:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Mar 2015 12:32:03 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Marcin Borkowski Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 13 13:31:52 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YWOkp-0002PD-5q for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Mar 2015 13:31:51 +0100 Original-Received: from localhost ([::1]:36745 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWOko-0002yy-6e for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Mar 2015 08:31:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWOkc-0002yq-VX for help-gnu-emacs@gnu.org; Fri, 13 Mar 2015 08:31:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YWOkY-0002cb-Qe for help-gnu-emacs@gnu.org; Fri, 13 Mar 2015 08:31:38 -0400 Original-Received: from outbound-smtp02.blacknight.com ([81.17.249.8]:41225) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWOkY-0002cW-Kh for help-gnu-emacs@gnu.org; Fri, 13 Mar 2015 08:31:34 -0400 Original-Received: from mail.blacknight.com (pemlinmail05.blacknight.ie [81.17.254.26]) by outbound-smtp02.blacknight.com (Postfix) with ESMTPS id A8AC21DC04C for ; Fri, 13 Mar 2015 12:31:33 +0000 (UTC) Original-Received: (qmail 24792 invoked from network); 13 Mar 2015 12:31:33 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[109.79.181.51]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 13 Mar 2015 12:31:33 -0000 In-Reply-To: <87mw3he6zg.fsf@wmi.amu.edu.pl> (message from Marcin Borkowski on Fri, 13 Mar 2015 07:39:31 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 81.17.249.8 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:103142 Archived-At: Marcin Borkowski writes: > Also, the > strange problem I was writing about seems to be fixed now. Font-lock buries lots of state under the hood. It marks sections of buffers as fontified, then only re-fontifies them if the user moves point there and starts editing. Tinkering with it's values in a buffer you're using often doesn't completely work. Often you have to kill the buffer and re-open it. BR, Robert Thorpe