From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Christopher Howard Newsgroups: gmane.emacs.help Subject: Tagging Fortran variables Date: Mon, 05 Aug 2024 14:25:43 -0800 Message-ID: <87jzgur4ig.fsf@librehacker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31923"; mail-complaints-to="usenet@ciao.gmane.io" To: Help Gnu Emacs Mailing List Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Aug 06 00:26:49 2024 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sb6AD-00087Y-2z for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 06 Aug 2024 00:26:49 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sb69b-0005xU-2S; Mon, 05 Aug 2024 18:26:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sb69W-0005uB-7o for help-gnu-emacs@gnu.org; Mon, 05 Aug 2024 18:26:06 -0400 Original-Received: from mx.kolabnow.com ([212.103.80.155]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sb69R-0001sR-9u for help-gnu-emacs@gnu.org; Mon, 05 Aug 2024 18:26:05 -0400 Original-Received: from localhost (unknown [127.0.0.1]) by mx.kolabnow.com (Postfix) with ESMTP id 6EC75233E9AF for ; Tue, 6 Aug 2024 00:25:50 +0200 (CEST) Authentication-Results: ext-mx-out011.mykolab.com (amavis); dkim=pass (2048-bit key) reason="pass (just generated, assumed good)" header.d=kolabnow.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kolabnow.com; h= content-transfer-encoding:content-type:content-type:mime-version :message-id:date:date:subject:subject:from:from:received :received:received; s=dkim20240523; t=1722896747; x=1724711148; bh=eYOGtorTLGMbB9aoW5KTEkS9GBIDNkAnbHoRBDvLN1Y=; b=cBLMWILd9AYC Sbix4Pu6PxFX5PBCajUjrZXkhnvIYSPAhx6Au1CPHGvqZPgYl0OCgutMHbarp8S0 jW/WPbIvwai2AefC1U5fEwUCVO+0jIwwpfK+PaFoDiX7Kk3nwvc59azsjTGXLlJ8 kCDlGZ1QoKB//v7wZ7egHFDzt9TgEBuVyFMqoleMkj5O+z+W2z74ySUi0MTv7A7W yYaIquclLINuPE3fGNNaKJfjo7L+DZSv4lOEaJVDPAfFwMhvIBvfPNTPFklxzhFi OXCAqM8SB/kbbQuleaisyLaToBctQNavSO5j+8TYrHCH5FdscwRb7yefpM+pfYGi U48XAFw52g== X-Virus-Scanned: amavis at mykolab.com Original-Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out011.mykolab.com [127.0.0.1]) (amavis, port 10024) with ESMTP id LBX4eVNQ9BR3 for ; Tue, 6 Aug 2024 00:25:47 +0200 (CEST) Original-Received: from int-mx011.mykolab.com (unknown [10.9.13.11]) by mx.kolabnow.com (Postfix) with ESMTPS id 0C70922BE365 for ; Tue, 6 Aug 2024 00:25:46 +0200 (CEST) Original-Received: from ext-subm010.mykolab.com (unknown [10.9.6.10]) by int-mx011.mykolab.com (Postfix) with ESMTPS id 4F64F310C2FC for ; Tue, 6 Aug 2024 00:25:46 +0200 (CEST) Received-SPF: none client-ip=212.103.80.155; envelope-from=christopher@librehacker.com; helo=mx.kolabnow.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:147520 Archived-At: Hi, part of my work is researches/troubleshooting in a big collection of ol= d Fortran code files. I want to be able to use the xref tools to help me. H= owever, it seems that etags does not tag Fortran variables, which 99% of th= e time is what I am interested in. It looks like there is a way to tag anyt= hing you want using regexps, so I was looking at the fortran.el code to see= if maybe I could find the magic regexp for this. But there is a lot going = on here in fortran.el that I don't understand yet and I am wondering if som= ebody might be able to help me figure this out. --=20 =F0=9F=93=9B Christopher Howard =F0=9F=9A=80 gemini://gem.librehacker.com =F0=9F=8C=90 http://gem.librehacker.com =D7=91=D7=A8=D7=90=D7=A9=D7=99=D7=AA =D7=91=D7=A8=D7=90 =D7=90=D7=9C=D7=94= =D7=99=D7=9D =D7=90=D7=AA =D7=94=D7=A9=D7=9E=D7=99=D7=9D =D7=95=D7=90=D7=AA= =D7=94=D7=90=D7=A8=D7=A5