From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Newsgroups: gmane.emacs.help Subject: Re: Numbered regexps throw invalid regex error Date: Wed, 25 Jan 2012 20:14:07 +0000 (UTC) Message-ID: References: <4F203A13.20105@easy-emacs.de> <4F205FC5.90106@easy-emacs.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1327523358 31212 80.91.229.12 (25 Jan 2012 20:29:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 25 Jan 2012 20:29:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 25 21:29:14 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rq9Sz-0001WN-JL for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Jan 2012 21:29:13 +0100 Original-Received: from localhost ([::1]:49173 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rq9Sx-0001Y7-Es for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Jan 2012 15:29:11 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:46935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rq9Sm-0000QC-81 for help-gnu-emacs@gnu.org; Wed, 25 Jan 2012 15:29:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rq9Ea-0002p9-Mc for help-gnu-emacs@gnu.org; Wed, 25 Jan 2012 15:14:25 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:38631) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rq9Ea-0002p3-Ej for help-gnu-emacs@gnu.org; Wed, 25 Jan 2012 15:14:20 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Rq9EZ-0001Z8-9Z for help-gnu-emacs@gnu.org; Wed, 25 Jan 2012 21:14:19 +0100 Original-Received: from 94-21-240-178.pool.digikabel.hu ([94.21.240.178]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Jan 2012 21:14:19 +0100 Original-Received: from adatgyujto by 94-21-240-178.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Jan 2012 21:14:19 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 94.21.240.178 (Opera/9.80 (Windows NT 6.1; U; en) Presto/2.10.229 Version/11.61) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:83564 Archived-At: Andreas Röhler easy-emacs.de> writes: > > you can't assign a group number already assigned automatically > The doc clearly says: "There is no particular restriction on the numbering, e.g. you can have several groups with the same number in which case the last one to match (i.e. the rightmost match) will win." There is no mention of an automatic assignment. It says the last one will win, so assigning a number which is already used for a previous group should work.