From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: re-builder highlighting incorrect for more than 3 groupings Date: Thu, 27 Apr 2006 11:04:43 +0200 Message-ID: References: <87r73ljvfa.fsf@myusenet.dyndns.org> <444F19B7.9080906@gmx.at> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1146128713 2952 80.91.229.2 (27 Apr 2006 09:05:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Apr 2006 09:05:13 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 27 11:05:01 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 1FZ2Qm-0000ya-5C for ged-emacs-devel@m.gmane.org; Thu, 27 Apr 2006 11:05:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FZ2Ql-0001Ma-Ew for ged-emacs-devel@m.gmane.org; Thu, 27 Apr 2006 05:04:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FZ2QY-0001L9-72 for emacs-devel@gnu.org; Thu, 27 Apr 2006 05:04:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FZ2QW-0001Ki-Gm for emacs-devel@gnu.org; Thu, 27 Apr 2006 05:04:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FZ2QW-0001Kf-DW for emacs-devel@gnu.org; Thu, 27 Apr 2006 05:04:44 -0400 Original-Received: from [66.249.92.170] (helo=uproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FZ2TO-00050Y-Kl for emacs-devel@gnu.org; Thu, 27 Apr 2006 05:07:42 -0400 Original-Received: by uproxy.gmail.com with SMTP id m2so1319671ugc for ; Thu, 27 Apr 2006 02:04:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FhfPWruE/voL5w6Jji74iB3fQ7u2U6KTzUBPcQA217z3goZHt98fu2EceV5R+DbareAz5do8VNOJwDZ6wwuWaeZ3tsBt6OhoW1tEexcsWdjWmxcNcw3YbJGWJlrrGgmkW6nOwqS4NlFheX8MWEeArS7gZQ3b22PJX96CqgQ98iM= Original-Received: by 10.78.52.17 with SMTP id z17mr380490huz; Thu, 27 Apr 2006 02:04:43 -0700 (PDT) Original-Received: by 10.78.33.18 with HTTP; Thu, 27 Apr 2006 02:04:43 -0700 (PDT) Original-To: rms@gnu.org In-Reply-To: Content-Disposition: inline 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:53501 Archived-At: On 4/27/06, Richard Stallman wrote: > (defface reb-match-4 ... > > (defface reb-match-5 ... > Can we do something so that it cycles thru the provided faces > once it has used them all? Wouldn't be easier just to define reb-match-[4-9]? Faces aren't exactly a scarce resource, and nine is the maximum re-builder is going to use anyway. -- /L/e/k/t/u