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: On syntax decoration of identifiers containing underscore and statements word [f90] Date: Fri, 17 May 2013 00:14:10 +0200 Message-ID: <51955A32.2080302@alice.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1368742481 31382 80.91.229.3 (16 May 2013 22:14:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 May 2013 22:14:41 +0000 (UTC) To: emacs Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 17 00:14:38 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ud6RY-0005cV-I1 for ged-emacs-devel@m.gmane.org; Fri, 17 May 2013 00:14:36 +0200 Original-Received: from localhost ([::1]:60259 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ud6RX-0001z4-Qa for ged-emacs-devel@m.gmane.org; Thu, 16 May 2013 18:14:35 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ud6RO-0001yy-7V for emacs-devel@gnu.org; Thu, 16 May 2013 18:14:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ud6RH-0003SC-PK for emacs-devel@gnu.org; Thu, 16 May 2013 18:14:26 -0400 Original-Received: from smtp203.alice.it ([82.57.200.99]:33819) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ud6RH-0003S0-Ip for emacs-devel@gnu.org; Thu, 16 May 2013 18:14:19 -0400 Original-Received: from [192.168.1.100] (82.61.91.230) by smtp203.alice.it (8.6.060.15) (authenticated as angelo.graziosi@alice.it) id 5123A5970684DB51 for emacs-devel@gnu.org; Fri, 17 May 2013 00:14:17 +0200 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.99 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:159633 Archived-At: I noticed that in f90-mode, identifiers of variables like a_close = 0 a_read = 0 a_open = 0 ... are decorated with "a_" in black and the statement word (close, read, open..) in magenta. While identifiers of variables like a_clos = 0 a_program = 0 a_if = 0 ... are all in black. Shouldn't they be all in black? Ciao, Angelo.