Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2a71c436
Commit
2a71c436
authored
Jul 08, 2011
by
Glenn Morris
Browse files
* doc/emacs/fortran-xtra.texi (Fortran): Update handled extensions.
parent
7f9b7c53
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+4
-0
doc/emacs/fortran-xtra.texi
doc/emacs/fortran-xtra.texi
+5
-4
No files found.
doc/emacs/ChangeLog
View file @
2a71c436
2011-07-09 Glenn Morris <rgm@gnu.org>
* fortran-xtra.texi (Fortran): Update handled extensions.
2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
* display.texi (Scrolling): `C-v' (etc) are now bound to
...
...
doc/emacs/fortran-xtra.texi
View file @
2a71c436
...
...
@@ -18,10 +18,11 @@ format'') source code (normally Fortran 77). For editing more modern
``free form'' source code (Fortran 90, 95, 2003, 2008), use F90 mode
(@code{f90-mode}). Emacs normally uses Fortran mode for files with
extension @samp{.f}, @samp{.F} or @samp{.for}, and F90 mode for the
extensions @samp{.f90} and @samp{.f95}. Customize
@code{auto-mode-alist} to add more extensions. GNU Fortran supports
both free and fixed form. This manual mainly documents Fortran mode,
but the corresponding F90 mode features are mentioned when revelant.
extensions @samp{.f90}, @samp{.f95}, @samp{.f03} and @samp{.f08}.
Customize @code{auto-mode-alist} to add more extensions. GNU Fortran
supports both free and fixed form. This manual mainly documents Fortran
mode, but the corresponding F90 mode features are mentioned when
revelant.
Fortran mode provides special motion commands for Fortran statements
and subprograms, and indentation commands that understand Fortran
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment