From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Help etags parse lisp.j Date: Mon, 21 Mar 2016 14:10:26 -0400 Message-ID: References: <83fuvl6p97.fsf@gnu.org> <87k2kxuk8i.fsf@linux-m68k.org> <83a8lt6nen.fsf@gnu.org> <83vb4f6bs7.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1458583848 22036 80.91.229.3 (21 Mar 2016 18:10:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Mar 2016 18:10:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 21 19:10:41 2016 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 1ai4Hp-0001Qr-5t for ged-emacs-devel@m.gmane.org; Mon, 21 Mar 2016 19:10:41 +0100 Original-Received: from localhost ([::1]:59606 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ai4Ho-0004mL-G7 for ged-emacs-devel@m.gmane.org; Mon, 21 Mar 2016 14:10:40 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ai4Hh-0004mB-Ul for emacs-devel@gnu.org; Mon, 21 Mar 2016 14:10:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ai4Hc-0004uX-4r for emacs-devel@gnu.org; Mon, 21 Mar 2016 14:10:33 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:44049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ai4Hc-0004u9-03; Mon, 21 Mar 2016 14:10:28 -0400 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id u2LIAura023107; Mon, 21 Mar 2016 14:10:56 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 52CD360587; Mon, 21 Mar 2016 14:10:26 -0400 (EDT) In-Reply-To: <83vb4f6bs7.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 21 Mar 2016 18:22:48 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV5617=0 X-NAI-Spam-Version: 2.3.0.9418 : core <5617> : inlines <4541> : streams <1606612> : uri <2171501> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 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:202019 Archived-At: > . in a large enough project, the user doesn't have an easy way of > knowing whether she needs K&R support I wouldn't worry about that. > . implementing such an option is not trivial, to say the least, given > the complex state machines used by parsing of C-like languages by > etags Oh well, Stefan