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: Re: Fortran/t mode -- what is it? Date: Wed, 13 Jun 2007 12:04:30 +0100 Message-ID: <1d1e6ea70706130404r4514a124sad67aeda07bd83e7@mail.gmail.com> References: NNTP-Posting-Host: lo.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 1181732698 4807 80.91.229.12 (13 Jun 2007 11:04:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Jun 2007 11:04:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 13 13:04:55 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HyQeh-0002we-QV for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Jun 2007 13:04:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyQeh-0003M5-55 for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Jun 2007 07:04:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HyQeT-0003M0-7c for help-gnu-emacs@gnu.org; Wed, 13 Jun 2007 07:04:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HyQeO-0003Lo-RO for help-gnu-emacs@gnu.org; Wed, 13 Jun 2007 07:04:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyQeO-0003Ll-LO for help-gnu-emacs@gnu.org; Wed, 13 Jun 2007 07:04:32 -0400 Original-Received: from nz-out-0506.google.com ([64.233.162.224]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HyQeO-0003Mh-5S for help-gnu-emacs@gnu.org; Wed, 13 Jun 2007 07:04:32 -0400 Original-Received: by nz-out-0506.google.com with SMTP id q3so134147nzb for ; Wed, 13 Jun 2007 04:04:31 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LGjK+XQsWvUDL3BJQrAPyk85/9NkR8dgEQTSApHowM3CTi0eQHneRHLzS4KazSkk2BJ/WMztcaJJxiAtvuOox6lIBSDnXrDhg6tbjw0vmHmbBpW75zcVR7L+n774Ps0SkFrOFgTZMKG6/yALh7A3HEBBA/aI7ope6ubGFxq2Jt8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UDP3my+J8ZtZzA8kt34XVjHHmIBOSM0jetfkAqyPDcXWTNmBa2UyX5oLQS8zWjUK2OjYt31pyapH3tVyxlGf4tZZgfG+1W8DRfE08UI0kxGURD7O2bxk8k2RQiiAy8PvlfuD7JrdUuHe6dut5V3sBzwbkxZgXLd4SDSKPQyGKr0= Original-Received: by 10.114.73.1 with SMTP id v1mr568861waa.1181732671116; Wed, 13 Jun 2007 04:04:31 -0700 (PDT) Original-Received: by 10.114.171.16 with HTTP; Wed, 13 Jun 2007 04:04:30 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:45007 Archived-At: On 13/06/07, Glenn Morris wrote: > "George Nurser" wrote: > > > I've been editing a certain fortran file with emacs, and it has put > > the code into something called (Fortran/t ) mode. In this mode certain > > commans, such as C-M-j behave rather strangely. > > The file has some tab characters in the first 100 lines, which has > caused fortran.el to assume it is in "tab format", which is a fortran > variety with some special formatting rules. > > > What is this mode for, and how do I go back into straight Fortran > > mode if I so wish? > > Set indent-tabs-mode to nil in that file. Or set fortran-analyze-depth > to 0 if you don't want this feature. Thanks. This solved the 'problem'. George.