From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francesco =?utf-8?Q?Potort=C3=AC?= Newsgroups: gmane.emacs.devel Subject: Re: eww Date: Fri, 17 Jan 2014 16:23:57 +0100 Message-ID: References: <87zjn0gmas.fsf@bzg.ath.cx> <87fvorbjuh.fsf@bzg.ath.cx> <87r48aaog5.fsf@bzg.ath.cx> <878uui6cqr.fsf@yahoo.fr> <87k3e2ldpd.fsf@bzg.ath.cx> <52D56C90.7000902@yahoo.fr> <87y52ijufd.fsf@bzg.ath.cx> <877ga172zi.fsf@igel.home> <52D6B310.8080702@yahoo.fr> <87y52f4wn7.fsf@igel.home> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1389972263 15760 80.91.229.3 (17 Jan 2014 15:24:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Jan 2014 15:24:23 +0000 (UTC) Cc: bzg@gnu.org, theonewiththeevillook@yahoo.fr, Andreas Schwab , emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 17 16:24:29 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W4BHX-0002tg-LT for ged-emacs-devel@m.gmane.org; Fri, 17 Jan 2014 16:24:27 +0100 Original-Received: from localhost ([::1]:38830 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4BHW-00075S-Nr for ged-emacs-devel@m.gmane.org; Fri, 17 Jan 2014 10:24:26 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4BHN-0006zJ-14 for emacs-devel@gnu.org; Fri, 17 Jan 2014 10:24:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W4BHF-00049E-GQ for emacs-devel@gnu.org; Fri, 17 Jan 2014 10:24:16 -0500 Original-Received: from mx2.isti.cnr.it ([194.119.192.4]:2549 helo=blade4.isti.cnr.it) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4BH7-00047q-Ar; Fri, 17 Jan 2014 10:24:01 -0500 Original-Received: from tucano.isti.cnr.it ([146.48.81.102]) by mx.isti.cnr.it (PMDF V6.5 #31988) with ESMTPSA id <01P39M8QV81IKBPD97@mx.isti.cnr.it>; Fri, 17 Jan 2014 16:23:57 +0100 (MET) Original-Received: from pot by tucano.isti.cnr.it with local (Exim 4.82) (envelope-from ) id 1W4BH3-0006g0-NN; Fri, 17 Jan 2014 16:23:57 +0100 In-reply-to: X-INSM-ip-source: 146.48.81.102 Auth Done X-fingerprint: 4B02 6187 5C03 D6B1 2E31 7666 09DF 2DC9 BE21 6115 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 194.119.192.4 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:168624 Archived-At: > > So I think we should recommend writing (defvar web-alternatives) > > after (define-alternatives 'web). > > That won't help, as etags will specifically ignore a defvar that just > declares a variable. > >I forgot. > >What does it need, then? A regexp file where elisp regexps are defined, or just definition of command-line regexps on the command line in the Makefile: -r REGEXP, --regex=REGEXP or --regex=@regexfile Make a tag for each line matching a regular expression pattern in the following files. {LANGUAGE}REGEXP uses REGEXP for LANGUAGE files only. REGEXFILE is a file containing one REGEXP per line. REGEXP takes the form /TAGREGEXP/TAGNAME/MODS, where TAGNAME/ is optional. The TAGREGEXP pattern is anchored (as if preceded by ^). If TAGNAME/ is present, the tags created are named. For example Tcl named tags can be created with: --regex="/proc[ \t]+\([^ \t]+\)/\1/.". MODS are optional one-letter modifiers: `i' means to ignore case, `m' means to allow multi-line matches, `s' implies `m' and causes dot to match any character, including newline.