From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Syntax colors in f90 mode Date: Thu, 04 Feb 2010 16:57:53 +0100 Message-ID: <4B6AEE81.4030604@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1265300813 28438 80.91.229.12 (4 Feb 2010 16:26:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Feb 2010 16:26:53 +0000 (UTC) To: Emacs Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 04 17:26:50 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 1Nd4XZ-0005nL-1h for ged-emacs-devel@m.gmane.org; Thu, 04 Feb 2010 17:26:49 +0100 Original-Received: from localhost ([127.0.0.1]:41111 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nd4XY-0002JB-GT for ged-emacs-devel@m.gmane.org; Thu, 04 Feb 2010 11:26:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nd4XT-0002Ia-Qf for emacs-devel@gnu.org; Thu, 04 Feb 2010 11:26:43 -0500 Original-Received: from [199.232.76.173] (port=43898 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nd4XT-0002II-HD for emacs-devel@gnu.org; Thu, 04 Feb 2010 11:26:43 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nd4XS-0001Jd-DV for emacs-devel@gnu.org; Thu, 04 Feb 2010 11:26:43 -0500 Original-Received: from smtp-out108.alice.it ([85.37.17.108]:4909) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nd4XS-0001JZ-4R for emacs-devel@gnu.org; Thu, 04 Feb 2010 11:26:42 -0500 Original-Received: from FBCMMO03.fbc.local ([192.168.68.197]) by smtp-out108.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Thu, 4 Feb 2010 16:58:10 +0100 Original-Received: from FBCMCL01B09.fbc.local ([192.168.171.26]) by FBCMMO03.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Thu, 4 Feb 2010 16:58:09 +0100 Original-Received: from [82.57.149.205] ([82.57.149.205]) by FBCMCL01B09.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Thu, 4 Feb 2010 16:58:07 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 X-OriginalArrivalTime: 04 Feb 2010 15:58:08.0005 (UTC) FILETIME=[D7FEEB50:01CAA5B2] X-detected-operating-system: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ X-Greylist: delayed 1709 seconds by postgrey-1.27 at monty-python; Thu, 04 Feb 2010 11:26:41 EST X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." 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:120908 Archived-At: Just a curiosity... In fortran 90 mode, I have seen that in the following enum, bind(C) enumerator :: FOO... end enum the first 'enum' is in black, while 'bind', 'end enum' is in magenta. Now, I would expect that also the first 'enum', at the first line, to be in magenta. This happens, for example, for the "type, bind(C)...end type" statement. Any idea? Ciao, Angelo.