From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: charles@aurox.ch (Charles A. Roelli) Newsgroups: gmane.emacs.help Subject: Re: Fortran2008 features Date: Mon, 21 Aug 2017 13:50:55 +0200 Message-ID: References: NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1503316320 31037 195.159.176.226 (21 Aug 2017 11:52:00 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 21 Aug 2017 11:52:00 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Maynard\, Christopher" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 21 13:51:56 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1djlFL-0007Y8-GY for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Aug 2017 13:51:55 +0200 Original-Received: from localhost ([::1]:37475 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1djlFP-0004Z3-2s for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Aug 2017 07:51:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1djlEn-0004YO-16 for help-gnu-emacs@gnu.org; Mon, 21 Aug 2017 07:51:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1djlEi-0002yO-W6 for help-gnu-emacs@gnu.org; Mon, 21 Aug 2017 07:51:21 -0400 Original-Received: from sinyavsky.aurox.ch ([37.35.109.145]:44970) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1djlEi-0002wS-OC for help-gnu-emacs@gnu.org; Mon, 21 Aug 2017 07:51:16 -0400 Original-Received: from sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) by sinyavsky.aurox.ch (Postfix) with ESMTP id AC00822506 for ; Mon, 21 Aug 2017 11:45:23 +0000 (UTC) Authentication-Results: sinyavsky.aurox.ch (amavisd-new); dkim=pass (1024-bit key) reason="pass (just generated, assumed good)" header.d=aurox.ch DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aurox.ch; h= references:subject:subject:in-reply-to:to:from:from:message-id :date:date; s=dkim; t=1503315920; x=1504179921; bh=9wnVtwp2UD9ZE wm/OLN3cWBEXrtuG8Rn2GLJvzJNNH0=; b=APQzpaGTwhq4ubPwYQTqp65u5gm8K JZCmc/UXFwNPOo8JUwB5IMoIk4e8AqvaAn1FT0H4VsF06OafctsNSFf9Z8wmBiTb Olx7bfOAleXxRPAcJTLUyVpPyzuE9Btigj74YmbRQJ6V0imKTzpLKCi3xohuaVl1 Bi5n1tNWjQfS6E= X-Virus-Scanned: Debian amavisd-new at test.virtualizor.com Original-Received: from sinyavsky.aurox.ch ([127.0.0.1]) by sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id VJfwQGQZ9S_2 for ; Mon, 21 Aug 2017 11:45:20 +0000 (UTC) Original-Received: from gray (125.85.192.178.dynamic.wline.res.cust.swisscom.ch [178.192.85.125]) by sinyavsky.aurox.ch (Postfix) with ESMTPSA id 86163224EA; Mon, 21 Aug 2017 11:45:20 +0000 (UTC) In-reply-to: (christopher.maynard@metoffice.gov.uk) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 37.35.109.145 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:114087 Archived-At: Support was added in Emacs 24.1: http://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?id=emacs-24.1#n857: *** f90.el has some support for Fortran 2008 syntax. The comments in f90.el suggest that submodule support works. You can view the file here: http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/progmodes/f90.el?id=emacs-24.1 > From: "Maynard, Christopher" > Date: Fri, 18 Aug 2017 15:50:08 +0000 > > Dear Emacs help, > > I have 23.1.1 installed on my system. This doesn't support Fortran 2008 submodules. Do more recent versions of emacs support this? Is there a "work-around" I could use for this version of emacs instead? > > Thanks, > Regards, Chris Maynard. > > >