From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: Need help with search based font-locking Date: Wed, 23 Dec 2009 12:38:24 +0100 Message-ID: <871vilkjin.fsf@thinkpad.tsdh.de> References: <877hsen0na.fsf@thinkpad.tsdh.de> <87637yj64c.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1261568451 1033 80.91.229.12 (23 Dec 2009 11:40:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Dec 2009 11:40:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 23 12:40:43 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NNPa7-0001mS-Ag for ged-emacs-devel@m.gmane.org; Wed, 23 Dec 2009 12:40:43 +0100 Original-Received: from localhost ([127.0.0.1]:48114 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NNPa7-0002NQ-Ck for ged-emacs-devel@m.gmane.org; Wed, 23 Dec 2009 06:40:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NNPXz-0001b4-5O for emacs-devel@gnu.org; Wed, 23 Dec 2009 06:38:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NNPXt-0001YP-Sl for emacs-devel@gnu.org; Wed, 23 Dec 2009 06:38:30 -0500 Original-Received: from [199.232.76.173] (port=57652 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NNPXt-0001YL-OQ for emacs-devel@gnu.org; Wed, 23 Dec 2009 06:38:25 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:14812) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NNPXt-0000lv-EX for emacs-devel@gnu.org; Wed, 23 Dec 2009 06:38:25 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id D38BA78A2C6F; Wed, 23 Dec 2009 12:38:24 +0100 (CET) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02136-03; Wed, 23 Dec 2009 12:38:24 +0100 (CET) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (dhcp17.uni-koblenz.de [141.26.71.17]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 2C19D78973F8; Wed, 23 Dec 2009 12:38:24 +0100 (CET) Mail-Copies-To: never In-Reply-To: <87637yj64c.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Wed, 23 Dec 2009 12:13:07 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:118793 Archived-At: Tassilo Horn writes: Hi all, > When greql-fontlock-keywords-3 changes in a way, that elements that were > highlighted before shouldn't be anymore, it works instantly. But the > other way round doesn't. Ups, that was a error by me. So this topic is solved. ;-) Bye, Tassilo