[ < ] | [ > ] | [ << ] | [Plus haut] | [ >> ] | [Top] | [Table des matières] | [Index] | [ ? ] |
Fortran mode provides special motion commands for Fortran statements and subprograms, and indentation commands that understand Fortran conventions of nesting, line numbers and continuation statements. Fortran mode has support for Auto Fill mode that breaks long lines into proper Fortran continuation lines.
Special commands for comments are provided because Fortran comments are unlike those of other languages. Built-in abbrevs optionally save typing when you insert Fortran keywords.
Use M-x fortran-mode to switch to this major mode. This command runs
the hook fortran-mode-hook
.
Voir la section Hooks.
Fortran mode is meant for editing Fortran77 “fixed format” (and also “tab
format”) source code. For editing the modern Fortran90 or Fortran95 “free
format” source code, use F90 mode (f90-mode
). Emacs normally uses
Fortran mode for files with extension ‘.f’, ‘.F’ or ‘.for’,
and F90 mode for the extension ‘.f90’ and ‘.f95’. GNU Fortran
supports both kinds of format.
31.13.1 Motion Commands | Moving point by statements or subprograms. | |
31.13.2 Fortran Indentation | Indentation commands for Fortran. | |
31.13.3 Fortran Comments | Inserting and aligning comments. | |
31.13.4 Auto Fill in Fortran Mode | Auto fill support for Fortran. | |
31.13.5 Checking Columns in Fortran | Measuring columns for valid Fortran. | |
31.13.6 Fortran Keyword Abbrevs | Built-in abbrevs for Fortran keywords. |
Ce document a été généré par Eric Reinbold le 23 Février 2009 en utilisant texi2html 1.78.