From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christian Plate Newsgroups: gmane.emacs.devel Subject: re-builder highlighting incorrect for more than 3 groupings Date: Tue, 25 Apr 2006 21:40:25 +0200 Message-ID: <87r73ljvfa.fsf@myusenet.dyndns.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1146021408 31605 80.91.229.2 (26 Apr 2006 03:16:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Apr 2006 03:16:48 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 26 05:16:46 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FYaWC-0007pa-Mp for ged-emacs-devel@m.gmane.org; Wed, 26 Apr 2006 05:16:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYaWC-0002Ed-4D for ged-emacs-devel@m.gmane.org; Tue, 25 Apr 2006 23:16:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FYU71-0005vc-R4 for emacs-devel@gnu.org; Tue, 25 Apr 2006 16:26:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FYU6y-0005sC-PY for emacs-devel@gnu.org; Tue, 25 Apr 2006 16:26:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYU6y-0005r1-3I for emacs-devel@gnu.org; Tue, 25 Apr 2006 16:26:16 -0400 Original-Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FYTxC-00075p-Ig for emacs-devel@gnu.org; Tue, 25 Apr 2006 16:16:11 -0400 Original-Received: from [217.72.192.234] (helo=fmmailgate03.web.de) by mx20.gnu.org with esmtp (Exim 4.52) id 1FYTQ3-0001NE-V9 for emacs-devel@gnu.org; Tue, 25 Apr 2006 15:41:56 -0400 Original-Received: by fmmailgate03.web.de (8.12.6/8.12.6/webde Linux 0.7) with ESMTP id k3PJfOlD004872 for ; Tue, 25 Apr 2006 21:41:24 +0200 Original-Received: from dslb-088-064-186-099.pools.arcor-ip.net ([88.64.186.99] helo=chris.web.de) by smtp07.web.de with esmtp (WEB.DE 4.107 #108) id 1FYTPY-0005Wz-00 for emacs-devel@gnu.org; Tue, 25 Apr 2006 21:41:24 +0200 Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-Sender: cplate@web.de X-Mailman-Approved-At: Tue, 25 Apr 2006 23:16:31 -0400 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:53438 Archived-At: Hello, I encountered strange behavior with re-builder: I made a testcase to show it. Consider the following buffer: t-t-t-t t-t-t-t t-t-t-t t-t-t-t re-builder with the regex "\\(.\\)-\\(.\\)-\\(.\\)" correctly highlights all first groupings. But if i make another group, "\\(.\\)-\\(.\\)-\\(.\\)-\\(.\\)", it only highlights the first match. Perhaps this has something to do with missing faces for more than three groupings. Christian Plate