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: Sun, 30 Apr 2006 03:02:40 +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; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1146359007 20809 80.91.229.2 (30 Apr 2006 01:03:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Apr 2006 01:03:27 +0000 (UTC) Cc: emacs-devel@gnu.org, Adrian Aichner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 30 03:03:20 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 1Fa0L7-0004vx-9A for ged-emacs-devel@m.gmane.org; Sun, 30 Apr 2006 03:03:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fa0L6-0000bX-Fn for ged-emacs-devel@m.gmane.org; Sat, 29 Apr 2006 21:03:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fa0Kk-0000Uf-9h for emacs-devel@gnu.org; Sat, 29 Apr 2006 21:02:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fa0Kg-0000TH-Tj for emacs-devel@gnu.org; Sat, 29 Apr 2006 21:02:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fa0Kg-0000TC-KD for emacs-devel@gnu.org; Sat, 29 Apr 2006 21:02:42 -0400 Original-Received: from [66.249.92.174] (helo=uproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fa0O9-00051L-VV for emacs-devel@gnu.org; Sat, 29 Apr 2006 21:06:18 -0400 Original-Received: by uproxy.gmail.com with SMTP id m2so1750767ugc for ; Sat, 29 Apr 2006 18:02:40 -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=D4CeaopM+jwJtZXS4vuT7b8DAEimScsOZb/JHx/YDHQqAKe/F6zaFCjXvrWqP9LPnOUfHRb7BE3mEmMpWWNbx/N0kKV9l3BknWpM7jJMEivIqmgtHABcm9JFDxe/qPUs+RWQPJrd8THM7zRpMPz1dGGI3ebZKFoJEF220wvZTl0= Original-Received: by 10.78.40.10 with SMTP id n10mr464960hun; Sat, 29 Apr 2006 18:02:40 -0700 (PDT) Original-Received: by 10.78.33.18 with HTTP; Sat, 29 Apr 2006 18:02:40 -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:53627 Archived-At: On 4/29/06, Richard Stallman wrote: > Why does it use no more than 9? Is that a natural limit > or an arbitrary limit? In re-builder's subexpression mode, the user can highlight the text matched by each one of the first nine subexpressions by typing 1-9, or 0 to highlight the full matched string. -- /L/e/k/t/u