From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Syntax colors in f90 mode Date: Fri, 05 Feb 2010 03:12:18 -0500 Message-ID: References: <4B6AEE81.4030604@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1265365994 17472 80.91.229.12 (5 Feb 2010 10:33:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Feb 2010 10:33:14 +0000 (UTC) Cc: Emacs To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 05 11:33:11 2010 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.69) (envelope-from ) id 1NdLTT-00032G-Tc for ged-emacs-devel@m.gmane.org; Fri, 05 Feb 2010 11:31:44 +0100 Original-Received: from localhost ([127.0.0.1]:60903 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdJIm-0000pl-KA for ged-emacs-devel@m.gmane.org; Fri, 05 Feb 2010 03:12:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NdJIf-0000oY-GY for emacs-devel@gnu.org; Fri, 05 Feb 2010 03:12:25 -0500 Original-Received: from [199.232.76.173] (port=59070 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdJIe-0000no-MC for emacs-devel@gnu.org; Fri, 05 Feb 2010 03:12:24 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NdJIb-00056R-QU for emacs-devel@gnu.org; Fri, 05 Feb 2010 03:12:24 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:49246) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NdJIb-00056A-Cq for emacs-devel@gnu.org; Fri, 05 Feb 2010 03:12:21 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NdJIZ-0005jr-BJ; Fri, 05 Feb 2010 03:12:19 -0500 X-Spook: analyzer FSF Hamas Elvis hackers unclassified Waco, Texas X-Ran: %#&QZPTw1~pgfv5yZ$P'wXIb}}I)(2WV*r/fQSoVx^ 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:120932 Archived-At: Angelo Graziosi wrote: > enum, bind(C) > enumerator :: FOO... > end enum > > the first 'enum' is in black, while 'bind', 'end enum' is in magenta. I had misunderstood the syntax of enums. (In general, please report bugs and suspected bugs to the bug list.)