help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fortran/t mode -- what is it?


From: Glenn Morris
Subject: Re: Fortran/t mode -- what is it?
Date: Wed, 13 Jun 2007 00:35:11 -0700
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

"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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]