From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francesco Potorti` Newsgroups: gmane.emacs.devel Subject: Re: Add fortran 90 modules indexing to etags Date: Mon, 04 Jun 2007 23:16:38 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1180991843 31106 80.91.229.12 (4 Jun 2007 21:17:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 4 Jun 2007 21:17:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: lucatrv Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 04 23:17:21 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HvJvT-0003SD-2S for ged-emacs-devel@m.gmane.org; Mon, 04 Jun 2007 23:17:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HvJvS-0003OQ-Fb for ged-emacs-devel@m.gmane.org; Mon, 04 Jun 2007 17:17:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HvJvO-0003OB-E8 for emacs-devel@gnu.org; Mon, 04 Jun 2007 17:17:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HvJvM-0003Nx-R2 for emacs-devel@gnu.org; Mon, 04 Jun 2007 17:17:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HvJvM-0003Ns-KO for emacs-devel@gnu.org; Mon, 04 Jun 2007 17:17:12 -0400 Original-Received: from mx2.isti.cnr.it ([194.119.192.4]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HvJvM-0005u0-7S for emacs-devel@gnu.org; Mon, 04 Jun 2007 17:17:12 -0400 Original-Received: from conversionlocal.isti.cnr.it by mx.isti.cnr.it (PMDF V6.3-x3 #31251) id <01MHEPP04SCG95NNE5@mx.isti.cnr.it> for emacs-devel@gnu.org; Mon, 04 Jun 2007 23:16:40 +0200 Original-Received: from tucano.isti.cnr.it (tucano.isti.cnr.it [146.48.81.102]) by mx.isti.cnr.it (PMDF V6.3-x3 #31251) with ESMTPSA id <01MHEPOYQ4RY94FNX5@mx.isti.cnr.it>; Mon, 04 Jun 2007 23:16:39 +0200 Original-Received: from pot by tucano.isti.cnr.it with local (Exim 4.63) (envelope-from ) id 1HvJuo-0007DH-Bo; Mon, 04 Jun 2007 23:16:38 +0200 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-kernel: OpenVMS 7.2 (Multinet 4.3-4.4 stack) 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:72234 Archived-At: I will try to implement support for Fortran 90 modules. Please send me a sample Fortran 90 source with modules, with some explanations of what should be tagged exactly and what are the possible cases.