From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Shriram Ramanathan Newsgroups: gmane.emacs.help Subject: f90 comments indentation Date: Wed, 15 Oct 2003 20:28:13 -0600 Organization: University of Minnesota, Twin Cities Campus Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1066271617 22054 80.91.224.253 (16 Oct 2003 02:33:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Oct 2003 02:33:37 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 16 04:33:34 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A9xxF-0005jp-00 for ; Thu, 16 Oct 2003 04:33:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A9xvO-00054Y-Gk for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Oct 2003 22:31:38 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!logbridge.uoregon.edu!lenny.tc.umn.edu!lancelot.cems.umn.edu!shriram Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-X-Trace: lenny.tc.umn.edu 1066271406 9785 134.84.164.83 (16 Oct 2003 02:30:06 GMT) Original-X-Complaints-To: usenet@lenny.tc.umn.edu X-X-Sender: Original-Xref: shelby.stanford.edu gnu.emacs.help:117300 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13229 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13229 Hi, I am writing f90 programs and I have turned auto-fill mode on. I want my comments to be indented to where my earlier comment line starts. So, for example, what I want is this (irrespective of the comment column) real, (kind=long), dimension(3,3) :: abcd ! This is a test ! comment But, what I get is real, (kind=long), dimension(3,3) :: abcd ! This is a test ! comment Can someone help me with this ? Thanks in advance, shriram.