Mercurial > emacs
annotate lisp/progmodes/fortran.el @ 3016:ce9ea90b5848
* xterm.c (x_new_font): Reject fonts with varying spacing. We
don't support them yet.
* xfns.c (x_set_font): Report the error message properly.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Mon, 24 May 1993 15:04:07 +0000 |
parents | 10e417efb12a |
children | 927c3d8374ef |
rev | line source |
---|---|
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
1 ;;; fortran.el --- Fortran mode for GNU Emacs |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
2 |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
3 ;;; Copyright (c) 1986, 1992 Free Software Foundation, Inc. |
845 | 4 |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
5 ;; Author: Michael D. Prange <prange@erl.mit.edu> |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
6 ;; Maintainer: bug-fortran-mode@erl.mit.edu |
1862
f6a38dd2250b
* fortran.el (fortran-prepare-abbrev-list-buffer): Put quote in
Jim Blandy <jimb@redhat.com>
parents:
1821
diff
changeset
|
7 ;; Version 1.30 (February 2, 1993) |
811
e694e0879463
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
807
diff
changeset
|
8 ;; Keywords: languages |
660
08eb386dd0f3
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
584
diff
changeset
|
9 |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
10 ;; This file is part of GNU Emacs. |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
11 |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
12 ;; GNU Emacs is free software; you can redistribute it and/or modify |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
13 ;; it under the terms of the GNU General Public License as published by |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
14 ;; the Free Software Foundation; either version 2, or (at your option) |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
15 ;; any later version. |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
16 |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
17 ;; GNU Emacs is distributed in the hope that it will be useful, |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
20 ;; GNU General Public License for more details. |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
21 |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
22 ;; You should have received a copy of the GNU General Public License |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
23 ;; along with GNU Emacs; see the file COPYING. If not, write to |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
24 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
25 |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
26 ;;; Commentary: |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
27 |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
28 ;; Fortran mode has been upgraded and is now maintained by Stephen A. Wood |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
29 ;; (saw@cebaf.gov). It now will use either fixed format continuation line |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
30 ;; markers (character in 6th column), or tab format coninuation line style |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
31 ;; (digit after a TAB character.) A auto-fill mode has been added to |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
32 ;; automatically wrap fortran lines that get too long. |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
33 |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
34 ;; We acknowledge many contributions and valuable suggestions by |
1548 | 35 ;; Lawrence R. Dodd, Ralf Fassel, Ralph Finch, Stephen Gildea, |
36 ;; Dr. Anil Gokhale, Ulrich Mueller, Mark Neale, Eric Prestemon, | |
37 ;; Gary Sabot and Richard Stallman. | |
38 | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
39 ;;; This file may be used with GNU Emacs version 18.xx if the following |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
40 ;;; variable and function substutions are made. |
1862
f6a38dd2250b
* fortran.el (fortran-prepare-abbrev-list-buffer): Put quote in
Jim Blandy <jimb@redhat.com>
parents:
1821
diff
changeset
|
41 ;;; Replace: |
f6a38dd2250b
* fortran.el (fortran-prepare-abbrev-list-buffer): Put quote in
Jim Blandy <jimb@redhat.com>
parents:
1821
diff
changeset
|
42 ;;; frame-width with screen-width |
f6a38dd2250b
* fortran.el (fortran-prepare-abbrev-list-buffer): Put quote in
Jim Blandy <jimb@redhat.com>
parents:
1821
diff
changeset
|
43 ;;; auto-fill-function with auto-fill-hook |
f6a38dd2250b
* fortran.el (fortran-prepare-abbrev-list-buffer): Put quote in
Jim Blandy <jimb@redhat.com>
parents:
1821
diff
changeset
|
44 ;;; (setq unread-command-events (list c)) with (setq unread-command-char c) |
332 | 45 |
46 ;;; Bugs to bug-fortran-mode@erl.mit.edu | |
47 | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
48 (defconst fortran-mode-version "version 1.30") |
1548 | 49 |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
50 ;;; Code: |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
778
diff
changeset
|
51 |
332 | 52 ;;;###autoload |
53 (defvar fortran-tab-mode-default nil | |
1485
a6da00e1c5ad
(fortran-tab-mode): Add defvar.
Richard M. Stallman <rms@gnu.org>
parents:
1475
diff
changeset
|
54 "*Default tabbing/carriage control style for empty files in Fortran mode. |
a6da00e1c5ad
(fortran-tab-mode): Add defvar.
Richard M. Stallman <rms@gnu.org>
parents:
1475
diff
changeset
|
55 A value of t specifies tab-digit style of continuation control. |
a6da00e1c5ad
(fortran-tab-mode): Add defvar.
Richard M. Stallman <rms@gnu.org>
parents:
1475
diff
changeset
|
56 A value of nil specifies that continuation lines are marked |
a6da00e1c5ad
(fortran-tab-mode): Add defvar.
Richard M. Stallman <rms@gnu.org>
parents:
1475
diff
changeset
|
57 with a character in column 6.") |
a6da00e1c5ad
(fortran-tab-mode): Add defvar.
Richard M. Stallman <rms@gnu.org>
parents:
1475
diff
changeset
|
58 |
a6da00e1c5ad
(fortran-tab-mode): Add defvar.
Richard M. Stallman <rms@gnu.org>
parents:
1475
diff
changeset
|
59 ;; Buffer local, used to display mode line. |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
60 (defvar fortran-tab-mode-string nil |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
61 "String to appear in mode line when TAB-format mode is on.") |
332 | 62 |
63 (defvar fortran-do-indent 3 | |
1548 | 64 "*Extra indentation applied to DO blocks.") |
332 | 65 |
66 (defvar fortran-if-indent 3 | |
1548 | 67 "*Extra indentation applied to IF blocks.") |
68 | |
69 (defvar fortran-structure-indent 3 | |
70 "*Extra indentation applied to STRUCTURE, UNION and MAP blocks.") | |
332 | 71 |
72 (defvar fortran-continuation-indent 5 | |
1548 | 73 "*Extra indentation applied to Fortran continuation lines.") |
332 | 74 |
75 (defvar fortran-comment-indent-style 'fixed | |
76 "*nil forces comment lines not to be touched, | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
77 'fixed makes fixed comment indentation to `fortran-comment-line-extra-indent' |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
78 columns beyond `fortran-minimum-statement-indent-fixed' (for |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
79 `indent-tabs-mode' of nil) or `fortran-minimum-statement-indent-tab' (for |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
80 `indent-tabs-mode' of t), and 'relative indents to current |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
81 Fortran indentation plus `fortran-comment-line-extra-indent'.") |
332 | 82 |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
83 (defvar fortran-comment-line-extra-indent 0 |
1548 | 84 "*Amount of extra indentation for text within full-line comments.") |
332 | 85 |
86 (defvar comment-line-start nil | |
87 "*Delimiter inserted to start new full-line comment.") | |
88 | |
89 (defvar comment-line-start-skip nil | |
90 "*Regexp to match the start of a full-line comment.") | |
91 | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
92 (defvar fortran-minimum-statement-indent-fixed 6 |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
93 "*Minimum statement indentation for fixed format continuation style.") |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
94 |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
95 (defvar fortran-minimum-statement-indent-tab (max tab-width 6) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
96 "*Minimum statement indentation for TAB format continuation style.") |
332 | 97 |
98 ;; Note that this is documented in the v18 manuals as being a string | |
99 ;; of length one rather than a single character. | |
100 ;; The code in this file accepts either format for compatibility. | |
101 (defvar fortran-comment-indent-char " " | |
102 "*Single-character string inserted for Fortran comment indentation. | |
103 Normally a space.") | |
104 | |
105 (defvar fortran-line-number-indent 1 | |
106 "*Maximum indentation for Fortran line numbers. | |
107 5 means right-justify them within their five-column field.") | |
108 | |
109 (defvar fortran-check-all-num-for-matching-do nil | |
1548 | 110 "*Non-nil causes all numbered lines to be treated as possible DO loop ends.") |
332 | 111 |
112 (defvar fortran-blink-matching-if nil | |
1548 | 113 "*From a Fortran ENDIF statement, blink the matching IF statement.") |
332 | 114 |
115 (defvar fortran-continuation-string "$" | |
1548 | 116 "*Single-character string used for Fortran continuation lines. |
332 | 117 In fixed format continuation style, this character is inserted in |
118 column 6 by \\[fortran-split-line] to begin a continuation line. | |
119 Also, if \\[fortran-indent-line] finds this at the beginning of a line, it will | |
120 convert the line into a continuation line of the appropriate style. | |
121 Normally $.") | |
122 | |
123 (defvar fortran-comment-region "c$$$" | |
124 "*String inserted by \\[fortran-comment-region]\ | |
125 at start of each line in region.") | |
126 | |
127 (defvar fortran-electric-line-number t | |
128 "*Non-nil causes line number digits to be moved to the correct column as\ | |
129 typed.") | |
130 | |
131 (defvar fortran-startup-message t | |
132 "*Non-nil displays a startup message when Fortran mode is first called.") | |
133 | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
134 (defvar fortran-column-ruler-fixed |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
135 "0 4 6 10 20 30 40 5\ |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
136 0 60 70\n\ |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
137 [ ]|{ | | | | | | | | \ |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
138 | | | | |}\n" |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
139 "*String displayed above current line by \\[fortran-column-ruler]. |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
140 This variable used in fixed-format mode.") |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
141 |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
142 (defvar fortran-column-ruler-tab |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
143 "0 810 20 30 40 5\ |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
144 0 60 70\n\ |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
145 [ ]| { | | | | | | | | \ |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
146 | | | | |}\n" |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
147 "*String displayed above current line by \\[fortran-column-ruler]. |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
148 This variable used in TAB-format mode.") |
332 | 149 |
150 (defconst bug-fortran-mode "bug-fortran-mode@erl.mit.edu" | |
151 "Address of mailing list for Fortran mode bugs.") | |
152 | |
153 (defvar fortran-mode-syntax-table nil | |
154 "Syntax table in use in Fortran mode buffers.") | |
155 | |
156 (defvar fortran-analyze-depth 100 | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
157 "Number of lines to scan to determine whether to use fixed or TAB format\ |
332 | 158 style.") |
159 | |
1548 | 160 (defvar fortran-break-before-delimiters t |
161 "*Non-nil causes `fortran-do-auto-fill' to break lines before delimeters.") | |
162 | |
332 | 163 (if fortran-mode-syntax-table |
164 () | |
165 (setq fortran-mode-syntax-table (make-syntax-table)) | |
166 (modify-syntax-entry ?\; "w" fortran-mode-syntax-table) | |
167 (modify-syntax-entry ?\r " " fortran-mode-syntax-table) | |
168 (modify-syntax-entry ?+ "." fortran-mode-syntax-table) | |
169 (modify-syntax-entry ?- "." fortran-mode-syntax-table) | |
170 (modify-syntax-entry ?= "." fortran-mode-syntax-table) | |
171 (modify-syntax-entry ?* "." fortran-mode-syntax-table) | |
172 (modify-syntax-entry ?/ "." fortran-mode-syntax-table) | |
173 (modify-syntax-entry ?\' "\"" fortran-mode-syntax-table) | |
174 (modify-syntax-entry ?\" "\"" fortran-mode-syntax-table) | |
175 (modify-syntax-entry ?\\ "/" fortran-mode-syntax-table) | |
176 (modify-syntax-entry ?. "w" fortran-mode-syntax-table) | |
1548 | 177 (modify-syntax-entry ?_ "w" fortran-mode-syntax-table) |
332 | 178 (modify-syntax-entry ?\n ">" fortran-mode-syntax-table)) |
179 | |
180 (defvar fortran-mode-map () | |
1548 | 181 "Keymap used in Fortran mode.") |
332 | 182 (if fortran-mode-map |
183 () | |
184 (setq fortran-mode-map (make-sparse-keymap)) | |
185 (define-key fortran-mode-map ";" 'fortran-abbrev-start) | |
186 (define-key fortran-mode-map "\C-c;" 'fortran-comment-region) | |
187 (define-key fortran-mode-map "\e\C-a" 'beginning-of-fortran-subprogram) | |
188 (define-key fortran-mode-map "\e\C-e" 'end-of-fortran-subprogram) | |
189 (define-key fortran-mode-map "\e;" 'fortran-indent-comment) | |
190 (define-key fortran-mode-map "\e\C-h" 'mark-fortran-subprogram) | |
191 (define-key fortran-mode-map "\e\n" 'fortran-split-line) | |
192 (define-key fortran-mode-map "\n" 'fortran-reindent-then-newline-and-indent) | |
193 (define-key fortran-mode-map "\e\C-q" 'fortran-indent-subprogram) | |
194 (define-key fortran-mode-map "\C-c\C-w" 'fortran-window-create-momentarily) | |
195 (define-key fortran-mode-map "\C-c\C-r" 'fortran-column-ruler) | |
196 (define-key fortran-mode-map "\C-c\C-p" 'fortran-previous-statement) | |
197 (define-key fortran-mode-map "\C-c\C-n" 'fortran-next-statement) | |
198 (define-key fortran-mode-map "\t" 'fortran-indent-line) | |
199 (define-key fortran-mode-map "0" 'fortran-electric-line-number) | |
200 (define-key fortran-mode-map "1" 'fortran-electric-line-number) | |
201 (define-key fortran-mode-map "2" 'fortran-electric-line-number) | |
202 (define-key fortran-mode-map "3" 'fortran-electric-line-number) | |
203 (define-key fortran-mode-map "4" 'fortran-electric-line-number) | |
204 (define-key fortran-mode-map "5" 'fortran-electric-line-number) | |
205 (define-key fortran-mode-map "6" 'fortran-electric-line-number) | |
206 (define-key fortran-mode-map "7" 'fortran-electric-line-number) | |
207 (define-key fortran-mode-map "8" 'fortran-electric-line-number) | |
208 (define-key fortran-mode-map "9" 'fortran-electric-line-number)) | |
209 | |
210 (defvar fortran-mode-abbrev-table nil) | |
211 (if fortran-mode-abbrev-table | |
212 () | |
213 (let ((ac abbrevs-changed)) | |
214 (define-abbrev-table 'fortran-mode-abbrev-table ()) | |
215 (define-abbrev fortran-mode-abbrev-table ";au" "automatic" nil) | |
216 (define-abbrev fortran-mode-abbrev-table ";b" "byte" nil) | |
1548 | 217 (define-abbrev fortran-mode-abbrev-table ";bd" "block data" nil) |
332 | 218 (define-abbrev fortran-mode-abbrev-table ";ch" "character" nil) |
219 (define-abbrev fortran-mode-abbrev-table ";cl" "close" nil) | |
220 (define-abbrev fortran-mode-abbrev-table ";c" "continue" nil) | |
221 (define-abbrev fortran-mode-abbrev-table ";cm" "common" nil) | |
222 (define-abbrev fortran-mode-abbrev-table ";cx" "complex" nil) | |
223 (define-abbrev fortran-mode-abbrev-table ";df" "define" nil) | |
224 (define-abbrev fortran-mode-abbrev-table ";di" "dimension" nil) | |
225 (define-abbrev fortran-mode-abbrev-table ";do" "double" nil) | |
226 (define-abbrev fortran-mode-abbrev-table ";dc" "double complex" nil) | |
227 (define-abbrev fortran-mode-abbrev-table ";dp" "double precision" nil) | |
228 (define-abbrev fortran-mode-abbrev-table ";dw" "do while" nil) | |
229 (define-abbrev fortran-mode-abbrev-table ";e" "else" nil) | |
230 (define-abbrev fortran-mode-abbrev-table ";ed" "enddo" nil) | |
231 (define-abbrev fortran-mode-abbrev-table ";el" "elseif" nil) | |
232 (define-abbrev fortran-mode-abbrev-table ";en" "endif" nil) | |
233 (define-abbrev fortran-mode-abbrev-table ";eq" "equivalence" nil) | |
1548 | 234 (define-abbrev fortran-mode-abbrev-table ";ew" "endwhere" nil) |
332 | 235 (define-abbrev fortran-mode-abbrev-table ";ex" "external" nil) |
236 (define-abbrev fortran-mode-abbrev-table ";ey" "entry" nil) | |
237 (define-abbrev fortran-mode-abbrev-table ";f" "format" nil) | |
238 (define-abbrev fortran-mode-abbrev-table ";fa" ".false." nil) | |
239 (define-abbrev fortran-mode-abbrev-table ";fu" "function" nil) | |
240 (define-abbrev fortran-mode-abbrev-table ";g" "goto" nil) | |
241 (define-abbrev fortran-mode-abbrev-table ";im" "implicit" nil) | |
242 (define-abbrev fortran-mode-abbrev-table ";ib" "implicit byte" nil) | |
243 (define-abbrev fortran-mode-abbrev-table ";ic" "implicit complex" nil) | |
244 (define-abbrev fortran-mode-abbrev-table ";ich" "implicit character" nil) | |
245 (define-abbrev fortran-mode-abbrev-table ";ii" "implicit integer" nil) | |
246 (define-abbrev fortran-mode-abbrev-table ";il" "implicit logical" nil) | |
247 (define-abbrev fortran-mode-abbrev-table ";ir" "implicit real" nil) | |
248 (define-abbrev fortran-mode-abbrev-table ";inc" "include" nil) | |
249 (define-abbrev fortran-mode-abbrev-table ";in" "integer" nil) | |
250 (define-abbrev fortran-mode-abbrev-table ";intr" "intrinsic" nil) | |
251 (define-abbrev fortran-mode-abbrev-table ";l" "logical" nil) | |
252 (define-abbrev fortran-mode-abbrev-table ";n" "namelist" nil) | |
253 (define-abbrev fortran-mode-abbrev-table ";o" "open" nil) ; was ;op | |
254 (define-abbrev fortran-mode-abbrev-table ";pa" "parameter" nil) | |
255 (define-abbrev fortran-mode-abbrev-table ";pr" "program" nil) | |
256 (define-abbrev fortran-mode-abbrev-table ";ps" "pause" nil) | |
257 (define-abbrev fortran-mode-abbrev-table ";p" "print" nil) | |
258 (define-abbrev fortran-mode-abbrev-table ";rc" "record" nil) | |
259 (define-abbrev fortran-mode-abbrev-table ";re" "real" nil) | |
260 (define-abbrev fortran-mode-abbrev-table ";r" "read" nil) | |
261 (define-abbrev fortran-mode-abbrev-table ";rt" "return" nil) | |
262 (define-abbrev fortran-mode-abbrev-table ";rw" "rewind" nil) | |
263 (define-abbrev fortran-mode-abbrev-table ";s" "stop" nil) | |
264 (define-abbrev fortran-mode-abbrev-table ";sa" "save" nil) | |
265 (define-abbrev fortran-mode-abbrev-table ";st" "structure" nil) | |
266 (define-abbrev fortran-mode-abbrev-table ";sc" "static" nil) | |
267 (define-abbrev fortran-mode-abbrev-table ";su" "subroutine" nil) | |
268 (define-abbrev fortran-mode-abbrev-table ";tr" ".true." nil) | |
269 (define-abbrev fortran-mode-abbrev-table ";ty" "type" nil) | |
270 (define-abbrev fortran-mode-abbrev-table ";vo" "volatile" nil) | |
271 (define-abbrev fortran-mode-abbrev-table ";w" "write" nil) | |
1548 | 272 (define-abbrev fortran-mode-abbrev-table ";wh" "where" nil) |
332 | 273 (setq abbrevs-changed ac))) |
274 | |
275 ;;;###autoload | |
276 (defun fortran-mode () | |
1548 | 277 "Major mode for editing Fortran code. |
278 \\[fortran-indent-line] indents the current Fortran line correctly. | |
279 DO statements must not share a common CONTINUE. | |
332 | 280 |
1548 | 281 Type ;? or ;\\[help-command] to display a list of built-in\ |
332 | 282 abbrevs for Fortran keywords. |
283 | |
284 Key definitions: | |
285 \\{fortran-mode-map} | |
286 | |
287 Variables controlling indentation style and extra features: | |
288 | |
289 comment-start | |
290 Normally nil in Fortran mode. If you want to use comments | |
291 starting with `!', set this to the string \"!\". | |
292 fortran-do-indent | |
293 Extra indentation within do blocks. (default 3) | |
294 fortran-if-indent | |
295 Extra indentation within if blocks. (default 3) | |
1548 | 296 fortran-structure-indent |
297 Extra indentation within structure, union and map blocks. (default 3) | |
332 | 298 fortran-continuation-indent |
1548 | 299 Extra indentation applied to continuation statements. (default 5) |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
300 fortran-comment-line-extra-indent |
1548 | 301 Amount of extra indentation for text within full-line comments. (default 0) |
332 | 302 fortran-comment-indent-style |
303 nil means don't change indentation of text in full-line comments, | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
304 fixed means indent that text at `fortran-comment-line-extra-indent' beyond |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
305 the value of `fortran-minimum-statement-indent-fixed' (for fixed |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
306 format continuation style) or `fortran-minimum-statement-indent-tab' |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
307 (for TAB format continuation style). |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
308 relative means indent at `fortran-comment-line-extra-indent' beyond the |
332 | 309 indentation for a line of code. |
310 (default 'fixed) | |
311 fortran-comment-indent-char | |
1548 | 312 Single-character string to be inserted instead of space for |
332 | 313 full-line comment indentation. (default \" \") |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
314 fortran-minimum-statement-indent-fixed |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
315 Minimum indentation for Fortran statements in fixed format mode. (def.6) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
316 fortran-minimum-statement-indent-tab |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
317 Minimum indentation for Fortran statements in TAB format mode. (default 9) |
332 | 318 fortran-line-number-indent |
319 Maximum indentation for line numbers. A line number will get | |
320 less than this much indentation if necessary to avoid reaching | |
321 column 5. (default 1) | |
322 fortran-check-all-num-for-matching-do | |
1548 | 323 Non-nil causes all numbered lines to be treated as possible \"continue\" |
332 | 324 statements. (default nil) |
325 fortran-blink-matching-if | |
1548 | 326 From a Fortran ENDIF statement, blink the matching IF statement. |
332 | 327 (default nil) |
328 fortran-continuation-string | |
329 Single-character string to be inserted in column 5 of a continuation | |
330 line. (default \"$\") | |
331 fortran-comment-region | |
332 String inserted by \\[fortran-comment-region] at start of each line in | |
333 region. (default \"c$$$\") | |
334 fortran-electric-line-number | |
335 Non-nil causes line number digits to be moved to the correct column | |
336 as typed. (default t) | |
1548 | 337 fortran-break-before-delimiters |
338 Non-nil causes `fortran-do-auto-fill' breaks lines before delimeters. | |
339 (default t) | |
332 | 340 fortran-startup-message |
341 Set to nil to inhibit message first time Fortran mode is used. | |
342 | |
1548 | 343 Turning on Fortran mode calls the value of the variable `fortran-mode-hook' |
332 | 344 with no args, if that value is non-nil." |
345 (interactive) | |
346 (kill-all-local-variables) | |
347 (if fortran-startup-message | |
1548 | 348 (message "Emacs Fortran mode %s. Bugs to %s" |
332 | 349 fortran-mode-version bug-fortran-mode)) |
350 (setq fortran-startup-message nil) | |
351 (setq local-abbrev-table fortran-mode-abbrev-table) | |
352 (set-syntax-table fortran-mode-syntax-table) | |
1548 | 353 (make-local-variable 'fortran-break-before-delimiters) |
354 (setq fortran-break-before-delimiters t) | |
332 | 355 (make-local-variable 'indent-line-function) |
356 (setq indent-line-function 'fortran-indent-line) | |
2307
10e417efb12a
Added or corrected Commentary sections
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2028
diff
changeset
|
357 (make-local-variable 'comment-indent-function) |
10e417efb12a
Added or corrected Commentary sections
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2028
diff
changeset
|
358 (setq comment-indent-function 'fortran-comment-hook) |
332 | 359 (make-local-variable 'comment-line-start-skip) |
360 (setq comment-line-start-skip | |
1548 | 361 "^[Cc*]\\(\\([^ \t\n]\\)\\2\\2*\\)?[ \t]*\\|^#.*") |
332 | 362 (make-local-variable 'comment-line-start) |
363 (setq comment-line-start "c") | |
364 (make-local-variable 'comment-start-skip) | |
365 (setq comment-start-skip "![ \t]*") | |
366 (make-local-variable 'comment-start) | |
367 (setq comment-start nil) | |
368 (make-local-variable 'require-final-newline) | |
369 (setq require-final-newline t) | |
370 (make-local-variable 'abbrev-all-caps) | |
371 (setq abbrev-all-caps t) | |
372 (make-local-variable 'indent-tabs-mode) | |
373 (setq indent-tabs-mode nil) | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
374 ;;;(setq abbrev-mode t) ; ?? (abbrev-mode 1) instead?? |
1548 | 375 (setq fill-column 72) ; Already local? |
332 | 376 (use-local-map fortran-mode-map) |
377 (setq mode-name "Fortran") | |
378 (setq major-mode 'fortran-mode) | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
379 ;;;(make-local-variable 'fortran-tab-mode) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
380 (make-local-variable 'fortran-comment-line-extra-indent) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
381 (make-local-variable 'fortran-minimum-statement-indent-fixed) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
382 (make-local-variable 'fortran-minimum-statement-indent-tab) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
383 (make-local-variable 'fortran-column-ruler-fixed) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
384 (make-local-variable 'fortran-column-ruler-tab) |
332 | 385 (make-local-variable 'fortran-tab-mode-string) |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
386 (setq fortran-tab-mode-string " TAB-format") |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
387 (setq indent-tabs-mode (fortran-analyze-file-format)) |
332 | 388 (run-hooks 'fortran-mode-hook)) |
389 | |
390 (defun fortran-comment-hook () | |
391 (save-excursion | |
392 (skip-chars-backward " \t") | |
393 (max (+ 1 (current-column)) | |
394 comment-column))) | |
395 | |
396 (defun fortran-indent-comment () | |
397 "Align or create comment on current line. | |
398 Existing comments of all types are recognized and aligned. | |
399 If the line has no comment, a side-by-side comment is inserted and aligned | |
400 if the value of comment-start is not nil. | |
401 Otherwise, a separate-line comment is inserted, on this line | |
402 or on a new line inserted before this line if this line is not blank." | |
403 (interactive) | |
404 (beginning-of-line) | |
405 ;; Recognize existing comments of either kind. | |
406 (cond ((looking-at comment-line-start-skip) | |
407 (fortran-indent-line)) | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
408 ((fortran-find-comment-start-skip) ; catches any inline comment and |
1548 | 409 ; leaves point after comment-start-skip |
410 (if comment-start-skip | |
411 (progn (goto-char (match-beginning 0)) | |
412 (if (not (= (current-column) (fortran-comment-hook))) | |
413 (progn (delete-horizontal-space) | |
414 (indent-to (fortran-comment-hook))))) | |
415 (end-of-line))) ; otherwise goto end of line or sth else? | |
332 | 416 ;; No existing comment. |
417 ;; If side-by-side comments are defined, insert one, | |
418 ;; unless line is now blank. | |
419 ((and comment-start (not (looking-at "^[ \t]*$"))) | |
420 (end-of-line) | |
421 (delete-horizontal-space) | |
422 (indent-to (fortran-comment-hook)) | |
423 (insert comment-start)) | |
424 ;; Else insert separate-line comment, making a new line if nec. | |
425 (t | |
426 (if (looking-at "^[ \t]*$") | |
427 (delete-horizontal-space) | |
428 (beginning-of-line) | |
429 (insert "\n") | |
430 (forward-char -1)) | |
431 (insert comment-line-start) | |
432 (insert-char (if (stringp fortran-comment-indent-char) | |
433 (aref fortran-comment-indent-char 0) | |
1548 | 434 fortran-comment-indent-char) |
332 | 435 (- (calculate-fortran-indent) (current-column)))))) |
436 | |
437 (defun fortran-comment-region (beg-region end-region arg) | |
438 "Comments every line in the region. | |
439 Puts fortran-comment-region at the beginning of every line in the region. | |
440 BEG-REGION and END-REGION are args which specify the region boundaries. | |
441 With non-nil ARG, uncomments the region." | |
442 (interactive "*r\nP") | |
443 (let ((end-region-mark (make-marker)) (save-point (point-marker))) | |
444 (set-marker end-region-mark end-region) | |
445 (goto-char beg-region) | |
446 (beginning-of-line) | |
447 (if (not arg) ;comment the region | |
448 (progn (insert fortran-comment-region) | |
449 (while (and (= (forward-line 1) 0) | |
450 (< (point) end-region-mark)) | |
451 (insert fortran-comment-region))) | |
452 (let ((com (regexp-quote fortran-comment-region))) ;uncomment the region | |
453 (if (looking-at com) | |
454 (delete-region (point) (match-end 0))) | |
455 (while (and (= (forward-line 1) 0) | |
456 (< (point) end-region-mark)) | |
457 (if (looking-at com) | |
458 (delete-region (point) (match-end 0)))))) | |
459 (goto-char save-point) | |
460 (set-marker end-region-mark nil) | |
461 (set-marker save-point nil))) | |
462 | |
463 (defun fortran-abbrev-start () | |
1548 | 464 "Typing ;\\[help-command] or ;? lists all the Fortran abbrevs. |
332 | 465 Any other key combination is executed normally." |
466 (interactive) | |
467 (let (c) | |
468 (insert last-command-char) | |
2028
87f2d4cbbaf4
(fortran-abbrev-start): Handle any kind of event.
Richard M. Stallman <rms@gnu.org>
parents:
1862
diff
changeset
|
469 (if (or (eq (setq c (read-event)) ??) ;insert char if not equal to `?' |
87f2d4cbbaf4
(fortran-abbrev-start): Handle any kind of event.
Richard M. Stallman <rms@gnu.org>
parents:
1862
diff
changeset
|
470 (eq c help-char)) |
332 | 471 (fortran-abbrev-help) |
1821
04fb1d3d6992
JimB's changes since January 18th
Jim Blandy <jimb@redhat.com>
parents:
1633
diff
changeset
|
472 (setq unread-command-events (list c))))) |
332 | 473 |
474 (defun fortran-abbrev-help () | |
475 "List the currently defined abbrevs in Fortran mode." | |
476 (interactive) | |
477 (message "Listing abbrev table...") | |
1485
a6da00e1c5ad
(fortran-tab-mode): Add defvar.
Richard M. Stallman <rms@gnu.org>
parents:
1475
diff
changeset
|
478 (display-buffer (fortran-prepare-abbrev-list-buffer)) |
332 | 479 (message "Listing abbrev table...done")) |
480 | |
1485
a6da00e1c5ad
(fortran-tab-mode): Add defvar.
Richard M. Stallman <rms@gnu.org>
parents:
1475
diff
changeset
|
481 (defun fortran-prepare-abbrev-list-buffer () |
a6da00e1c5ad
(fortran-tab-mode): Add defvar.
Richard M. Stallman <rms@gnu.org>
parents:
1475
diff
changeset
|
482 (save-excursion |
a6da00e1c5ad
(fortran-tab-mode): Add defvar.
Richard M. Stallman <rms@gnu.org>
parents:
1475
diff
changeset
|
483 (set-buffer (get-buffer-create "*Abbrevs*")) |
a6da00e1c5ad
(fortran-tab-mode): Add defvar.
Richard M. Stallman <rms@gnu.org>
parents:
1475
diff
changeset
|
484 (erase-buffer) |
1862
f6a38dd2250b
* fortran.el (fortran-prepare-abbrev-list-buffer): Put quote in
Jim Blandy <jimb@redhat.com>
parents:
1821
diff
changeset
|
485 (insert-abbrev-table-description 'fortran-mode-abbrev-table t) |
1485
a6da00e1c5ad
(fortran-tab-mode): Add defvar.
Richard M. Stallman <rms@gnu.org>
parents:
1475
diff
changeset
|
486 (goto-char (point-min)) |
a6da00e1c5ad
(fortran-tab-mode): Add defvar.
Richard M. Stallman <rms@gnu.org>
parents:
1475
diff
changeset
|
487 (set-buffer-modified-p nil) |
a6da00e1c5ad
(fortran-tab-mode): Add defvar.
Richard M. Stallman <rms@gnu.org>
parents:
1475
diff
changeset
|
488 (edit-abbrevs-mode)) |
a6da00e1c5ad
(fortran-tab-mode): Add defvar.
Richard M. Stallman <rms@gnu.org>
parents:
1475
diff
changeset
|
489 (get-buffer-create "*Abbrevs*")) |
a6da00e1c5ad
(fortran-tab-mode): Add defvar.
Richard M. Stallman <rms@gnu.org>
parents:
1475
diff
changeset
|
490 |
332 | 491 (defun fortran-column-ruler () |
492 "Inserts a column ruler momentarily above current line, till next keystroke. | |
1475 | 493 The ruler is defined by the value of `fortran-column-ruler'. |
332 | 494 The key typed is executed unless it is SPC." |
495 (interactive) | |
496 (momentary-string-display | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
497 (if indent-tabs-mode |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
498 fortran-column-ruler-tab |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
499 fortran-column-ruler-fixed) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
500 (save-excursion |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
501 (beginning-of-line) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
502 (if (eq (window-start (selected-window)) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
503 (window-point (selected-window))) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
504 (progn (forward-line) (point)) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
505 (point))) |
332 | 506 nil "Type SPC or any command to erase ruler.")) |
507 | |
508 (defun fortran-window-create () | |
509 "Makes the window 72 columns wide. | |
1475 | 510 See also `fortran-window-create-momentarily'." |
332 | 511 (interactive) |
512 (condition-case error | |
513 (progn | |
514 (let ((window-min-width 2)) | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
515 (if (< (window-width) (frame-width)) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
516 (enlarge-window-horizontally (- (frame-width) |
332 | 517 (window-width) 1))) |
518 (split-window-horizontally 73) | |
519 (other-window 1) | |
520 (switch-to-buffer " fortran-window-extra" t) | |
521 (select-window (previous-window)))) | |
1548 | 522 (error (message "No room for Fortran window.") |
332 | 523 'error))) |
524 | |
525 (defun fortran-window-create-momentarily (&optional arg) | |
526 "Momentarily makes the window 72 columns wide. | |
527 Optional ARG non-nil and non-unity disables the momentary feature. | |
1475 | 528 See also `fortran-window-create'." |
332 | 529 (interactive "p") |
530 (if (or (not arg) | |
531 (= arg 1)) | |
532 (save-window-excursion | |
533 (if (not (equal (fortran-window-create) 'error)) | |
534 (progn (message "Type SPC to continue editing.") | |
2028
87f2d4cbbaf4
(fortran-abbrev-start): Handle any kind of event.
Richard M. Stallman <rms@gnu.org>
parents:
1862
diff
changeset
|
535 (let ((char (read-event))) |
332 | 536 (or (equal char (string-to-char " ")) |
1821
04fb1d3d6992
JimB's changes since January 18th
Jim Blandy <jimb@redhat.com>
parents:
1633
diff
changeset
|
537 (setq unread-command-events (list char))))))) |
332 | 538 (fortran-window-create))) |
539 | |
540 (defun fortran-split-line () | |
541 "Break line at point and insert continuation marker and alignment." | |
542 (interactive) | |
543 (delete-horizontal-space) | |
544 (if (save-excursion (beginning-of-line) (looking-at comment-line-start-skip)) | |
545 (insert "\n" comment-line-start " ") | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
546 (if indent-tabs-mode |
332 | 547 (progn |
548 (insert "\n\t") | |
549 (insert-char (fortran-numerical-continuation-char) 1)) | |
1548 | 550 (insert "\n " fortran-continuation-string)));Space after \n important |
551 (fortran-indent-line)) ;when the cont string is C, c or *. | |
332 | 552 |
553 (defun fortran-numerical-continuation-char () | |
554 "Return a digit for tab-digit style of continution lines. | |
555 If, previous line is a tab-digit continuation line, returns that digit | |
556 plus one. Otherwise return 1. Zero not allowed." | |
557 (save-excursion | |
558 (forward-line -1) | |
559 (if (looking-at "\t[1-9]") | |
560 (+ ?1 (% (- (char-after (+ (point) 1)) ?0) 9)) | |
561 ?1))) | |
562 | |
563 (defun delete-horizontal-regexp (chars) | |
564 "Delete all characters in CHARS around point. | |
565 CHARS is like the inside of a [...] in a regular expression | |
566 except that ] is never special and \ quotes ^, - or \." | |
567 (interactive "*s") | |
568 (skip-chars-backward chars) | |
569 (delete-region (point) (progn (skip-chars-forward chars) (point)))) | |
570 | |
571 (defun fortran-electric-line-number (arg) | |
572 "Self insert, but if part of a Fortran line number indent it automatically. | |
573 Auto-indent does not happen if a numeric arg is used." | |
574 (interactive "P") | |
575 (if (or arg (not fortran-electric-line-number)) | |
576 (if arg | |
1548 | 577 (self-insert-command (prefix-numeric-value arg)) |
332 | 578 (self-insert-command 1)) |
579 (if (or (and (= 5 (current-column)) | |
580 (save-excursion | |
581 (beginning-of-line) | |
582 (looking-at " ")));In col 5 with only spaces to left. | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
583 (and (= (if indent-tabs-mode |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
584 fortran-minimum-statement-indent-tab |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
585 fortran-minimum-statement-indent-fixed) (current-column)) |
332 | 586 (save-excursion |
587 (beginning-of-line) | |
588 (looking-at "\t"));In col 8 with a single tab to the left. | |
589 (not (or (eq last-command 'fortran-indent-line) | |
590 (eq last-command | |
591 'fortran-reindent-then-newline-and-indent)))) | |
592 (save-excursion | |
593 (re-search-backward "[^ \t0-9]" | |
594 (save-excursion | |
595 (beginning-of-line) | |
596 (point)) | |
597 t)) ;not a line number | |
598 (looking-at "[0-9]") ;within a line number | |
599 ) | |
1548 | 600 (self-insert-command (prefix-numeric-value arg)) |
332 | 601 (skip-chars-backward " \t") |
602 (insert last-command-char) | |
603 (fortran-indent-line)))) | |
604 | |
605 (defun beginning-of-fortran-subprogram () | |
1548 | 606 "Moves point to the beginning of the current Fortran subprogram." |
332 | 607 (interactive) |
608 (let ((case-fold-search t)) | |
609 (beginning-of-line -1) | |
610 (re-search-backward "^[ \t0-9]*end\\b[ \t]*[^ \t=(a-z]" nil 'move) | |
611 (if (looking-at "^[ \t0-9]*end\\b[ \t]*[^ \t=(a-z]") | |
612 (forward-line 1)))) | |
613 | |
614 (defun end-of-fortran-subprogram () | |
1548 | 615 "Moves point to the end of the current Fortran subprogram." |
332 | 616 (interactive) |
617 (let ((case-fold-search t)) | |
618 (beginning-of-line 2) | |
619 (re-search-forward "^[ \t0-9]*end\\b[ \t]*[^ \t=(a-z]" nil 'move) | |
620 (goto-char (match-beginning 0)) | |
621 (forward-line 1))) | |
622 | |
623 (defun mark-fortran-subprogram () | |
1548 | 624 "Put mark at end of Fortran subprogram, point at beginning. |
332 | 625 The marks are pushed." |
626 (interactive) | |
627 (end-of-fortran-subprogram) | |
628 (push-mark (point)) | |
629 (beginning-of-fortran-subprogram)) | |
1548 | 630 |
332 | 631 (defun fortran-previous-statement () |
1548 | 632 "Moves point to beginning of the previous Fortran statement. |
633 Returns `first-statement' if that statement is the first | |
332 | 634 non-comment Fortran statement in the file, and nil otherwise." |
635 (interactive) | |
636 (let (not-first-statement continue-test) | |
637 (beginning-of-line) | |
638 (setq continue-test | |
1548 | 639 (and |
640 (not (looking-at comment-line-start-skip)) | |
641 (or (looking-at | |
332 | 642 (concat "[ \t]*" (regexp-quote fortran-continuation-string))) |
1548 | 643 (or (looking-at " [^ 0\n]") |
644 (looking-at "\t[1-9]"))))) | |
332 | 645 (while (and (setq not-first-statement (= (forward-line -1) 0)) |
646 (or (looking-at comment-line-start-skip) | |
647 (looking-at "[ \t]*$") | |
648 (looking-at " [^ 0\n]") | |
649 (looking-at "\t[1-9]") | |
650 (looking-at (concat "[ \t]*" comment-start-skip))))) | |
651 (cond ((and continue-test | |
652 (not not-first-statement)) | |
653 (message "Incomplete continuation statement.")) | |
654 (continue-test | |
655 (fortran-previous-statement)) | |
656 ((not not-first-statement) | |
657 'first-statement)))) | |
658 | |
659 (defun fortran-next-statement () | |
1548 | 660 "Moves point to beginning of the next Fortran statement. |
332 | 661 Returns `last-statement' if that statement is the last |
662 non-comment Fortran statement in the file, and nil otherwise." | |
663 (interactive) | |
664 (let (not-last-statement) | |
665 (beginning-of-line) | |
1548 | 666 (while (and (setq not-last-statement |
667 (and (= (forward-line 1) 0) | |
668 (not (eobp)))) | |
332 | 669 (or (looking-at comment-line-start-skip) |
670 (looking-at "[ \t]*$") | |
671 (looking-at " [^ 0\n]") | |
672 (looking-at "\t[1-9]") | |
673 (looking-at (concat "[ \t]*" comment-start-skip))))) | |
674 (if (not not-last-statement) | |
675 'last-statement))) | |
676 | |
677 (defun fortran-blink-matching-if () | |
1548 | 678 "From a Fortran ENDIF statement, blink the matching IF statement." |
332 | 679 (let ((count 1) (top-of-window (window-start)) matching-if |
680 (endif-point (point)) message) | |
681 (if (save-excursion (beginning-of-line) | |
682 (skip-chars-forward " \t0-9") | |
683 (looking-at "end[ \t]*if\\b")) | |
684 (progn | |
685 (save-excursion | |
686 (while (and (not (= count 0)) | |
687 (not (eq (fortran-previous-statement) | |
688 'first-statement)) | |
689 (not (looking-at | |
690 "^[ \t0-9]*end\\b[ \t]*[^ \t=(a-z]"))) | |
691 ; Keep local to subprogram | |
692 (skip-chars-forward " \t0-9") | |
693 (cond ((looking-at "if[ \t]*(") | |
1548 | 694 (save-excursion |
695 (if (or | |
696 (looking-at ".*)[ \t]*then\\b[ \t]*[^ \t(=a-z0-9]") | |
697 (let (then-test);multi-line if-then | |
698 (while | |
699 (and (= (forward-line 1) 0) | |
332 | 700 ;search forward for then |
1548 | 701 (or (looking-at " [^ 0\n]") |
702 (looking-at "\t[1-9]")) | |
703 (not | |
704 (setq | |
705 then-test | |
706 (looking-at | |
707 ".*then\\b[ \t]*[^ \t(=a-z0-9]"))))) | |
708 then-test)) | |
709 (setq count (- count 1))))) | |
332 | 710 ((looking-at "end[ \t]*if\\b") |
711 (setq count (+ count 1))))) | |
712 (if (not (= count 0)) | |
713 (setq message "No matching if.") | |
714 (if (< (point) top-of-window) | |
715 (setq message (concat "Matches " (buffer-substring | |
716 (progn (beginning-of-line) | |
717 (point)) | |
718 (progn (end-of-line) | |
719 (point))))) | |
720 (setq matching-if (point))))) | |
721 (if message | |
1548 | 722 (message "%s" message) |
332 | 723 (goto-char matching-if) |
724 (sit-for 1) | |
725 (goto-char endif-point)))))) | |
726 | |
727 (defun fortran-indent-line () | |
1548 | 728 "Indents current Fortran line based on its contents and on previous lines." |
332 | 729 (interactive) |
730 (let ((cfi (calculate-fortran-indent))) | |
731 (save-excursion | |
732 (beginning-of-line) | |
733 (if (or (not (= cfi (fortran-current-line-indentation))) | |
734 (and (re-search-forward "^[ \t]*[0-9]+" (+ (point) 4) t) | |
735 (not (fortran-line-number-indented-correctly-p)))) | |
736 (fortran-indent-to-column cfi) | |
737 (beginning-of-line) | |
738 (if (and (not (looking-at comment-line-start-skip)) | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
739 (fortran-find-comment-start-skip)) |
332 | 740 (fortran-indent-comment)))) |
741 ;; Never leave point in left margin. | |
742 (if (< (current-column) cfi) | |
743 (move-to-column cfi)) | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
744 (if (and auto-fill-function |
1548 | 745 (> (save-excursion (end-of-line) (current-column)) fill-column)) |
746 (save-excursion | |
747 (end-of-line) | |
748 (fortran-do-auto-fill))) | |
332 | 749 (if fortran-blink-matching-if |
750 (fortran-blink-matching-if)))) | |
751 | |
752 (defun fortran-reindent-then-newline-and-indent () | |
1548 | 753 "Reindent the current Fortran line, insert a newline and indent the newline. |
754 An abbrev before point is expanded if `abbrev-mode' is non-nil." | |
332 | 755 (interactive) |
756 (if abbrev-mode (expand-abbrev)) | |
757 (save-excursion | |
758 (beginning-of-line) | |
759 (skip-chars-forward " \t") | |
760 (if (or (looking-at "[0-9]") ;Reindent only where it is most | |
761 (looking-at "end") ;likely to be necessary | |
762 (looking-at "else") | |
763 (looking-at (regexp-quote fortran-continuation-string))) | |
764 (fortran-indent-line))) | |
1548 | 765 (newline) |
332 | 766 (fortran-indent-line)) |
1548 | 767 |
332 | 768 (defun fortran-indent-subprogram () |
769 "Properly indents the Fortran subprogram which contains point." | |
770 (interactive) | |
771 (save-excursion | |
772 (mark-fortran-subprogram) | |
773 (message "Indenting subprogram...") | |
774 (indent-region (point) (mark) nil)) | |
775 (message "Indenting subprogram...done.")) | |
776 | |
777 (defun calculate-fortran-indent () | |
1548 | 778 "Calculates the Fortran indent column based on previous lines." |
332 | 779 (let (icol first-statement (case-fold-search t) |
780 (fortran-minimum-statement-indent | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
781 (if indent-tabs-mode |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
782 fortran-minimum-statement-indent-tab |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
783 fortran-minimum-statement-indent-fixed))) |
332 | 784 (save-excursion |
785 (setq first-statement (fortran-previous-statement)) | |
786 (if first-statement | |
787 (setq icol fortran-minimum-statement-indent) | |
788 (progn | |
789 (if (= (point) (point-min)) | |
790 (setq icol fortran-minimum-statement-indent) | |
791 (setq icol (fortran-current-line-indentation))) | |
792 (skip-chars-forward " \t0-9") | |
793 (cond ((looking-at "if[ \t]*(") | |
1548 | 794 (if (or (looking-at ".*)[ \t]*then\\b[ \t]*[^ \t_$(=a-z0-9]") |
332 | 795 (let (then-test) ;multi-line if-then |
796 (while (and (= (forward-line 1) 0) | |
1548 | 797 ;;search forward for then |
332 | 798 (or (looking-at " [^ 0\n]") |
799 (looking-at "\t[1-9]")) | |
800 (not (setq then-test (looking-at | |
1548 | 801 ".*then\\b[ \t]\ |
802 *[^ \t_$(=a-z0-9]"))))) | |
332 | 803 then-test)) |
804 (setq icol (+ icol fortran-if-indent)))) | |
805 ((looking-at "\\(else\\|elseif\\)\\b") | |
806 (setq icol (+ icol fortran-if-indent))) | |
1548 | 807 ((looking-at "\\(otherwise\\|else[ \t]*where\\)\\b") |
808 (setq icol (+ icol fortran-if-indent))) | |
809 ((looking-at "where.*(.*)[ \t]*\n") | |
810 (setq icol (+ icol fortran-if-indent))) | |
332 | 811 ((looking-at "do\\b") |
812 (setq icol (+ icol fortran-do-indent))) | |
1548 | 813 ((looking-at |
814 "\\(structure\\|union\\|map\\)\\b[ \t]*[^ \t=(a-z]") | |
815 (setq icol (+ icol fortran-structure-indent))) | |
332 | 816 ((looking-at "end\\b[ \t]*[^ \t=(a-z]") |
1548 | 817 ;; Previous END resets indent to minimum |
332 | 818 (setq icol fortran-minimum-statement-indent)))))) |
819 (save-excursion | |
820 (beginning-of-line) | |
821 (cond ((looking-at "[ \t]*$")) | |
822 ((looking-at comment-line-start-skip) | |
823 (cond ((eq fortran-comment-indent-style 'relative) | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
824 (setq icol (+ icol fortran-comment-line-extra-indent))) |
332 | 825 ((eq fortran-comment-indent-style 'fixed) |
1548 | 826 (setq icol (+ fortran-minimum-statement-indent |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
827 fortran-comment-line-extra-indent)))) |
1548 | 828 (setq fortran-minimum-statement-indent 0)) |
332 | 829 ((or (looking-at (concat "[ \t]*" |
1548 | 830 (regexp-quote |
831 fortran-continuation-string))) | |
332 | 832 (looking-at " [^ 0\n]") |
833 (looking-at "\t[1-9]")) | |
834 (setq icol (+ icol fortran-continuation-indent))) | |
835 (first-statement) | |
836 ((and fortran-check-all-num-for-matching-do | |
837 (looking-at "[ \t]*[0-9]+") | |
838 (fortran-check-for-matching-do)) | |
839 (setq icol (- icol fortran-do-indent))) | |
840 (t | |
841 (skip-chars-forward " \t0-9") | |
842 (cond ((looking-at "end[ \t]*if\\b") | |
843 (setq icol (- icol fortran-if-indent))) | |
844 ((looking-at "\\(else\\|elseif\\)\\b") | |
845 (setq icol (- icol fortran-if-indent))) | |
1548 | 846 ((looking-at "\\(otherwise\\|else[ \t]*where\\)\\b") |
847 (setq icol (- icol fortran-if-indent))) | |
848 ((looking-at "end[ \t]*where\\b") | |
849 (setq icol (- icol fortran-if-indent))) | |
332 | 850 ((and (looking-at "continue\\b") |
851 (fortran-check-for-matching-do)) | |
852 (setq icol (- icol fortran-do-indent))) | |
853 ((looking-at "end[ \t]*do\\b") | |
854 (setq icol (- icol fortran-do-indent))) | |
1548 | 855 ((looking-at |
856 "end[ \t]*\ | |
857 \\(structure\\|union\\|map\\)\\b[ \t]*[^ \t=(a-z]") | |
858 (setq icol (- icol fortran-structure-indent))) | |
332 | 859 ((and (looking-at "end\\b[ \t]*[^ \t=(a-z]") |
860 (not (= icol fortran-minimum-statement-indent))) | |
861 (message "Warning: `end' not in column %d. Probably\ | |
862 an unclosed block." fortran-minimum-statement-indent)))))) | |
863 (max fortran-minimum-statement-indent icol))) | |
864 | |
865 (defun fortran-current-line-indentation () | |
866 "Indentation of current line, ignoring Fortran line number or continuation. | |
867 This is the column position of the first non-whitespace character | |
868 aside from the line number and/or column 5/8 line-continuation character. | |
869 For comment lines, returns indentation of the first | |
870 non-indentation text within the comment." | |
871 (save-excursion | |
872 (beginning-of-line) | |
873 (cond ((looking-at comment-line-start-skip) | |
874 (goto-char (match-end 0)) | |
875 (skip-chars-forward | |
1548 | 876 (if (stringp fortran-comment-indent-char) |
877 fortran-comment-indent-char | |
878 (char-to-string fortran-comment-indent-char)))) | |
332 | 879 ((or (looking-at " [^ 0\n]") |
1548 | 880 (looking-at "\t[1-9]")) |
332 | 881 (goto-char (match-end 0))) |
882 (t | |
883 ;; Move past line number. | |
1548 | 884 (skip-chars-forward "[ \t0-9]");From Uli |
885 )) | |
332 | 886 ;; Move past whitespace. |
887 (skip-chars-forward " \t") | |
888 (current-column))) | |
889 | |
890 (defun fortran-indent-to-column (col) | |
891 "Indents current line with spaces to column COL. | |
892 notes: 1) A non-zero/non-blank character in column 5 indicates a continuation | |
893 line, and this continuation character is retained on indentation; | |
1548 | 894 2) If `fortran-continuation-string' is the first non-whitespace |
895 character, this is a continuation line; | |
332 | 896 3) A non-continuation line which has a number as the first |
897 non-whitespace character is a numbered line. | |
1548 | 898 4) A TAB followed by a digit indicates a continuation line." |
332 | 899 (save-excursion |
900 (beginning-of-line) | |
901 (if (looking-at comment-line-start-skip) | |
902 (if fortran-comment-indent-style | |
903 (let ((char (if (stringp fortran-comment-indent-char) | |
904 (aref fortran-comment-indent-char 0) | |
1548 | 905 fortran-comment-indent-char))) |
332 | 906 (goto-char (match-end 0)) |
907 (delete-horizontal-regexp (concat " \t" (char-to-string char))) | |
908 (insert-char char (- col (current-column))))) | |
909 (if (looking-at "\t[1-9]") | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
910 (if indent-tabs-mode |
332 | 911 (goto-char (match-end 0)) |
912 (delete-char 2) | |
913 (insert " ") | |
914 (insert fortran-continuation-string)) | |
915 (if (looking-at " [^ 0\n]") | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
916 (if indent-tabs-mode |
332 | 917 (progn (delete-char 6) |
918 (insert "\t") | |
919 (insert-char (fortran-numerical-continuation-char) 1)) | |
920 (forward-char 6)) | |
921 (delete-horizontal-space) | |
1548 | 922 ;; Put line number in columns 0-4 |
923 ;; or put continuation character in column 5. | |
332 | 924 (cond ((eobp)) |
925 ((looking-at (regexp-quote fortran-continuation-string)) | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
926 (if indent-tabs-mode |
332 | 927 (progn |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
928 (indent-to |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
929 (if indent-tabs-mode |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
930 fortran-minimum-statement-indent-tab |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
931 fortran-minimum-statement-indent-fixed)) |
332 | 932 (delete-char 1) |
933 (insert-char (fortran-numerical-continuation-char) 1)) | |
1548 | 934 (indent-to 5) |
935 (forward-char 1))) | |
332 | 936 ((looking-at "[0-9]+") |
937 (let ((extra-space (- 5 (- (match-end 0) (point))))) | |
938 (if (< extra-space 0) | |
939 (message "Warning: line number exceeds 5-digit limit.") | |
940 (indent-to (min fortran-line-number-indent extra-space)))) | |
941 (skip-chars-forward "0-9"))))) | |
942 ;; Point is now after any continuation character or line number. | |
943 ;; Put body of statement where specified. | |
944 (delete-horizontal-space) | |
945 (indent-to col) | |
946 ;; Indent any comment following code on the same line. | |
947 (if (and comment-start-skip | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
948 (fortran-find-comment-start-skip)) |
332 | 949 (progn (goto-char (match-beginning 0)) |
950 (if (not (= (current-column) (fortran-comment-hook))) | |
951 (progn (delete-horizontal-space) | |
952 (indent-to (fortran-comment-hook))))))))) | |
953 | |
954 (defun fortran-line-number-indented-correctly-p () | |
955 "Return t if current line's line number is correctly indented. | |
956 Do not call if there is no line number." | |
957 (save-excursion | |
958 (beginning-of-line) | |
959 (skip-chars-forward " \t") | |
960 (and (<= (current-column) fortran-line-number-indent) | |
961 (or (= (current-column) fortran-line-number-indent) | |
962 (progn (skip-chars-forward "0-9") | |
963 (= (current-column) 5)))))) | |
964 | |
965 (defun fortran-check-for-matching-do () | |
1548 | 966 "When called from a numbered statement, returns t if matching DO is found. |
332 | 967 Otherwise return a nil." |
968 (let (charnum | |
969 (case-fold-search t)) | |
970 (save-excursion | |
971 (beginning-of-line) | |
972 (if (looking-at "[ \t]*[0-9]+") | |
973 (progn | |
974 (skip-chars-forward " \t") | |
975 (skip-chars-forward "0") ;skip past leading zeros | |
976 (setq charnum (buffer-substring (point) | |
977 (progn (skip-chars-forward "0-9") | |
978 (point)))) | |
979 (beginning-of-line) | |
980 (and (re-search-backward | |
981 (concat | |
1548 | 982 "\\(^[ \t0-9]*end\\b[ \t]*[^ \t=(a-z]\\)\\|\\(^[ \t0-9]*do\ |
983 [ \t]*0*" | |
984 charnum "\\b\\)\\|\\(^[ \t]*0*" charnum "\\b\\)") | |
332 | 985 nil t) |
986 (looking-at (concat "^[ \t0-9]*do[ \t]*0*" charnum)))))))) | |
987 | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
988 (defun fortran-find-comment-start-skip () |
1548 | 989 "Move to past `comment-start-skip' found on current line. |
990 Return t if `comment-start-skip' found, nil if not." | |
991 ;;; In order to move point only if comment-start-skip is found, | |
992 ;;; this one uses a lot of save-excursions. Note that re-search-forward | |
993 ;;; moves point even if comment-start-skip is inside a string-constant. | |
994 ;;; Some code expects certain values for match-beginning and end | |
995 (interactive) | |
996 (let ((save-match-beginning) (save-match-end)) | |
997 (if (save-excursion | |
998 (re-search-forward comment-start-skip | |
999 (save-excursion (end-of-line) (point)) t)) | |
1000 (progn | |
1001 (setq save-match-beginning (match-beginning 0)) | |
1002 (setq save-match-end (match-end 0)) | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1003 (if (fortran-is-in-string-p (match-beginning 0)) |
1548 | 1004 (progn |
1005 (save-excursion | |
1006 (goto-char save-match-end) | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1007 (fortran-find-comment-start-skip)) ; recurse for rest of line |
1548 | 1008 ) |
1009 (goto-char save-match-beginning) | |
1010 (re-search-forward comment-start-skip | |
1011 (save-excursion (end-of-line) (point)) t) | |
1012 (goto-char (match-end 0)) | |
1013 t)) | |
1014 nil))) | |
1015 | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1016 (defun fortran-is-in-string-p (pos) |
1548 | 1017 "Return t if POS (a buffer position) is inside a standard Fortran string. |
1018 Fortran strings are delimeted by apostrophes (\'). Quote-Escape-sequences | |
1019 (\\'), strings delimited by \" and detection of syntax-errors | |
1020 (unbalanced quotes) are NOT supported." | |
1021 ;;; The algorithm is simple: start at point with value nil | |
1022 ;;; and toggle value at each quote found until end of line. | |
1023 ;;; The quote skip is hard-coded, maybe it's possible to change this | |
1024 ;;; and use something like 'string-constant-delimiter' (which | |
1025 ;;; doesn't exist yet) so this function can be used by other modes, | |
1026 ;;; but then one must pay attention to escape sequences, multi-line-constants | |
1027 ;;; and such things. | |
1028 (let ((is-in-fortran-string nil)) | |
1029 (save-excursion | |
1030 (goto-char pos) | |
1862
f6a38dd2250b
* fortran.el (fortran-prepare-abbrev-list-buffer): Put quote in
Jim Blandy <jimb@redhat.com>
parents:
1821
diff
changeset
|
1031 (if (not (fortran-previous-statement)) |
f6a38dd2250b
* fortran.el (fortran-prepare-abbrev-list-buffer): Put quote in
Jim Blandy <jimb@redhat.com>
parents:
1821
diff
changeset
|
1032 (fortran-next-statement)) |
1548 | 1033 (while (< (point) pos) |
1034 ;; Make sure we don't count quotes in continuation column. | |
1035 (if (looking-at "^ ") | |
1036 (goto-char (+ 1 (match-end 0))) | |
1037 (if (and (not is-in-fortran-string) | |
1038 (looking-at comment-start-skip)) | |
1039 (beginning-of-line 2) | |
1040 (if (looking-at "'") | |
1041 (setq is-in-fortran-string (not is-in-fortran-string))) | |
1042 (forward-char 1))))) | |
1043 is-in-fortran-string)) | |
1044 | |
1045 (defun fortran-auto-fill-mode (arg) | |
1046 "Toggle fortran-auto-fill mode. | |
1047 With ARG, turn `fortran-auto-fill' mode on iff ARG is positive. | |
1048 In `fortran-auto-fill' mode, inserting a space at a column beyond `fill-column' | |
1049 automatically breaks the line at a previous space." | |
1050 (interactive "P") | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1051 (prog1 (setq auto-fill-function |
1548 | 1052 (if (if (null arg) |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1053 (not auto-fill-function) |
1548 | 1054 (> (prefix-numeric-value arg) 0)) |
1055 'fortran-indent-line | |
1056 nil)) | |
1057 ;; update mode-line | |
1058 (set-buffer-modified-p (buffer-modified-p)))) | |
1059 | |
1060 (defun fortran-do-auto-fill () | |
1061 (interactive) | |
1062 (let* ((opoint (point)) | |
1063 (bol (save-excursion (beginning-of-line) (point))) | |
1064 (eol (save-excursion (end-of-line) (point))) | |
1065 (bos (min eol (+ bol (fortran-current-line-indentation)))) | |
1066 (quote | |
1067 (save-excursion | |
1068 (goto-char bol) | |
1069 (if (looking-at comment-line-start-skip) | |
1070 nil ; OK to break quotes on comment lines. | |
1071 (move-to-column fill-column) | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1072 (cond ((fortran-is-in-string-p (point)) |
1548 | 1073 (save-excursion (re-search-backward "[^']'[^']" bol t) |
1074 (if fortran-break-before-delimiters | |
1075 (point) | |
1076 (1+ (point))))) | |
1077 (t nil))))) | |
1078 ;; | |
1079 ;; decide where to split the line. If a position for a quoted | |
1080 ;; string was found above then use that, else break the line | |
1081 ;; before the last delimiter. | |
1082 ;; Delimeters are whitespace, commas, and operators. | |
1083 ;; Will break before a pair of *'s. | |
1084 ;; | |
1085 (fill-point | |
1086 (or quote | |
1087 (save-excursion | |
1088 (move-to-column (1+ fill-column)) | |
1089 (skip-chars-backward "^ \t\n,'+-/*=)" | |
1090 ;;; (if fortran-break-before-delimiters | |
1091 ;;; "^ \t\n,'+-/*=" "^ \t\n,'+-/*=)") | |
1092 ) | |
1093 (if (<= (point) (1+ bos)) | |
1094 (progn | |
1095 (move-to-column (1+ fill-column)) | |
1096 (if (not (re-search-forward "[\t\n,'+-/*)=]" eol t)) | |
1097 (goto-char bol)))) | |
1098 (if (bolp) | |
1099 (re-search-forward "[ \t]" opoint t) | |
1100 (forward-char -1) | |
1101 (if (looking-at "'") | |
1102 (forward-char 1) | |
1103 (skip-chars-backward " \t\*"))) | |
1104 (if fortran-break-before-delimiters | |
1105 (point) | |
1106 (1+ (point)))))) | |
1107 ) | |
1108 ;; if we are in an in-line comment, don't break unless the | |
1109 ;; line of code is longer than it should be. Otherwise | |
1110 ;; break the line at the column computed above. | |
1111 ;; | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1112 ;; Need to use fortran-find-comment-start-skip to make sure that quoted !'s |
1548 | 1113 ;; don't prevent a break. |
1114 (if (not (or (save-excursion | |
1115 (if (and (re-search-backward comment-start-skip bol t) | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1116 (not (fortran-is-in-string-p (point)))) |
1548 | 1117 (progn |
1118 (skip-chars-backward " \t") | |
1119 (< (current-column) (1+ fill-column))))) | |
1120 (save-excursion | |
1121 (goto-char fill-point) | |
1122 (bolp)))) | |
1123 (if (> (save-excursion | |
1124 (goto-char fill-point) (current-column)) | |
1125 (1+ fill-column)) | |
1126 (progn (goto-char fill-point) | |
1127 (fortran-break-line)) | |
1128 (save-excursion | |
1129 (if (> (save-excursion | |
1130 (goto-char fill-point) | |
1131 (current-column)) | |
1132 (+ (calculate-fortran-indent) fortran-continuation-indent)) | |
1133 (progn | |
1134 (goto-char fill-point) | |
1135 (fortran-break-line)))))) | |
1136 )) | |
1137 (defun fortran-break-line () | |
1138 (let ((opoint (point)) | |
1139 (bol (save-excursion (beginning-of-line) (point))) | |
1140 (eol (save-excursion (end-of-line) (point))) | |
1141 (comment-string nil)) | |
1142 | |
1143 (save-excursion | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1144 (if (and comment-start-skip (fortran-find-comment-start-skip)) |
1548 | 1145 (progn |
1146 (re-search-backward comment-start-skip bol t) | |
1147 (setq comment-string (buffer-substring (point) eol)) | |
1148 (delete-region (point) eol)))) | |
1149 ;;; Forward line 1 really needs to go to next non white line | |
1150 (if (save-excursion (forward-line 1) | |
1151 (or (looking-at " [^ 0\n]") | |
1152 (looking-at "\t[1-9]"))) | |
1153 (progn | |
1154 (forward-line 1) | |
1155 (delete-indentation) | |
1156 (delete-char 2) | |
1157 (delete-horizontal-space) | |
1158 (fortran-do-auto-fill)) | |
1159 (fortran-split-line)) | |
1160 (if comment-string | |
1161 (save-excursion | |
1162 (goto-char bol) | |
1163 (end-of-line) | |
1164 (delete-horizontal-space) | |
1165 (indent-to (fortran-comment-hook)) | |
1166 (insert comment-string))))) | |
1167 | |
1633
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1168 (defun fortran-analyze-file-format () |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1169 "Returns nil if Fixed format is used, t if TAB formatting is used. |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1170 Use `fortran-tab-mode-default' if no non-comment statements are found in the |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1171 file before the end or the first `fortran-analyze-depth' lines." |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1172 (let ((i 0)) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1173 (save-excursion |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1174 (goto-char (point-min)) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1175 (setq i 0) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1176 (while (not (or |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1177 (eobp) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1178 (looking-at "\t") |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1179 (looking-at " ") |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1180 (> i fortran-analyze-depth))) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1181 (forward-line) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1182 (setq i (1+ i))) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1183 (cond |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1184 ((looking-at "\t") t) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1185 ((looking-at " ") nil) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1186 (fortran-tab-mode-default t) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1187 (t nil))))) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1188 |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1189 (or (assq 'fortran-tab-mode-string minor-mode-alist) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1190 (setq minor-mode-alist (cons |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1191 '(fortran-tab-mode-string |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1192 (indent-tabs-mode fortran-tab-mode-string)) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1193 minor-mode-alist))) |
65af7bcd5e31
* fortran.el: New version of version 1.30 (!) from Stephen A. Wood
Jim Blandy <jimb@redhat.com>
parents:
1611
diff
changeset
|
1194 |
584 | 1195 (provide 'fortran) |
1196 | |
660
08eb386dd0f3
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
584
diff
changeset
|
1197 ;;; fortran.el ends here |