File: README.emacs

package info (click to toggle)
ftnchek 3.3.1-4
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 8,488 kB
  • ctags: 5,960
  • sloc: ansic: 21,908; fortran: 5,748; yacc: 4,071; sh: 3,035; makefile: 895; lisp: 322; f90: 118; perl: 76
file content (17 lines) | stat: -rw-r--r-- 724 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Emacs support for ftnchek
-------------------------

When ftnchek is installed, Emacs has some support for it.  The following
new Lisp functions are defined:

 Key    Lisp function              Function
 ---    -------------              --------
        ftnchek-buffer             Run ftnchek on the current buffer
	ftnchek-subprogram         Run ftnchek on the current subprogram
	fortran-what-subprogram    Identify the current subprogram
 C-x `  ftnchek-next-error         Display the next error

Under GNU Emacs, several of these commands are accessable from the
Fortran 77 menu.  They can also be run using "M-x function-name".  The
options to be used when running ftnchek can be set using the
ftnchek-flags variable.