From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolaj Schumacher Newsgroups: gmane.emacs.help Subject: Re: Fortran (95/03) syntax highlighting Date: Wed, 20 Aug 2008 11:50:00 +0200 Message-ID: References: <93f264080808191311k7ba5ed5co61f8745b5b14e6bf@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1219225944 21928 80.91.229.12 (20 Aug 2008 09:52:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Aug 2008 09:52:24 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Izaak Beekman" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 20 11:53:17 2008 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 1KVkNP-0007lE-JX for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Aug 2008 11:53:15 +0200 Original-Received: from localhost ([127.0.0.1]:33322 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVkMS-0004rB-3o for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Aug 2008 05:52:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KVkKJ-0003oO-K2 for help-gnu-emacs@gnu.org; Wed, 20 Aug 2008 05:50:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KVkKI-0003ny-ED for help-gnu-emacs@gnu.org; Wed, 20 Aug 2008 05:50:03 -0400 Original-Received: from [199.232.76.173] (port=35554 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVkKI-0003ns-8b for help-gnu-emacs@gnu.org; Wed, 20 Aug 2008 05:50:02 -0400 Original-Received: from dd18200.kasserver.com ([85.13.138.168]:33188) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KVkKH-0004vz-Qe for help-gnu-emacs@gnu.org; Wed, 20 Aug 2008 05:50:02 -0400 Original-Received: from arwen.uni-trier.de (arwen.uni-trier.de [136.199.55.242]) by dd18200.kasserver.com (Postfix) with ESMTP id B34D31823C0F0; Wed, 20 Aug 2008 11:50:03 +0200 (CEST) In-Reply-To: <93f264080808191311k7ba5ed5co61f8745b5b14e6bf@mail.gmail.com> (Izaak Beekman's message of "Tue\, 19 Aug 2008 16\:11\:54 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2.50 (darwin) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor 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:56812 Archived-At: "Izaak Beekman" wrote: > 2) No support for Fortran 03 syntax It's currently not supported by Emacs. You could look for an external package, but I wouldn't get my hopes up. > 1) Incorrect syntax highlighting in variable declarations with line > continuations. If that's legal F95 syntax, I'd report it as a bug. (M-x report-emacs-bug) > 3) .f95 and .f03 file-name-suffixes are not recognized. (add-to-list 'auto-mode-alist '("\\.[fF]\\(03\\|95\\)\\'" . f90-mode)) However, .f95 works out of the box here. Are you using a recent Emacs? > I have included my .emacs file as an attachment. This has been very > sloppily cobbled together from other peoples .emacs files and various small > enhancements I have made myself. Comments and suggestions welcome. If you request comments, please paste in inline, so it can be easily quoted. Although I'd prefer to stay on-topic. regards, Nikolaj Schumacher