From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sebastian Schubert Newsgroups: gmane.emacs.help Subject: Managing lots of source files (e.g. subroutines and functions) Date: Tue, 27 Jan 2009 10:01:01 +0100 Organization: Linux Private Site Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233068836 7164 80.91.229.12 (27 Jan 2009 15:07:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Jan 2009 15:07:16 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 27 16:08:30 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LRpWB-0006fD-FR for geh-help-gnu-emacs@m.gmane.org; Tue, 27 Jan 2009 16:06:23 +0100 Original-Received: from localhost ([127.0.0.1]:60000 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRpUt-0007PW-O7 for geh-help-gnu-emacs@m.gmane.org; Tue, 27 Jan 2009 10:05:03 -0500 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news2.glorb.com!news2.arglkargh.de!noris.net!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) Cancel-Lock: sha1:HFe9TdhhpEi/7/3dkJBkFeW+DHs= Original-Lines: 17 Original-NNTP-Posting-Date: 27 Jan 2009 10:00:43 CET Original-NNTP-Posting-Host: b1d9306b.newsspool1.arcor-online.net Original-X-Trace: DXC=l; h2W2WKiMjPKPPVf; 4hUjic==]BZ:afn4Fo<]lROoRa^YC2XCjHcbiXhBoA List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:61698 Archived-At: Hi, I recently started to work an large project which is written in Fortran90. It includes a lot of different source files included in just one folder. Is there a way to make emacs scan this folder and create some kind of procedure or subroutine or function list? I would like to be able to directly move to the file where e.g. the function I'm interested in is written. In addition a list of variables would be nice too. Any idea? Thanks Sebastian