From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "George Nurser" Newsgroups: gmane.emacs.help Subject: indentation not working for f90 with upper case DO etc Date: Thu, 9 Nov 2006 17:10:53 +0000 Message-ID: <1d1e6ea70611090910u6be52424w45bf31fb0b4835e@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1163092372 30096 80.91.229.2 (9 Nov 2006 17:12:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Nov 2006 17:12:52 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 09 18:12:50 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GiDRu-0006X5-It for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Nov 2006 18:12:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GiDRt-0003Dd-UL for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Nov 2006 12:12:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GiDRW-0003CP-42 for help-gnu-emacs@gnu.org; Thu, 09 Nov 2006 12:11:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GiDRU-0003A5-6n for help-gnu-emacs@gnu.org; Thu, 09 Nov 2006 12:11:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GiDRT-00039d-QO for help-gnu-emacs@gnu.org; Thu, 09 Nov 2006 12:11:55 -0500 Original-Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GiDRT-0002RL-LD for help-gnu-emacs@gnu.org; Thu, 09 Nov 2006 12:11:55 -0500 Original-Received: from [64.233.166.180] (helo=py-out-1112.google.com) by mx20.gnu.org with esmtp (Exim 4.52) id 1GiDRS-0004Da-Ex for help-gnu-emacs@gnu.org; Thu, 09 Nov 2006 12:11:54 -0500 Original-Received: by py-out-1112.google.com with SMTP id p76so123471pyb for ; Thu, 09 Nov 2006 09:10:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=biHzFlr6lGXm8Xrlygextto460+TQddJa46fkxwHfRz/CbgbYaGve6QwAGscGbQeF0xZoptgfRp7VHCW4cMQgb/OLfw06c+AwKn2FR48FkEH4W7O5+JEGvkiFvtjfHCNq0yPjVTwsHcsUgjo1FOYbZtt5R4AnbSw6xSRYK7Cp+w= Original-Received: by 10.35.111.14 with SMTP id o14mr1360266pym.1163092253403; Thu, 09 Nov 2006 09:10:53 -0800 (PST) Original-Received: by 10.35.29.1 with HTTP; Thu, 9 Nov 2006 09:10:53 -0800 (PST) Original-To: help-gnu-emacs@gnu.org Content-Disposition: inline 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:38601 Archived-At: I find that emacs won't indent f90 files when do /end do ; if then/end if etc. are upper case. Is there some flag I need to set? Or do I have to add the upper case keywords somewhere into f90.el? Regards, George Nurser.