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: Tue, 22 Mar 2016 08:25:02 -0400 Message-ID: References: <83fuvl6p97.fsf@gnu.org> <87k2kxuk8i.fsf@linux-m68k.org> <83a8lt6nen.fsf@gnu.org> <83vb4f6bs7.fsf@gnu.org> <56F03204.9000701@cs.ucla.edu> <83mvpr66nf.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1458649880 12149 80.91.229.3 (22 Mar 2016 12:31:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Mar 2016 12:31:20 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 22 13:31:10 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 1aiLSU-0000Zz-Ml for ged-emacs-devel@m.gmane.org; Tue, 22 Mar 2016 13:30:50 +0100 Original-Received: from localhost ([::1]:35896 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aiLSQ-0004oP-Hs for ged-emacs-devel@m.gmane.org; Tue, 22 Mar 2016 08:30:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aiLS3-0004nN-3s for emacs-devel@gnu.org; Tue, 22 Mar 2016 08:30:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aiLRz-0008RZ-S0 for emacs-devel@gnu.org; Tue, 22 Mar 2016 08:30:22 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:41027) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aiLRz-0008RF-LX for emacs-devel@gnu.org; Tue, 22 Mar 2016 08:30:19 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aiLRk-0008QS-Mf for emacs-devel@gnu.org; Tue, 22 Mar 2016 13:30:04 +0100 Original-Received: from 69-196-182-150.dsl.teksavvy.com ([69.196.182.150]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Mar 2016 13:30:04 +0100 Original-Received: from monnier by 69-196-182-150.dsl.teksavvy.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Mar 2016 13:30:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 69-196-182-150.dsl.teksavvy.com User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cancel-Lock: sha1:c0Qe55ihePllhihgrgbrJOzBb8Y= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:202065 Archived-At: > I don't want to turn it off, sorry. Etags is part of the set of tools > that are invaluable when you are assigned with a task of making some > change in a large project that lay dormant for years -- they allow you > to quickly find your way in unfamiliar code. It should support old > code styles. The suggestion is not to drop K&R completely, but to have it as an option (which could have other consequences such as failing to notice our "extern foo () NO_RETURN;"). Stefan