163
|
1 ;;; DO NOT MODIFY THIS FILE
|
183
|
2 (if (featurep 'modes-autoloads) (error "Already loaded"))
|
163
|
3
|
|
4 ;;;### (autoloads nil "abbrev" "modes/abbrev.el")
|
|
5
|
|
6 ;;;***
|
|
7
|
|
8 ;;;### (autoloads (ada-make-filename-from-adaname ada-mode) "ada-mode" "modes/ada-mode.el")
|
|
9
|
|
10 (autoload 'ada-mode "ada-mode" "\
|
189
|
11 Ada mode is the major mode for editing Ada code.
|
163
|
12
|
|
13 Bindings are as follows: (Note: 'LFD' is control-j.)
|
|
14
|
|
15 Indent line '\\[ada-tab]'
|
|
16 Indent line, insert newline and indent the new line. '\\[newline-and-indent]'
|
|
17
|
|
18 Re-format the parameter-list point is in '\\[ada-format-paramlist]'
|
|
19 Indent all lines in region '\\[ada-indent-region]'
|
|
20 Call external pretty printer program '\\[ada-call-pretty-printer]'
|
|
21
|
|
22 Adjust case of identifiers and keywords in region '\\[ada-adjust-case-region]'
|
|
23 Adjust case of identifiers and keywords in buffer '\\[ada-adjust-case-buffer]'
|
|
24
|
|
25 Call EXTERNAL pretty printer (if you have one) '\\[ada-call-pretty-printer]'
|
|
26
|
|
27 Fill comment paragraph '\\[ada-fill-comment-paragraph]'
|
|
28 Fill comment paragraph and justify each line '\\[ada-fill-comment-paragraph-justify]'
|
|
29 Fill comment paragraph, justify and append postfix '\\[ada-fill-comment-paragraph-postfix]'
|
|
30
|
189
|
31 Next func/proc/task '\\[ada-next-procedure]' Previous func/proc/task '\\[ada-previous-procedure]'
|
163
|
32 Next package '\\[ada-next-package]' Previous package '\\[ada-previous-package]'
|
|
33
|
|
34 Goto matching start of current 'end ...;' '\\[ada-move-to-start]'
|
|
35 Goto end of current block '\\[ada-move-to-end]'
|
|
36
|
|
37 Comments are handled using standard GNU Emacs conventions, including:
|
|
38 Start a comment '\\[indent-for-comment]'
|
|
39 Comment region '\\[comment-region]'
|
|
40 Uncomment region '\\[ada-uncomment-region]'
|
|
41 Continue comment on next line '\\[indent-new-comment-line]'
|
|
42
|
|
43 If you use imenu.el:
|
|
44 Display index-menu of functions & procedures '\\[imenu]'
|
|
45
|
|
46 If you use find-file.el:
|
|
47 Switch to other file (Body <-> Spec) '\\[ff-find-other-file]'
|
|
48 or '\\[ff-mouse-find-other-file]
|
|
49 Switch to other file in other window '\\[ada-ff-other-window]'
|
|
50 or '\\[ff-mouse-find-other-file-other-window]
|
|
51 If you use this function in a spec and no body is available, it gets created
|
|
52 with body stubs.
|
|
53
|
|
54 If you use ada-xref.el:
|
|
55 Goto declaration: '\\[ada-point-and-xref]' on the identifier
|
|
56 or '\\[ada-goto-declaration]' with point on the identifier
|
|
57 Complete identifier: '\\[ada-complete-identifier]'
|
|
58 Execute Gnatf: '\\[ada-gnatf-current]'" t nil)
|
|
59
|
|
60 (autoload 'ada-make-filename-from-adaname "ada-mode" "\
|
|
61 Determine the filename of a package/procedure from its own Ada name." t nil)
|
|
62
|
|
63 ;;;***
|
|
64
|
|
65 ;;;### (autoloads (archive-mode) "arc-mode" "modes/arc-mode.el")
|
|
66
|
|
67 (autoload 'archive-mode "arc-mode" "\
|
|
68 Major mode for viewing an archive file in a dired-like way.
|
|
69 You can move around using the usual cursor motion commands.
|
|
70 Letters no longer insert themselves.
|
|
71 Type `e' to pull a file out of the archive and into its own buffer;
|
|
72 or click mouse-2 on the file's line in the archive mode buffer.
|
|
73
|
|
74 If you edit a sub-file of this archive (as with the `e' command) and
|
|
75 save it, the contents of that buffer will be saved back into the
|
|
76 archive.
|
|
77
|
|
78 \\{archive-mode-map}" nil nil)
|
|
79
|
|
80 ;;;***
|
|
81
|
|
82 ;;;### (autoloads (asm-mode) "asm-mode" "modes/asm-mode.el")
|
|
83
|
|
84 (autoload 'asm-mode "asm-mode" "\
|
|
85 Major mode for editing typical assembler code.
|
|
86 Features a private abbrev table and the following bindings:
|
|
87
|
|
88 \\[asm-colon] outdent a preceding label, tab to next tab stop.
|
|
89 \\[tab-to-tab-stop] tab to next tab stop.
|
|
90 \\[asm-newline] newline, then tab to next tab stop.
|
|
91 \\[asm-comment] smart placement of assembler comments.
|
|
92
|
|
93 The character used for making comments is set by the variable
|
|
94 `asm-comment-char' (which defaults to `?;').
|
|
95
|
|
96 Alternatively, you may set this variable in `asm-mode-set-comment-hook',
|
|
97 which is called near the beginning of mode initialization.
|
|
98
|
|
99 Turning on Asm mode runs the hook `asm-mode-hook' at the end of initialization.
|
|
100
|
|
101 Special commands:
|
|
102 \\{asm-mode-map}
|
|
103 " t nil)
|
|
104
|
|
105 ;;;***
|
|
106
|
|
107 ;;;### (autoloads (autoconf-mode) "autoconf-mode" "modes/autoconf-mode.el")
|
|
108
|
|
109 (autoload 'autoconf-mode "autoconf-mode" "\
|
|
110 A major-mode to edit autoconf input files like configure.in
|
|
111 \\{autoconf-mode-map}
|
|
112 " t nil)
|
|
113
|
|
114 ;;;***
|
|
115
|
|
116 ;;;### (autoloads (awk-mode) "awk-mode" "modes/awk-mode.el")
|
|
117
|
|
118 (autoload 'awk-mode "awk-mode" "\
|
|
119 Major mode for editing AWK code.
|
|
120 This is much like C mode except for the syntax of comments. It uses
|
|
121 the same keymap as C mode and has the same variables for customizing
|
|
122 indentation. It has its own abbrev table and its own syntax table.
|
|
123
|
|
124 Turning on AWK mode calls the value of the variable `awk-mode-hook'
|
|
125 with no args, if that value is non-nil." t nil)
|
|
126
|
|
127 ;;;***
|
|
128
|
|
129 ;;;### (autoloads (bibtex-mode) "bibtex" "modes/bibtex.el")
|
|
130
|
|
131 (autoload 'bibtex-mode "bibtex" "\
|
|
132 Major mode for editing bibtex files.
|
|
133
|
|
134 \\{bibtex-mode-map}
|
|
135
|
|
136 A command such as \\[bibtex-Book] will outline the fields for a BibTeX book entry.
|
|
137
|
|
138 The optional fields start with the string OPT, and thus ignored by BibTeX.
|
|
139 The OPT string may be removed from a field with \\[bibtex-remove-OPT].
|
|
140 \\[bibtex-kill-optional-field] kills the current optional field entirely.
|
|
141 \\[bibtex-remove-double-quotes] removes the double-quotes around the text of
|
|
142 the current field. \\[bibtex-empty-field] replaces the text of the current
|
|
143 field with the default \"\".
|
|
144
|
|
145 The command \\[bibtex-clean-entry] cleans the current entry, i.e. (i) removes
|
|
146 double-quotes from entirely numerical fields, (ii) removes OPT from all
|
|
147 non-empty optional fields, (iii) removes all empty optional fields, and (iv)
|
|
148 checks that no non-optional fields are empty.
|
|
149
|
|
150 Use \\[bibtex-find-text] to position the dot at the end of the current field.
|
|
151 Use \\[bibtex-next-field] to move to end of the next field.
|
|
152
|
|
153 The following may be of interest as well:
|
|
154
|
|
155 Functions:
|
|
156 find-bibtex-duplicates
|
|
157 find-bibtex-entry-location
|
|
158 hide-bibtex-entry-bodies
|
|
159 sort-bibtex-entries
|
|
160 validate-bibtex-buffer
|
|
161
|
|
162 Variables:
|
|
163 bibtex-clean-entry-zap-empty-opts
|
|
164 bibtex-entry-field-alist
|
|
165 bibtex-include-OPTannote
|
|
166 bibtex-include-OPTcrossref
|
|
167 bibtex-include-OPTkey
|
|
168 bibtex-maintain-sorted-entries
|
|
169 bibtex-mode-user-optional-fields
|
|
170
|
|
171 Fields:
|
|
172 address
|
|
173 Publisher's address
|
|
174 annote
|
|
175 Long annotation used for annotated bibliographies (begins sentence)
|
|
176 author
|
|
177 Name(s) of author(s), in BibTeX name format
|
|
178 booktitle
|
|
179 Book title when the thing being referenced isn't the whole book.
|
|
180 For book entries, the title field should be used instead.
|
|
181 chapter
|
|
182 Chapter number
|
|
183 crossref
|
|
184 The database key of the entry being cross referenced.
|
|
185 edition
|
|
186 Edition of a book (e.g., \"second\")
|
|
187 editor
|
|
188 Name(s) of editor(s), in BibTeX name format.
|
|
189 If there is also an author field, then the editor field should be
|
|
190 for the book or collection that the work appears in
|
|
191 howpublished
|
|
192 How something strange has been published (begins sentence)
|
|
193 institution
|
|
194 Sponsoring institution
|
|
195 journal
|
|
196 Journal name (macros are provided for many)
|
|
197 key
|
|
198 Alphabetizing and labeling key (needed when no author or editor)
|
|
199 month
|
|
200 Month (macros are provided)
|
|
201 note
|
|
202 To help the reader find a reference (begins sentence)
|
|
203 number
|
|
204 Number of a journal or technical report
|
|
205 organization
|
|
206 Organization (sponsoring a conference)
|
|
207 pages
|
|
208 Page number or numbers (use `--' to separate a range)
|
|
209 publisher
|
|
210 Publisher name
|
|
211 school
|
|
212 School name (for theses)
|
|
213 series
|
|
214 The name of a series or set of books.
|
|
215 An individual book will also have its own title
|
|
216 title
|
|
217 The title of the thing being referenced
|
|
218 type
|
|
219 Type of a technical report (e.g., \"Research Note\") to be used
|
|
220 instead of the default \"Technical Report\"
|
|
221 volume
|
|
222 Volume of a journal or multivolume work
|
|
223 year
|
|
224 Year---should contain only numerals
|
|
225 ---------------------------------------------------------
|
|
226 Entry to this mode calls the value of bibtex-mode-hook if that value is
|
|
227 non-nil." t nil)
|
|
228
|
|
229 ;;;***
|
|
230
|
207
|
231 ;;;### (autoloads (c-comment-edit) "c-comment" "modes/c-comment.el")
|
|
232
|
|
233 (autoload 'c-comment-edit "c-comment" "\
|
|
234 Edit multi-line C comments.
|
|
235 This command allows the easy editing of a multi-line C comment like this:
|
|
236 /*
|
|
237 * ...
|
|
238 * ...
|
|
239 */
|
|
240 The comment may be indented or flush with the left margin.
|
|
241
|
|
242 If point is within a comment, that comment is used. Otherwise the
|
|
243 comment to be edited is found by searching forward from point.
|
|
244
|
|
245 With one \\[universal-argument] searching starts after moving back one
|
|
246 paragraph.
|
|
247 With two \\[universal-argument]'s searching starts at the beginning of the
|
|
248 current or proceeding C function.
|
|
249 With three \\[universal-argument]'s searching starts at the beginning of the
|
|
250 current page.
|
|
251 With four \\[universal-argument]'s searching starts at the beginning of the
|
|
252 current buffer (clipping restrictions apply).
|
|
253
|
|
254 Once located, the comment is copied into a temporary buffer, the comment
|
|
255 leaders and delimiters are stripped away and the resulting buffer is
|
|
256 selected for editing. The major mode of this buffer is controlled by
|
|
257 the variable `c-comment-edit-mode'.\\<c-comment-edit-map>
|
|
258
|
|
259 Use \\[c-comment-edit-end] when you have finished editing the comment. The
|
|
260 comment will be inserted into the original buffer with the appropriate
|
|
261 delimiters and indention, replacing the old version of the comment. If
|
|
262 you don't want your edited version of the comment to replace the
|
|
263 original, use \\[c-comment-edit-abort]." t nil)
|
|
264
|
|
265 ;;;***
|
|
266
|
163
|
267 ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "modes/cl-indent.el")
|
|
268
|
|
269 (autoload 'common-lisp-indent-function "cl-indent" nil nil nil)
|
|
270
|
|
271 ;;;***
|
|
272
|
|
273 ;;;### (autoloads (c-macro-expand) "cmacexp" "modes/cmacexp.el")
|
|
274
|
|
275 (autoload 'c-macro-expand "cmacexp" "\
|
|
276 Expand C macros in the region, using the C preprocessor.
|
|
277 Normally display output in temp buffer, but
|
|
278 prefix arg means replace the region with it.
|
|
279
|
|
280 `c-macro-preprocessor' specifies the preprocessor to use.
|
|
281 Prompt for arguments to the preprocessor (e.g. `-DDEBUG -I ./include')
|
|
282 if the user option `c-macro-prompt-flag' is non-nil.
|
|
283
|
|
284 Noninteractive args are START, END, SUBST.
|
|
285 For use inside Lisp programs, see also `c-macro-expansion'." t nil)
|
|
286
|
|
287 ;;;***
|
|
288
|
203
|
289 ;;;### (autoloads (cperl-mode) "cperl-mode" "modes/cperl-mode.el")
|
|
290
|
|
291 (defalias 'perl-mode 'cperl-mode)
|
|
292
|
|
293 (autoload 'cperl-mode "cperl-mode" "\
|
|
294 Major mode for editing Perl code.
|
|
295 Expression and list commands understand all C brackets.
|
|
296 Tab indents for Perl code.
|
|
297 Paragraphs are separated by blank lines only.
|
|
298 Delete converts tabs to spaces as it moves back.
|
|
299
|
|
300 Various characters in Perl almost always come in pairs: {}, (), [],
|
|
301 sometimes <>. When the user types the first, she gets the second as
|
|
302 well, with optional special formatting done on {}. (Disabled by
|
|
303 default.) You can always quote (with \\[quoted-insert]) the left
|
|
304 \"paren\" to avoid the expansion. The processing of < is special,
|
|
305 since most the time you mean \"less\". Cperl mode tries to guess
|
|
306 whether you want to type pair <>, and inserts is if it
|
|
307 appropriate. You can set `cperl-electric-parens-string' to the string that
|
|
308 contains the parenths from the above list you want to be electrical.
|
|
309 Electricity of parenths is controlled by `cperl-electric-parens'.
|
|
310 You may also set `cperl-electric-parens-mark' to have electric parens
|
|
311 look for active mark and \"embrace\" a region if possible.'
|
|
312
|
|
313 CPerl mode provides expansion of the Perl control constructs:
|
|
314 if, else, elsif, unless, while, until, for, and foreach.
|
|
315 =========(Disabled by default, see `cperl-electric-keywords'.)
|
|
316 The user types the keyword immediately followed by a space, which causes
|
|
317 the construct to be expanded, and the user is positioned where she is most
|
|
318 likely to want to be.
|
|
319 eg. when the user types a space following \"if\" the following appears in
|
|
320 the buffer:
|
|
321 if () { or if ()
|
|
322 } {
|
|
323 }
|
|
324 and the cursor is between the parentheses. The user can then type some
|
|
325 boolean expression within the parens. Having done that, typing
|
|
326 \\[cperl-linefeed] places you, appropriately indented on a new line
|
|
327 between the braces. If CPerl decides that you want to insert
|
|
328 \"English\" style construct like
|
|
329 bite if angry;
|
|
330 it will not do any expansion. See also help on variable
|
|
331 `cperl-extra-newline-before-brace'.
|
|
332
|
|
333 \\[cperl-linefeed] is a convenience replacement for typing carriage
|
|
334 return. It places you in the next line with proper indentation, or if
|
|
335 you type it inside the inline block of control construct, like
|
|
336 foreach (@lines) {print; print}
|
|
337 and you are on a boundary of a statement inside braces, it will
|
|
338 transform the construct into a multiline and will place you into an
|
|
339 appropriately indented blank line. If you need a usual
|
|
340 `newline-and-indent' behaviour, it is on \\[newline-and-indent],
|
|
341 see documentation on `cperl-electric-linefeed'.
|
|
342
|
|
343 \\{cperl-mode-map}
|
|
344
|
|
345 Setting the variable `cperl-font-lock' to t switches on
|
|
346 font-lock-mode, `cperl-electric-lbrace-space' to t switches on
|
|
347 electric space between $ and {, `cperl-electric-parens-string' is the
|
|
348 string that contains parentheses that should be electric in CPerl (see
|
|
349 also `cperl-electric-parens-mark' and `cperl-electric-parens'),
|
|
350 setting `cperl-electric-keywords' enables electric expansion of
|
|
351 control structures in CPerl. `cperl-electric-linefeed' governs which
|
|
352 one of two linefeed behavior is preferable. You can enable all these
|
|
353 options simultaneously (recommended mode of use) by setting
|
|
354 `cperl-hairy' to t. In this case you can switch separate options off
|
|
355 by setting them to `null'. Note that one may undo the extra whitespace
|
|
356 inserted by semis and braces in `auto-newline'-mode by consequent
|
|
357 \\[cperl-electric-backspace].
|
|
358
|
|
359 If your site has perl5 documentation in info format, you can use commands
|
|
360 \\[cperl-info-on-current-command] and \\[cperl-info-on-command] to access it.
|
|
361 These keys run commands `cperl-info-on-current-command' and
|
|
362 `cperl-info-on-command', which one is which is controlled by variable
|
|
363 `cperl-info-on-command-no-prompt' (in turn affected by `cperl-hairy').
|
|
364
|
|
365 Even if you have no info-format documentation, short one-liner-style
|
|
366 help is available on \\[cperl-get-help].
|
|
367
|
|
368 It is possible to show this help automatically after some idle
|
|
369 time. This is regulated by variable `cperl-lazy-help-time'. Default
|
|
370 with `cperl-hairy' is 5 secs idle time if the value of this variable
|
|
371 is nil. It is also possible to switch this on/off from the
|
|
372 menu. Requires `run-with-idle-timer'.
|
|
373
|
|
374 Use \\[cperl-lineup] to vertically lineup some construction - put the
|
|
375 beginning of the region at the start of construction, and make region
|
|
376 span the needed amount of lines.
|
|
377
|
|
378 Variables `cperl-pod-here-scan', `cperl-pod-here-fontify',
|
|
379 `cperl-pod-face', `cperl-pod-head-face' control processing of pod and
|
|
380 here-docs sections. In a future version results of scan may be used
|
|
381 for indentation too, currently they are used for highlighting only.
|
|
382
|
|
383 Variables controlling indentation style:
|
|
384 `cperl-tab-always-indent'
|
|
385 Non-nil means TAB in CPerl mode should always reindent the current line,
|
|
386 regardless of where in the line point is when the TAB command is used.
|
|
387 `cperl-auto-newline'
|
|
388 Non-nil means automatically newline before and after braces,
|
|
389 and after colons and semicolons, inserted in Perl code. The following
|
|
390 \\[cperl-electric-backspace] will remove the inserted whitespace.
|
|
391 Insertion after colons requires both this variable and
|
|
392 `cperl-auto-newline-after-colon' set.
|
|
393 `cperl-auto-newline-after-colon'
|
|
394 Non-nil means automatically newline even after colons.
|
|
395 Subject to `cperl-auto-newline' setting.
|
|
396 `cperl-indent-level'
|
|
397 Indentation of Perl statements within surrounding block.
|
|
398 The surrounding block's indentation is the indentation
|
|
399 of the line on which the open-brace appears.
|
|
400 `cperl-continued-statement-offset'
|
|
401 Extra indentation given to a substatement, such as the
|
|
402 then-clause of an if, or body of a while, or just a statement continuation.
|
|
403 `cperl-continued-brace-offset'
|
|
404 Extra indentation given to a brace that starts a substatement.
|
|
405 This is in addition to `cperl-continued-statement-offset'.
|
|
406 `cperl-brace-offset'
|
|
407 Extra indentation for line if it starts with an open brace.
|
|
408 `cperl-brace-imaginary-offset'
|
|
409 An open brace following other text is treated as if it the line started
|
|
410 this far to the right of the actual line indentation.
|
|
411 `cperl-label-offset'
|
|
412 Extra indentation for line that is a label.
|
|
413 `cperl-min-label-indent'
|
|
414 Minimal indentation for line that is a label.
|
|
415
|
|
416 Settings for K&R and BSD indentation styles are
|
|
417 `cperl-indent-level' 5 8
|
|
418 `cperl-continued-statement-offset' 5 8
|
|
419 `cperl-brace-offset' -5 -8
|
|
420 `cperl-label-offset' -5 -8
|
|
421
|
|
422 If `cperl-indent-level' is 0, the statement after opening brace in column 0 is indented on `cperl-brace-offset'+`cperl-continued-statement-offset'.
|
|
423
|
|
424 Turning on CPerl mode calls the hooks in the variable `cperl-mode-hook'
|
|
425 with no args." t nil)
|
195
|
426
|
|
427 ;;;***
|
|
428
|
163
|
429 ;;;### (autoloads (eiffel-mode) "eiffel3" "modes/eiffel3.el")
|
|
430
|
|
431 (autoload 'eiffel-mode "eiffel3" "\
|
|
432 Major mode for editing Eiffel programs." t nil)
|
|
433
|
|
434 ;;;***
|
|
435
|
|
436 ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) "enriched" "modes/enriched.el")
|
|
437
|
|
438 (autoload 'enriched-mode "enriched" "\
|
|
439 Minor mode for editing text/enriched files.
|
|
440 These are files with embedded formatting information in the MIME standard
|
|
441 text/enriched format.
|
|
442 Turning the mode on runs `enriched-mode-hook'.
|
|
443
|
|
444 More information about Enriched mode is available in the file
|
|
445 etc/enriched.doc in the Emacs distribution directory.
|
|
446
|
|
447 Commands:
|
|
448
|
|
449 \\<enriched-mode-map>\\{enriched-mode-map}" t nil)
|
|
450
|
|
451 (autoload 'enriched-encode "enriched" nil nil nil)
|
|
452
|
|
453 (autoload 'enriched-decode "enriched" nil nil nil)
|
|
454
|
|
455 ;;;***
|
|
456
|
|
457 ;;;### (autoloads (executable-self-display executable-set-magic) "executable" "modes/executable.el")
|
|
458
|
|
459 (autoload 'executable-set-magic "executable" "\
|
|
460 Set this buffer's interpreter to INTERPRETER with optional ARGUMENT.
|
|
461 The variables `executable-magicless-file-regexp', `executable-prefix',
|
|
462 `executable-insert', `executable-query' and `executable-chmod' control
|
|
463 when and how magic numbers are inserted or replaced and scripts made
|
|
464 executable." t nil)
|
|
465
|
|
466 (autoload 'executable-self-display "executable" "\
|
|
467 Turn a text file into a self-displaying Un*x command.
|
|
468 The magic number of such a command displays all lines but itself." t nil)
|
|
469
|
|
470 ;;;***
|
|
471
|
|
472 ;;;### (autoloads (f90-mode) "f90" "modes/f90.el")
|
|
473
|
|
474 (autoload 'f90-mode "f90" "\
|
|
475 Major mode for editing Fortran 90 code in free format.
|
|
476
|
|
477 \\[f90-indent-new-line] corrects current indentation and creates new indented line.
|
|
478 \\[f90-indent-line] indents the current line correctly.
|
|
479 \\[f90-indent-subprogram] indents the current subprogram.
|
|
480
|
|
481 Type `? or `\\[help-command] to display a list of built-in abbrevs for F90 keywords.
|
|
482
|
|
483 Key definitions:
|
|
484 \\{f90-mode-map}
|
|
485
|
|
486 Variables controlling indentation style and extra features:
|
|
487
|
|
488 f90-do-indent
|
|
489 Extra indentation within do blocks. (default 3)
|
|
490 f90-if-indent
|
|
491 Extra indentation within if/select case/where/forall blocks. (default 3)
|
|
492 f90-type-indent
|
|
493 Extra indentation within type/interface/block-data blocks. (default 3)
|
|
494 f90-program-indent
|
|
495 Extra indentation within program/module/subroutine/function blocks.
|
|
496 (default 2)
|
|
497 f90-continuation-indent
|
|
498 Extra indentation applied to continuation lines. (default 5)
|
|
499 f90-comment-region
|
|
500 String inserted by \\[f90-comment-region] at start of each line in
|
|
501 region. (default \"!!!$\")
|
|
502 f90-indented-comment-re
|
|
503 Regexp determining the type of comment to be intended like code.
|
|
504 (default \"!\")
|
|
505 f90-directive-comment-re
|
|
506 Regexp of comment-like directive like \"!HPF\\\\$\", not to be indented.
|
|
507 (default \"!hpf\\\\$\")
|
|
508 f90-break-delimiters
|
|
509 Regexp holding list of delimiters at which lines may be broken.
|
|
510 (default \"[-+*/><=,% \\t]\")
|
|
511 f90-break-before-delimiters
|
|
512 Non-nil causes `f90-do-auto-fill' to break lines before delimiters.
|
|
513 (default t)
|
|
514 f90-beginning-ampersand
|
|
515 Automatic insertion of & at beginning of continuation lines. (default t)
|
|
516 f90-smart-end
|
|
517 From an END statement, check and fill the end using matching block start.
|
|
518 Allowed values are 'blink, 'no-blink, and nil, which determine
|
|
519 whether to blink the matching beginning.) (default 'blink)
|
|
520 f90-auto-keyword-case
|
|
521 Automatic change of case of keywords. (default nil)
|
|
522 The possibilities are 'downcase-word, 'upcase-word, 'capitalize-word.
|
|
523 f90-leave-line-no
|
|
524 Do not left-justify line numbers. (default nil)
|
|
525 f90-startup-message
|
|
526 Set to nil to inhibit message first time F90 mode is used. (default t)
|
|
527 f90-keywords-re
|
|
528 List of keywords used for highlighting/upcase-keywords etc.
|
|
529
|
|
530 Turning on F90 mode calls the value of the variable `f90-mode-hook'
|
|
531 with no args, if that value is non-nil." t nil)
|
|
532
|
|
533 ;;;***
|
|
534
|
|
535 ;;;### (autoloads (fortran-mode) "fortran" "modes/fortran.el")
|
|
536
|
|
537 (defcustom fortran-tab-mode-default nil "*Default tabbing/carriage control style for empty files in Fortran mode.\nA value of t specifies tab-digit style of continuation control.\nA value of nil specifies that continuation lines are marked\nwith a character in column 6." :type 'boolean :group 'fortran-indent)
|
|
538
|
|
539 (autoload 'fortran-mode "fortran" "\
|
|
540 Major mode for editing Fortran code.
|
|
541 \\[fortran-indent-line] indents the current Fortran line correctly.
|
|
542 DO statements must not share a common CONTINUE.
|
|
543
|
|
544 Type ;? or ;\\[help-command] to display a list of built-in abbrevs for Fortran keywords.
|
|
545
|
|
546 Key definitions:
|
|
547 \\{fortran-mode-map}
|
|
548
|
|
549 Variables controlling indentation style and extra features:
|
|
550
|
|
551 comment-start
|
|
552 Normally nil in Fortran mode. If you want to use comments
|
|
553 starting with `!', set this to the string \"!\".
|
|
554 fortran-do-indent
|
|
555 Extra indentation within do blocks. (default 3)
|
|
556 fortran-if-indent
|
|
557 Extra indentation within if blocks. (default 3)
|
|
558 fortran-structure-indent
|
|
559 Extra indentation within structure, union, map and interface blocks.
|
|
560 (default 3)
|
|
561 fortran-continuation-indent
|
|
562 Extra indentation applied to continuation statements. (default 5)
|
|
563 fortran-comment-line-extra-indent
|
|
564 Amount of extra indentation for text within full-line comments. (default 0)
|
|
565 fortran-comment-indent-style
|
|
566 nil means don't change indentation of text in full-line comments,
|
|
567 fixed means indent that text at `fortran-comment-line-extra-indent' beyond
|
|
568 the value of `fortran-minimum-statement-indent-fixed' (for fixed
|
|
569 format continuation style) or `fortran-minimum-statement-indent-tab'
|
|
570 (for TAB format continuation style).
|
|
571 relative means indent at `fortran-comment-line-extra-indent' beyond the
|
|
572 indentation for a line of code.
|
|
573 (default 'fixed)
|
|
574 fortran-comment-indent-char
|
|
575 Single-character string to be inserted instead of space for
|
|
576 full-line comment indentation. (default \" \")
|
|
577 fortran-minimum-statement-indent-fixed
|
|
578 Minimum indentation for Fortran statements in fixed format mode. (def.6)
|
|
579 fortran-minimum-statement-indent-tab
|
|
580 Minimum indentation for Fortran statements in TAB format mode. (default 9)
|
|
581 fortran-line-number-indent
|
|
582 Maximum indentation for line numbers. A line number will get
|
|
583 less than this much indentation if necessary to avoid reaching
|
|
584 column 5. (default 1)
|
|
585 fortran-check-all-num-for-matching-do
|
|
586 Non-nil causes all numbered lines to be treated as possible \"continue\"
|
|
587 statements. (default nil)
|
|
588 fortran-blink-matching-if
|
|
589 Non-nil causes \\[fortran-indent-line] on an ENDIF statement to blink on
|
|
590 matching IF. Also, from an ENDDO statement, blink on matching DO [WHILE]
|
|
591 statement. (default nil)
|
|
592 fortran-continuation-string
|
|
593 Single-character string to be inserted in column 5 of a continuation
|
|
594 line. (default \"$\")
|
|
595 fortran-comment-region
|
|
596 String inserted by \\[fortran-comment-region] at start of each line in
|
|
597 region. (default \"c$$$\")
|
|
598 fortran-electric-line-number
|
|
599 Non-nil causes line number digits to be moved to the correct column
|
|
600 as typed. (default t)
|
|
601 fortran-break-before-delimiters
|
|
602 Non-nil causes `fortran-fill' breaks lines before delimiters.
|
|
603 (default t)
|
|
604 fortran-startup-message
|
|
605 Set to nil to inhibit message first time Fortran mode is used.
|
|
606
|
|
607 Turning on Fortran mode calls the value of the variable `fortran-mode-hook'
|
|
608 with no args, if that value is non-nil." t nil)
|
|
609
|
|
610 ;;;***
|
|
611
|
|
612 ;;;### (autoloads (hide-ifdef-mode) "hideif" "modes/hideif.el")
|
|
613
|
171
|
614 (add-minor-mode 'hide-ifdef-mode " Ifdef" 'hide-ifdef-mode-map)
|
163
|
615
|
|
616 (autoload 'hide-ifdef-mode "hideif" "\
|
|
617 Toggle Hide-Ifdef mode. This is a minor mode, albeit a large one.
|
|
618 With ARG, turn Hide-Ifdef mode on if arg is positive, off otherwise.
|
|
619 In Hide-Ifdef mode, code within #ifdef constructs that the C preprocessor
|
|
620 would eliminate may be hidden from view. Several variables affect
|
|
621 how the hiding is done:
|
|
622
|
|
623 hide-ifdef-env
|
|
624 An association list of defined and undefined symbols for the
|
|
625 current buffer. Initially, the global value of `hide-ifdef-env'
|
|
626 is used.
|
|
627
|
|
628 hide-ifdef-define-alist
|
|
629 An association list of defined symbol lists.
|
|
630 Use `hide-ifdef-set-define-alist' to save the current `hide-ifdef-env'
|
|
631 and `hide-ifdef-use-define-alist' to set the current `hide-ifdef-env'
|
|
632 from one of the lists in `hide-ifdef-define-alist'.
|
|
633
|
|
634 hide-ifdef-lines
|
|
635 Set to non-nil to not show #if, #ifdef, #ifndef, #else, and
|
|
636 #endif lines when hiding.
|
|
637
|
|
638 hide-ifdef-initially
|
|
639 Indicates whether `hide-ifdefs' should be called when Hide-Ifdef mode
|
|
640 is activated.
|
|
641
|
|
642 hide-ifdef-read-only
|
|
643 Set to non-nil if you want to make buffers read only while hiding.
|
|
644 After `show-ifdefs', read-only status is restored to previous value.
|
|
645
|
|
646 \\{hide-ifdef-mode-map}" t nil)
|
|
647
|
|
648 (defvar hide-ifdef-initially nil "\
|
|
649 *Non-nil means call `hide-ifdefs' when Hide-Ifdef mode is first activated.")
|
|
650
|
|
651 (defvar hide-ifdef-read-only nil "\
|
|
652 *Set to non-nil if you want buffer to be read-only while hiding text.")
|
|
653
|
|
654 (defvar hide-ifdef-lines nil "\
|
|
655 *Non-nil means hide the #ifX, #else, and #endif lines.")
|
|
656
|
|
657 ;;;***
|
|
658
|
|
659 ;;;### (autoloads (hs-minor-mode hs-hide-block hs-hide-all) "hideshow" "modes/hideshow.el")
|
|
660
|
189
|
661 (defcustom hs-minor-mode nil "Non-nil if using hideshow mode as a minor mode of some other mode.\nUse the command `hs-minor-mode' to toggle this variable." :type 'boolean :set (lambda (symbol value) (hs-minor-mode (or value 0))) :initialize 'custom-initialize-default :require 'hideshow :group 'hideshow)
|
163
|
662
|
|
663 (autoload 'hs-hide-all "hideshow" "\
|
|
664 Hides all top-level blocks, displaying only first and last lines.
|
|
665 It moves point to the beginning of the line, and it runs the normal hook
|
|
666 `hs-hide-hook'. See documentation for `run-hooks'." t nil)
|
|
667
|
|
668 (autoload 'hs-hide-block "hideshow" "\
|
|
669 Selects a block and hides it. With prefix arg, reposition at end.
|
|
670 Block is defined as a sexp for lispish modes, mode-specific otherwise.
|
|
671 Comments are blocks, too. Upon completion, point is at repositioned and
|
|
672 the normal hook `hs-hide-hook' is run. See documentation for `run-hooks'." t nil)
|
|
673
|
|
674 (autoload 'hs-minor-mode "hideshow" "\
|
|
675 Toggle hideshow minor mode.
|
|
676 With ARG, turn hideshow minor mode on if ARG is positive, off otherwise.
|
|
677 When hideshow minor mode is on, the menu bar is augmented with hideshow
|
|
678 commands and the hideshow commands are enabled. The variables
|
|
679 `selective-display' and `selective-display-ellipses' are set to t.
|
|
680 Last, the normal hook `hs-minor-mode-hook' is run; see the doc for `run-hooks'.
|
|
681
|
|
682 Turning hideshow minor mode off reverts the menu bar and the
|
|
683 variables to default values and disables the hideshow commands." t nil)
|
|
684
|
|
685 ;;;***
|
|
686
|
|
687 ;;;### (autoloads (icon-mode) "icon" "modes/icon.el")
|
|
688
|
|
689 (autoload 'icon-mode "icon" "\
|
|
690 Major mode for editing Icon code.
|
|
691 Expression and list commands understand all Icon brackets.
|
|
692 Tab indents for Icon code.
|
|
693 Paragraphs are separated by blank lines only.
|
|
694 Delete converts tabs to spaces as it moves back.
|
|
695 \\{icon-mode-map}
|
|
696 Variables controlling indentation style:
|
|
697 icon-tab-always-indent
|
|
698 Non-nil means TAB in Icon mode should always reindent the current line,
|
|
699 regardless of where in the line point is when the TAB command is used.
|
|
700 icon-auto-newline
|
|
701 Non-nil means automatically newline before and after braces
|
|
702 inserted in Icon code.
|
|
703 icon-indent-level
|
|
704 Indentation of Icon statements within surrounding block.
|
|
705 The surrounding block's indentation is the indentation
|
|
706 of the line on which the open-brace appears.
|
|
707 icon-continued-statement-offset
|
|
708 Extra indentation given to a substatement, such as the
|
|
709 then-clause of an if or body of a while.
|
|
710 icon-continued-brace-offset
|
|
711 Extra indentation given to a brace that starts a substatement.
|
|
712 This is in addition to `icon-continued-statement-offset'.
|
|
713 icon-brace-offset
|
|
714 Extra indentation for line if it starts with an open brace.
|
|
715 icon-brace-imaginary-offset
|
|
716 An open brace following other text is treated as if it were
|
|
717 this far to the right of the start of its line.
|
|
718
|
|
719 Turning on Icon mode calls the value of the variable `icon-mode-hook'
|
|
720 with no args, if that value is non-nil." t nil)
|
|
721
|
|
722 ;;;***
|
|
723
|
167
|
724 ;;;### (autoloads (image-decode-xpm image-decode-png image-decode-gif image-decode-jpeg image-mode) "image-mode" "modes/image-mode.el")
|
|
725
|
|
726 (autoload 'image-mode "image-mode" "\
|
|
727 \\{image-mode-map}" t nil)
|
|
728
|
|
729 (autoload 'image-decode-jpeg "image-mode" "\
|
|
730 Decode JPEG image between START and END." nil nil)
|
|
731
|
|
732 (autoload 'image-decode-gif "image-mode" "\
|
|
733 Decode GIF image between START and END." nil nil)
|
|
734
|
|
735 (autoload 'image-decode-png "image-mode" "\
|
|
736 Decode PNG image between START and END." nil nil)
|
|
737
|
|
738 (autoload 'image-decode-xpm "image-mode" "\
|
|
739 Decode XPM image between START and END." nil nil)
|
|
740
|
|
741 ;;;***
|
|
742
|
163
|
743 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el")
|
|
744
|
|
745 (autoload 'ksh-mode "ksh-mode" "\
|
207
|
746 ksh-mode $Revision: 1.13 $ - Major mode for editing (Bourne, Korn or Bourne again)
|
163
|
747 shell scripts.
|
|
748 Special key bindings and commands:
|
|
749 \\{ksh-mode-map}
|
|
750 Variables controlling indentation style:
|
|
751 ksh-indent
|
|
752 Indentation of ksh statements with respect to containing block.
|
|
753 Default value is 2.
|
|
754 ksh-case-indent
|
|
755 Additional indentation for statements under case items.
|
|
756 Default value is nil which will align the statements one position
|
|
757 past the \")\" of the pattern.
|
|
758 ksh-case-item-offset
|
|
759 Additional indentation for case items within a case statement.
|
|
760 Default value is 2.
|
|
761 ksh-group-offset
|
|
762 Additional indentation for keywords \"do\" and \"then\".
|
|
763 Default value is -2.
|
|
764 ksh-brace-offset
|
|
765 Additional indentation of \"{\" under functions or brace groupings.
|
|
766 Default value is 0.
|
|
767 ksh-multiline-offset
|
|
768 Additional indentation of line that is preceded of a line ending with a
|
|
769 \\ to make it continue on next line.
|
|
770 ksh-tab-always-indent
|
|
771 Controls the operation of the TAB key. If t (the default), always
|
|
772 reindent the current line. If nil, indent the current line only if
|
|
773 point is at the left margin or in the line's indentation; otherwise
|
|
774 insert a tab.
|
|
775 ksh-match-and-tell
|
|
776 If non-nil echo in the minibuffer the matching compound command
|
|
777 for the \"done\", \"}\", \"fi\", or \"esac\". Default value is t.
|
|
778
|
|
779 ksh-align-to-keyword
|
|
780 Controls whether nested constructs align from the keyword or
|
|
781 the current indentation. If non-nil, indentation will be relative to
|
|
782 the column the keyword starts. If nil, indentation will be relative to
|
|
783 the current indentation of the line the keyword is on.
|
|
784 The default value is non-nil.
|
|
785
|
|
786 ksh-comment-regexp
|
|
787 Regular expression used to recognize comments. Customize to support
|
|
788 ksh-like languages. Default value is \"\\s *#\".
|
|
789
|
|
790 Style Guide.
|
|
791 By setting
|
|
792 (setq ksh-indent default-tab-width)
|
|
793 (setq ksh-group-offset 0)
|
|
794
|
|
795 The following style is obtained:
|
|
796
|
|
797 if [ -z $foo ]
|
|
798 then
|
|
799 bar # <-- ksh-group-offset is additive to ksh-indent
|
|
800 foo
|
|
801 fi
|
|
802
|
|
803 By setting
|
|
804 (setq ksh-indent default-tab-width)
|
|
805 (setq ksh-group-offset (- 0 ksh-indent))
|
|
806
|
|
807 The following style is obtained:
|
|
808
|
|
809 if [ -z $foo ]
|
|
810 then
|
|
811 bar
|
|
812 foo
|
|
813 fi
|
|
814
|
|
815 By setting
|
|
816 (setq ksh-case-item-offset 1)
|
|
817 (setq ksh-case-indent nil)
|
|
818
|
|
819 The following style is obtained:
|
|
820
|
|
821 case x in *
|
|
822 foo) bar # <-- ksh-case-item-offset
|
|
823 baz;; # <-- ksh-case-indent aligns with \")\"
|
|
824 foobar) foo
|
|
825 bar;;
|
|
826 esac
|
|
827
|
|
828 By setting
|
|
829 (setq ksh-case-item-offset 1)
|
|
830 (setq ksh-case-indent 6)
|
|
831
|
|
832 The following style is obtained:
|
|
833
|
|
834 case x in *
|
|
835 foo) bar # <-- ksh-case-item-offset
|
|
836 baz;; # <-- ksh-case-indent
|
|
837 foobar) foo
|
|
838 bar;;
|
|
839 esac
|
|
840
|
|
841
|
|
842 Installation:
|
|
843
|
|
844 (setq ksh-mode-hook
|
|
845 (function (lambda ()
|
|
846 (font-lock-mode 1) ;; font-lock the buffer
|
|
847 (setq ksh-indent 8)
|
|
848 (setq ksh-group-offset -8)
|
|
849 (setq ksh-brace-offset -8)
|
|
850 (setq ksh-tab-always-indent t)
|
|
851 (setq ksh-match-and-tell t)
|
|
852 (setq ksh-align-to-keyword t) ;; Turn on keyword alignment
|
|
853 )))" t nil)
|
|
854
|
|
855 ;;;***
|
|
856
|
195
|
857 ;;;### (autoloads (turn-on-lazy-shot lazy-shot-mode) "lazy-shot" "modes/lazy-shot.el")
|
|
858
|
|
859 (autoload 'lazy-shot-mode "lazy-shot" "\
|
|
860 Toggle Lazy Lock mode.
|
|
861 With arg, turn Lazy Lock mode on if and only if arg is positive." t nil)
|
|
862
|
|
863 (autoload 'turn-on-lazy-shot "lazy-shot" "\
|
|
864 Unconditionally turn on Lazy Lock mode." nil nil)
|
|
865
|
|
866 ;;;***
|
|
867
|
167
|
868 ;;;### (autoloads (linuxdoc-sgml-mode) "linuxdoc-sgml" "modes/linuxdoc-sgml.el")
|
|
869
|
|
870 (autoload 'linuxdoc-sgml-mode "linuxdoc-sgml" "\
|
|
871 Major mode based on SGML mode for editing linuxdoc-sgml documents.
|
|
872 See the documentation on sgml-mode for more info. This mode
|
|
873 understands the linuxdoc-sgml tags." t nil)
|
|
874
|
|
875 ;;;***
|
|
876
|
163
|
877 ;;;### (autoloads (define-mail-alias build-mail-aliases mail-aliases-setup) "mail-abbrevs" "modes/mail-abbrevs.el")
|
|
878
|
|
879 (defcustom mail-abbrev-mailrc-file nil "Name of file with mail aliases. If nil, ~/.mailrc is used." :type '(choice (const :tag "Default" nil) file) :group 'mail-abbrevs)
|
|
880
|
|
881 (defvar mail-aliases nil "\
|
|
882 Word-abbrev table of mail address aliases.
|
|
883 If this is nil, it means the aliases have not yet been initialized and
|
|
884 should be read from the .mailrc file. (This is distinct from there being
|
|
885 no aliases, which is represented by this being a table with no entries.)")
|
|
886
|
|
887 (autoload 'mail-aliases-setup "mail-abbrevs" nil nil nil)
|
|
888
|
|
889 (autoload 'build-mail-aliases "mail-abbrevs" "\
|
|
890 Read mail aliases from .mailrc and set mail-aliases." nil nil)
|
|
891
|
|
892 (autoload 'define-mail-alias "mail-abbrevs" "\
|
|
893 Define NAME as a mail-alias that translates to DEFINITION.
|
|
894 If DEFINITION contains multiple addresses, separate them with commas." t nil)
|
|
895
|
|
896 ;;;***
|
|
897
|
|
898 ;;;### (autoloads (makefile-mode) "make-mode" "modes/make-mode.el")
|
|
899
|
|
900 (autoload 'makefile-mode "make-mode" "\
|
|
901 Major mode for editing Makefiles.
|
|
902 This function ends by invoking the function(s) `makefile-mode-hook'.
|
|
903
|
|
904 \\{makefile-mode-map}
|
|
905
|
|
906 In the browser, use the following keys:
|
|
907
|
|
908 \\{makefile-browser-map}
|
|
909
|
|
910 Makefile mode can be configured by modifying the following variables:
|
|
911
|
|
912 makefile-browser-buffer-name:
|
|
913 Name of the macro- and target browser buffer.
|
|
914
|
|
915 makefile-target-colon:
|
|
916 The string that gets appended to all target names
|
|
917 inserted by `makefile-insert-target'.
|
|
918 \":\" or \"::\" are quite common values.
|
|
919
|
|
920 makefile-macro-assign:
|
|
921 The string that gets appended to all macro names
|
|
922 inserted by `makefile-insert-macro'.
|
|
923 The normal value should be \" = \", since this is what
|
|
924 standard make expects. However, newer makes such as dmake
|
|
925 allow a larger variety of different macro assignments, so you
|
|
926 might prefer to use \" += \" or \" := \" .
|
|
927
|
|
928 makefile-tab-after-target-colon:
|
|
929 If you want a TAB (instead of a space) to be appended after the
|
|
930 target colon, then set this to a non-nil value.
|
|
931
|
|
932 makefile-browser-leftmost-column:
|
|
933 Number of blanks to the left of the browser selection mark.
|
|
934
|
|
935 makefile-browser-cursor-column:
|
|
936 Column in which the cursor is positioned when it moves
|
|
937 up or down in the browser.
|
|
938
|
|
939 makefile-browser-selected-mark:
|
|
940 String used to mark selected entries in the browser.
|
|
941
|
|
942 makefile-browser-unselected-mark:
|
|
943 String used to mark unselected entries in the browser.
|
|
944
|
|
945 makefile-browser-auto-advance-after-selection-p:
|
|
946 If this variable is set to a non-nil value the cursor
|
|
947 will automagically advance to the next line after an item
|
|
948 has been selected in the browser.
|
|
949
|
|
950 makefile-pickup-everything-picks-up-filenames-p:
|
|
951 If this variable is set to a non-nil value then
|
|
952 `makefile-pickup-everything' also picks up filenames as targets
|
|
953 (i.e. it calls `makefile-find-filenames-as-targets'), otherwise
|
|
954 filenames are omitted.
|
|
955
|
|
956 makefile-cleanup-continuations-p:
|
|
957 If this variable is set to a non-nil value then makefile-mode
|
|
958 will assure that no line in the file ends with a backslash
|
|
959 (the continuation character) followed by any whitespace.
|
|
960 This is done by silently removing the trailing whitespace, leaving
|
|
961 the backslash itself intact.
|
|
962 IMPORTANT: Please note that enabling this option causes makefile-mode
|
|
963 to MODIFY A FILE WITHOUT YOUR CONFIRMATION when \"it seems necessary\".
|
|
964
|
|
965 makefile-browser-hook:
|
|
966 A function or list of functions to be called just before the
|
|
967 browser is entered. This is executed in the makefile buffer.
|
|
968
|
|
969 makefile-special-targets-list:
|
|
970 List of special targets. You will be offered to complete
|
|
971 on one of those in the minibuffer whenever you enter a `.'.
|
|
972 at the beginning of a line in Makefile mode." t nil)
|
|
973
|
|
974 ;;;***
|
|
975
|
|
976 ;;;### (autoloads (modula-2-mode) "modula2" "modes/modula2.el")
|
|
977
|
|
978 (autoload 'modula-2-mode "modula2" "\
|
|
979 This is a mode intended to support program development in Modula-2.
|
|
980 All control constructs of Modula-2 can be reached by typing C-c
|
|
981 followed by the first character of the construct.
|
|
982 \\<m2-mode-map>
|
|
983 \\[m2-begin] begin \\[m2-case] case
|
|
984 \\[m2-definition] definition \\[m2-else] else
|
|
985 \\[m2-for] for \\[m2-header] header
|
|
986 \\[m2-if] if \\[m2-module] module
|
|
987 \\[m2-loop] loop \\[m2-or] or
|
|
988 \\[m2-procedure] procedure Control-c Control-w with
|
|
989 \\[m2-record] record \\[m2-stdio] stdio
|
|
990 \\[m2-type] type \\[m2-until] until
|
|
991 \\[m2-var] var \\[m2-while] while
|
|
992 \\[m2-export] export \\[m2-import] import
|
|
993 \\[m2-begin-comment] begin-comment \\[m2-end-comment] end-comment
|
|
994 \\[suspend-emacs] suspend Emacs \\[m2-toggle] toggle
|
|
995 \\[m2-compile] compile \\[m2-next-error] next-error
|
|
996 \\[m2-link] link
|
|
997
|
|
998 `m2-indent' controls the number of spaces for each indentation.
|
|
999 `m2-compile-command' holds the command to compile a Modula-2 program.
|
|
1000 `m2-link-command' holds the command to link a Modula-2 program." t nil)
|
|
1001
|
|
1002 ;;;***
|
|
1003
|
|
1004 ;;;### (autoloads (electric-nroff-mode nroff-mode) "nroff-mode" "modes/nroff-mode.el")
|
|
1005
|
|
1006 (autoload 'nroff-mode "nroff-mode" "\
|
|
1007 Major mode for editing text intended for nroff to format.
|
|
1008 \\{nroff-mode-map}
|
|
1009 Turning on Nroff mode runs `text-mode-hook', then `nroff-mode-hook'.
|
|
1010 Also, try `nroff-electric-mode', for automatically inserting
|
|
1011 closing requests for requests that are used in matched pairs." t nil)
|
|
1012
|
|
1013 (autoload 'electric-nroff-mode "nroff-mode" "\
|
|
1014 Toggle `nroff-electric-newline' minor mode.
|
|
1015 `nroff-electric-newline' forces Emacs to check for an nroff request at the
|
|
1016 beginning of the line, and insert the matching closing request if necessary.
|
|
1017 This command toggles that mode (off->on, on->off), with an argument,
|
|
1018 turns it on iff arg is positive, otherwise off." t nil)
|
|
1019
|
|
1020 (defvar nroff-electric-mode nil "\
|
|
1021 Non-nil if in electric-nroff minor mode.")
|
|
1022
|
|
1023 (add-minor-mode 'nroff-electric-mode " Electric" nil nil 'electric-nroff-mode)
|
|
1024
|
|
1025 ;;;***
|
|
1026
|
|
1027 ;;;### (autoloads (outl-mouse-minor-mode outl-mouse-mode) "outl-mouse" "modes/outl-mouse.el")
|
|
1028
|
|
1029 (autoload 'outl-mouse-mode "outl-mouse" "\
|
|
1030 Calls outline-mode, with outl-mouse extensions" t nil)
|
|
1031
|
|
1032 (autoload 'outl-mouse-minor-mode "outl-mouse" "\
|
|
1033 Toggles outline-minor-mode, with outl-mouse extensions" t nil)
|
|
1034
|
|
1035 ;;;***
|
|
1036
|
|
1037 ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "modes/outline.el")
|
|
1038
|
|
1039 (defvar outline-minor-mode nil "\
|
|
1040 Non-nil if using Outline mode as a minor mode of some other mode.")
|
|
1041
|
|
1042 (make-variable-buffer-local 'outline-minor-mode)
|
|
1043
|
|
1044 (put 'outline-minor-mode 'permanent-local t)
|
|
1045
|
|
1046 (add-minor-mode 'outline-minor-mode " Outl")
|
|
1047
|
|
1048 (autoload 'outline-mode "outline" "\
|
|
1049 Set major mode for editing outlines with selective display.
|
|
1050 Headings are lines which start with asterisks: one for major headings,
|
|
1051 two for subheadings, etc. Lines not starting with asterisks are body lines.
|
|
1052
|
|
1053 Body text or subheadings under a heading can be made temporarily
|
|
1054 invisible, or visible again. Invisible lines are attached to the end
|
|
1055 of the heading, so they move with it, if the line is killed and yanked
|
|
1056 back. A heading with text hidden under it is marked with an ellipsis (...).
|
|
1057
|
|
1058 Commands:\\<outline-mode-map>
|
|
1059 \\[outline-next-visible-heading] outline-next-visible-heading move by visible headings
|
|
1060 \\[outline-previous-visible-heading] outline-previous-visible-heading
|
|
1061 \\[outline-forward-same-level] outline-forward-same-level similar but skip subheadings
|
|
1062 \\[outline-backward-same-level] outline-backward-same-level
|
|
1063 \\[outline-up-heading] outline-up-heading move from subheading to heading
|
|
1064
|
|
1065 \\[hide-body] make all text invisible (not headings).
|
|
1066 \\[show-all] make everything in buffer visible.
|
|
1067
|
|
1068 The remaining commands are used when point is on a heading line.
|
|
1069 They apply to some of the body or subheadings of that heading.
|
|
1070 \\[hide-subtree] hide-subtree make body and subheadings invisible.
|
|
1071 \\[show-subtree] show-subtree make body and subheadings visible.
|
|
1072 \\[show-children] show-children make direct subheadings visible.
|
|
1073 No effect on body, or subheadings 2 or more levels down.
|
|
1074 With arg N, affects subheadings N levels down.
|
|
1075 \\[hide-entry] make immediately following body invisible.
|
|
1076 \\[show-entry] make it visible.
|
|
1077 \\[hide-leaves] make body under heading and under its subheadings invisible.
|
|
1078 The subheadings remain visible.
|
|
1079 \\[show-branches] make all subheadings at all levels visible.
|
|
1080
|
|
1081 The variable `outline-regexp' can be changed to control what is a heading.
|
|
1082 A line is a heading if `outline-regexp' matches something at the
|
|
1083 beginning of the line. The longer the match, the deeper the level.
|
|
1084
|
|
1085 Turning on outline mode calls the value of `text-mode-hook' and then of
|
|
1086 `outline-mode-hook', if they are non-nil." t nil)
|
|
1087
|
|
1088 (autoload 'outline-minor-mode "outline" "\
|
|
1089 Toggle Outline minor mode.
|
|
1090 With arg, turn Outline minor mode on if arg is positive, off otherwise.
|
|
1091 See the command `outline-mode' for more information on this mode." t nil)
|
|
1092
|
|
1093 ;;;***
|
|
1094
|
|
1095 ;;;### (autoloads (pascal-mode) "pascal" "modes/pascal.el")
|
|
1096
|
|
1097 (autoload 'pascal-mode "pascal" "\
|
|
1098 Major mode for editing Pascal code. \\<pascal-mode-map>
|
|
1099 TAB indents for Pascal code. Delete converts tabs to spaces as it moves back.
|
|
1100
|
|
1101 \\[pascal-complete-word] completes the word around current point with respect to position in code
|
|
1102 \\[pascal-show-completions] shows all possible completions at this point.
|
|
1103
|
|
1104 Other useful functions are:
|
|
1105
|
|
1106 \\[pascal-mark-defun] - Mark function.
|
|
1107 \\[pascal-insert-block] - insert begin ... end;
|
|
1108 \\[pascal-star-comment] - insert (* ... *)
|
|
1109 \\[pascal-comment-area] - Put marked area in a comment, fixing nested comments.
|
|
1110 \\[pascal-uncomment-area] - Uncomment an area commented with \\[pascal-comment-area].
|
|
1111 \\[pascal-beg-of-defun] - Move to beginning of current function.
|
|
1112 \\[pascal-end-of-defun] - Move to end of current function.
|
|
1113 \\[pascal-goto-defun] - Goto function prompted for in the minibuffer.
|
|
1114 \\[pascal-outline] - Enter pascal-outline-mode (see also pascal-outline).
|
|
1115
|
|
1116 Variables controlling indentation/edit style:
|
|
1117
|
|
1118 pascal-indent-level (default 3)
|
|
1119 Indentation of Pascal statements with respect to containing block.
|
|
1120 pascal-case-indent (default 2)
|
|
1121 Indentation for case statements.
|
|
1122 pascal-auto-newline (default nil)
|
177
|
1123 Non-nil means automatically newline after semicolons and the punctuation
|
|
1124 mark after an end.
|
163
|
1125 pascal-tab-always-indent (default t)
|
|
1126 Non-nil means TAB in Pascal mode should always reindent the current line,
|
|
1127 regardless of where in the line point is when the TAB command is used.
|
|
1128 pascal-auto-endcomments (default t)
|
|
1129 Non-nil means a comment { ... } is set after the ends which ends cases and
|
|
1130 functions. The name of the function or case will be set between the braces.
|
|
1131 pascal-auto-lineup (default t)
|
|
1132 List of contexts where auto lineup of :'s or ='s should be done.
|
|
1133
|
|
1134 See also the user variables pascal-type-keywords, pascal-start-keywords and
|
|
1135 pascal-separator-keywords.
|
|
1136
|
|
1137 Turning on Pascal mode calls the value of the variable pascal-mode-hook with
|
|
1138 no args, if that value is non-nil." t nil)
|
|
1139
|
|
1140 ;;;***
|
|
1141
|
203
|
1142 ;;;### (autoloads nil "perl-mode" "modes/perl-mode.el")
|
163
|
1143
|
|
1144 ;;;***
|
|
1145
|
|
1146 ;;;### (autoloads (picture-mode) "picture" "modes/picture.el")
|
|
1147
|
|
1148 (autoload 'picture-mode "picture" "\
|
|
1149 Switch to Picture mode, in which a quarter-plane screen model is used.
|
|
1150 Printing characters replace instead of inserting themselves with motion
|
|
1151 afterwards settable by these commands:
|
|
1152 C-c < Move left after insertion.
|
|
1153 C-c > Move right after insertion.
|
|
1154 C-c ^ Move up after insertion.
|
|
1155 C-c . Move down after insertion.
|
|
1156 C-c ` Move northwest (nw) after insertion.
|
|
1157 C-c ' Move northeast (ne) after insertion.
|
|
1158 C-c / Move southwest (sw) after insertion.
|
|
1159 C-c \\ Move southeast (se) after insertion.
|
|
1160 The current direction is displayed in the modeline. The initial
|
|
1161 direction is right. Whitespace is inserted and tabs are changed to
|
|
1162 spaces when required by movement. You can move around in the buffer
|
|
1163 with these commands:
|
|
1164 \\[picture-move-down] Move vertically to SAME column in previous line.
|
|
1165 \\[picture-move-up] Move vertically to SAME column in next line.
|
|
1166 \\[picture-end-of-line] Move to column following last non-whitespace character.
|
|
1167 \\[picture-forward-column] Move right inserting spaces if required.
|
|
1168 \\[picture-backward-column] Move left changing tabs to spaces if required.
|
|
1169 C-c C-f Move in direction of current picture motion.
|
|
1170 C-c C-b Move in opposite direction of current picture motion.
|
|
1171 Return Move to beginning of next line.
|
|
1172 You can edit tabular text with these commands:
|
|
1173 M-Tab Move to column beneath (or at) next interesting character.
|
|
1174 `Indents' relative to a previous line.
|
|
1175 Tab Move to next stop in tab stop list.
|
|
1176 C-c Tab Set tab stops according to context of this line.
|
|
1177 With ARG resets tab stops to default (global) value.
|
|
1178 See also documentation of variable picture-tab-chars
|
|
1179 which defines \"interesting character\". You can manually
|
|
1180 change the tab stop list with command \\[edit-tab-stops].
|
|
1181 You can manipulate text with these commands:
|
|
1182 C-d Clear (replace) ARG columns after point without moving.
|
|
1183 C-c C-d Delete char at point - the command normally assigned to C-d.
|
|
1184 \\[picture-backward-clear-column] Clear (replace) ARG columns before point, moving back over them.
|
|
1185 \\[picture-clear-line] Clear ARG lines, advancing over them. The cleared
|
|
1186 text is saved in the kill ring.
|
|
1187 \\[picture-open-line] Open blank line(s) beneath current line.
|
|
1188 You can manipulate rectangles with these commands:
|
|
1189 C-c C-k Clear (or kill) a rectangle and save it.
|
|
1190 C-c C-w Like C-c C-k except rectangle is saved in named register.
|
|
1191 C-c C-y Overlay (or insert) currently saved rectangle at point.
|
|
1192 C-c C-x Like C-c C-y except rectangle is taken from named register.
|
|
1193 \\[copy-rectangle-to-register] Copies a rectangle to a register.
|
|
1194 \\[advertised-undo] Can undo effects of rectangle overlay commands
|
|
1195 commands if invoked soon enough.
|
|
1196 You can return to the previous mode with:
|
|
1197 C-c C-c Which also strips trailing whitespace from every line.
|
|
1198 Stripping is suppressed by supplying an argument.
|
|
1199
|
|
1200 Entry to this mode calls the value of picture-mode-hook if non-nil.
|
|
1201
|
|
1202 Note that Picture mode commands will work outside of Picture mode, but
|
|
1203 they are not defaultly assigned to keys." t nil)
|
|
1204
|
|
1205 (defalias 'edit-picture 'picture-mode)
|
|
1206
|
|
1207 ;;;***
|
|
1208
|
|
1209 ;;;### (autoloads (postscript-mode) "postscript" "modes/postscript.el")
|
|
1210
|
|
1211 (autoload 'postscript-mode "postscript" "\
|
|
1212 Major mode for editing PostScript files.
|
|
1213
|
|
1214 \\[ps-execute-buffer] will send the contents of the buffer to the NeWS
|
|
1215 server using psh(1). \\[ps-execute-region] sends the current region.
|
|
1216 \\[ps-shell] starts an interactive psh(1) window which will be used for
|
|
1217 subsequent \\[ps-execute-buffer] or \\[ps-execute-region] commands.
|
|
1218
|
|
1219 In this mode, TAB and \\[indent-region] attempt to indent code
|
|
1220 based on the position of {}, [], and begin/end pairs. The variable
|
|
1221 ps-indent-level controls the amount of indentation used inside
|
|
1222 arrays and begin/end pairs.
|
|
1223
|
|
1224 \\{ps-mode-map}
|
|
1225
|
|
1226 \\[postscript-mode] calls the value of the variable postscript-mode-hook
|
|
1227 with no args, if that value is non-nil." t nil)
|
|
1228
|
|
1229 ;;;***
|
|
1230
|
|
1231 ;;;### (autoloads (run-prolog inferior-prolog-mode prolog-mode) "prolog" "modes/prolog.el")
|
|
1232
|
|
1233 (autoload 'prolog-mode "prolog" "\
|
|
1234 Major mode for editing Prolog code for Prologs.
|
|
1235 Blank lines and `%%...' separate paragraphs. `%'s start comments.
|
|
1236 Commands:
|
|
1237 \\{prolog-mode-map}
|
|
1238 Entry to this mode calls the value of `prolog-mode-hook'
|
|
1239 if that value is non-nil." t nil)
|
|
1240
|
|
1241 (autoload 'inferior-prolog-mode "prolog" "\
|
|
1242 Major mode for interacting with an inferior Prolog process.
|
|
1243
|
|
1244 The following commands are available:
|
|
1245 \\{inferior-prolog-mode-map}
|
|
1246
|
|
1247 Entry to this mode calls the value of `prolog-mode-hook' with no arguments,
|
|
1248 if that value is non-nil. Likewise with the value of `comint-mode-hook'.
|
|
1249 `prolog-mode-hook' is called after `comint-mode-hook'.
|
|
1250
|
|
1251 You can send text to the inferior Prolog from other buffers
|
|
1252 using the commands `send-region', `send-string' and \\[prolog-consult-region].
|
|
1253
|
|
1254 Commands:
|
|
1255 Tab indents for Prolog; with argument, shifts rest
|
|
1256 of expression rigidly with the current line.
|
|
1257 Paragraphs are separated only by blank lines and '%%'.
|
|
1258 '%'s start comments.
|
|
1259
|
|
1260 Return at end of buffer sends line as input.
|
|
1261 Return not at end copies rest of line to end and sends it.
|
|
1262 \\[comint-kill-input] and \\[backward-kill-word] are kill commands, imitating normal Unix input editing.
|
|
1263 \\[comint-interrupt-subjob] interrupts the shell or its current subjob if any.
|
|
1264 \\[comint-stop-subjob] stops. \\[comint-quit-subjob] sends quit signal." t nil)
|
|
1265
|
|
1266 (autoload 'run-prolog "prolog" "\
|
|
1267 Run an inferior Prolog process, input and output via buffer *prolog*." t nil)
|
|
1268
|
|
1269 ;;;***
|
|
1270
|
|
1271 ;;;### (autoloads (py-shell python-mode) "python-mode" "modes/python-mode.el")
|
|
1272
|
|
1273 (eval-when-compile (condition-case nil (progn (require 'cl) (require 'imenu)) (error nil)))
|
|
1274
|
|
1275 (autoload 'python-mode "python-mode" "\
|
|
1276 Major mode for editing Python files.
|
|
1277 To submit a problem report, enter `\\[py-submit-bug-report]' from a
|
|
1278 `python-mode' buffer. Do `\\[py-describe-mode]' for detailed
|
|
1279 documentation. To see what version of `python-mode' you are running,
|
|
1280 enter `\\[py-version]'.
|
|
1281
|
|
1282 This mode knows about Python indentation, tokens, comments and
|
|
1283 continuation lines. Paragraphs are separated by blank lines only.
|
|
1284
|
|
1285 COMMANDS
|
|
1286 \\{py-mode-map}
|
|
1287 VARIABLES
|
|
1288
|
|
1289 py-indent-offset indentation increment
|
|
1290 py-block-comment-prefix comment string used by comment-region
|
|
1291 py-python-command shell command to invoke Python interpreter
|
|
1292 py-scroll-process-buffer always scroll Python process buffer
|
|
1293 py-temp-directory directory used for temp files (if needed)
|
|
1294 py-beep-if-tab-change ring the bell if tab-width is changed" t nil)
|
|
1295
|
|
1296 (autoload 'py-shell "python-mode" "\
|
|
1297 Start an interactive Python interpreter in another window.
|
|
1298 This is like Shell mode, except that Python is running in the window
|
|
1299 instead of a shell. See the `Interactive Shell' and `Shell Mode'
|
|
1300 sections of the Emacs manual for details, especially for the key
|
|
1301 bindings active in the `*Python*' buffer.
|
|
1302
|
|
1303 See the docs for variable `py-scroll-buffer' for info on scrolling
|
|
1304 behavior in the process window.
|
|
1305
|
|
1306 Warning: Don't use an interactive Python if you change sys.ps1 or
|
|
1307 sys.ps2 from their default values, or if you're running code that
|
|
1308 prints `>>> ' or `... ' at the start of a line. `python-mode' can't
|
|
1309 distinguish your output from Python's output, and assumes that `>>> '
|
|
1310 at the start of a line is a prompt from Python. Similarly, the Emacs
|
|
1311 Shell mode code assumes that both `>>> ' and `... ' at the start of a
|
|
1312 line are Python prompts. Bad things can happen if you fool either
|
|
1313 mode.
|
|
1314
|
|
1315 Warning: If you do any editing *in* the process buffer *while* the
|
|
1316 buffer is accepting output from Python, do NOT attempt to `undo' the
|
|
1317 changes. Some of the output (nowhere near the parts you changed!) may
|
|
1318 be lost if you do. This appears to be an Emacs bug, an unfortunate
|
|
1319 interaction between undo and process filters; the same problem exists in
|
|
1320 non-Python process buffers using the default (Emacs-supplied) process
|
|
1321 filter." t nil)
|
|
1322
|
|
1323 ;;;***
|
|
1324
|
207
|
1325 ;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "modes/reftex.el")
|
163
|
1326
|
|
1327 (autoload 'turn-on-reftex "reftex" "\
|
|
1328 Turn on RefTeX minor mode." nil nil)
|
|
1329
|
|
1330 (autoload 'reftex-mode "reftex" "\
|
|
1331 Minor mode with distinct support for \\label, \\ref and \\cite in LaTeX.
|
|
1332
|
|
1333 Labels can be created with `\\[reftex-label]' and referenced with `\\[reftex-reference]'.
|
|
1334 When referencing, you get a menu with all labels of a given type and
|
165
|
1335 context of the label definition. The selected label is inserted as a
|
163
|
1336 \\ref macro.
|
|
1337
|
207
|
1338 Citations can be made with `\\[reftex-citation]' which will use a regular expression
|
163
|
1339 to pull out a *formatted* list of articles from your BibTeX
|
165
|
1340 database. The selected citation is inserted as a \\cite macro.
|
163
|
1341
|
|
1342 A Table of Contents of the entire (multifile) document with browsing
|
|
1343 capabilities is available with `\\[reftex-toc]'.
|
|
1344
|
165
|
1345 Most command have help available on the fly. This help is accessed by
|
163
|
1346 pressing `?' to any prompt mentioning this feature.
|
|
1347
|
207
|
1348 Extensive documentation about RefTeX is in the file header of `reftex.el'.
|
|
1349 You can view this information with `\\[reftex-show-commentary]'.
|
165
|
1350
|
163
|
1351 \\{reftex-mode-map}
|
207
|
1352 Under X, these and other functions will also be available as `Ref' menu
|
|
1353 on the menu bar.
|
163
|
1354
|
|
1355 ------------------------------------------------------------------------------" t nil)
|
|
1356
|
|
1357 ;;;***
|
|
1358
|
|
1359 ;;;### (autoloads (rexx-mode) "rexx-mode" "modes/rexx-mode.el")
|
|
1360
|
|
1361 (autoload 'rexx-mode "rexx-mode" "\
|
|
1362 Major mode for editing REXX code.
|
|
1363 \\{rexx-mode-map}
|
|
1364
|
|
1365 Variables controlling indentation style:
|
|
1366 rexx-indent
|
|
1367 The basic indentation for do-blocks.
|
|
1368 rexx-end-indent
|
|
1369 The relative offset of the \"end\" statement. 0 places it in the
|
|
1370 same column as the statements of the block. Setting it to the same
|
|
1371 value as rexx-indent places the \"end\" under the do-line.
|
|
1372 rexx-cont-indent
|
|
1373 The indention for lines following \"then\", \"else\" and \",\"
|
|
1374 (continued) lines.
|
|
1375 rexx-tab-always-indent
|
|
1376 Non-nil means TAB in REXX mode should always reindent the current
|
|
1377 line, regardless of where in the line the point is when the TAB
|
|
1378 command is used.
|
|
1379
|
|
1380 If you have set rexx-end-indent to a nonzero value, you probably want to
|
|
1381 remap RETURN to rexx-indent-newline-indent. It makes sure that lines
|
|
1382 indents correctly when you press RETURN.
|
|
1383
|
|
1384 An extensive abbreviation table consisting of all the keywords of REXX are
|
|
1385 supplied. Expanded keywords are converted into upper case making it
|
|
1386 easier to distinguish them. To use this feature the buffer must be in
|
|
1387 abbrev-mode. (See example below.)
|
|
1388
|
|
1389 Turning on REXX mode calls the value of the variable rexx-mode-hook with
|
|
1390 no args, if that value is non-nil.
|
|
1391
|
|
1392 For example:
|
|
1393 \(setq rexx-mode-hook '(lambda ()
|
|
1394 (setq rexx-indent 4)
|
|
1395 (setq rexx-end-indent 4)
|
|
1396 (setq rexx-cont-indent 4)
|
|
1397 (local-set-key \"\\C-m\" 'rexx-indent-newline-indent)
|
|
1398 (abbrev-mode 1)
|
|
1399 ))
|
|
1400
|
|
1401 will make the END aligned with the DO/SELECT. It will indent blocks and
|
|
1402 IF-statements four steps and make sure that the END jumps into the
|
|
1403 correct position when RETURN is pressed. Finally it will use the abbrev
|
|
1404 table to convert all REXX keywords into upper case." t nil)
|
|
1405
|
|
1406 ;;;***
|
|
1407
|
|
1408 ;;;### (autoloads (resize-minibuffer-mode) "rsz-minibuf" "modes/rsz-minibuf.el")
|
|
1409
|
|
1410 (autoload 'resize-minibuffer-mode "rsz-minibuf" "\
|
|
1411 Enable or disable resize-minibuffer mode.
|
|
1412 A negative prefix argument disables this mode. A positive argument or
|
|
1413 argument of 0 enables it.
|
|
1414
|
|
1415 When this minor mode is enabled, the minibuffer is dynamically resized to
|
|
1416 contain the entire region of text put in it as you type.
|
|
1417
|
|
1418 The variable `resize-minibuffer-mode' is set to t or nil depending on
|
|
1419 whether this mode is active or not.
|
|
1420
|
|
1421 The maximum height to which the minibuffer can grow is controlled by the
|
|
1422 variable `resize-minibuffer-window-max-height'.
|
|
1423
|
|
1424 The variable `resize-minibuffer-window-exactly' determines whether the
|
|
1425 minibuffer window should ever be shrunk to make it no larger than needed to
|
|
1426 display its contents.
|
|
1427
|
|
1428 When using a window system, it is possible for a minibuffer to be the sole
|
|
1429 window in a frame. Since that window is already its maximum size, the only
|
|
1430 way to make more text visible at once is to increase the size of the frame.
|
|
1431 The variable `resize-minibuffer-frame' controls whether this should be
|
|
1432 done. The variables `resize-minibuffer-frame-max-height' and
|
|
1433 `resize-minibuffer-frame-exactly' are analogous to their window
|
|
1434 counterparts." t nil)
|
|
1435
|
|
1436 ;;;***
|
|
1437
|
|
1438 ;;;### (autoloads (scheme-mode) "scheme" "modes/scheme.el")
|
|
1439
|
|
1440 (autoload 'scheme-mode "scheme" "\
|
|
1441 Major mode for editing Scheme code.
|
|
1442 Editing commands are similar to those of lisp-mode.
|
|
1443
|
|
1444 In addition, if an inferior Scheme process is running, some additional
|
|
1445 commands will be defined, for evaluating expressions and controlling
|
|
1446 the interpreter, and the state of the process will be displayed in the
|
|
1447 modeline of all Scheme buffers. The names of commands that interact
|
|
1448 with the Scheme process start with \"xscheme-\". For more information
|
|
1449 see the documentation for xscheme-interaction-mode.
|
|
1450
|
|
1451 Commands:
|
|
1452 Delete converts tabs to spaces as it moves back.
|
|
1453 Blank lines separate paragraphs. Semicolons start comments.
|
|
1454 \\{scheme-mode-map}
|
|
1455 Entry to this mode calls the value of scheme-mode-hook
|
|
1456 if that value is non-nil." t nil)
|
|
1457
|
|
1458 ;;;***
|
|
1459
|
|
1460 ;;;### (autoloads (scribe-mode) "scribe" "modes/scribe.el")
|
|
1461
|
|
1462 (autoload 'scribe-mode "scribe" "\
|
|
1463 Major mode for editing files of Scribe (a text formatter) source.
|
|
1464 Scribe-mode is similar text-mode, with a few extra commands added.
|
|
1465 \\{scribe-mode-map}
|
|
1466
|
|
1467 Interesting variables:
|
|
1468
|
|
1469 scribe-fancy-paragraphs
|
|
1470 Non-nil makes Scribe mode use a different style of paragraph separation.
|
|
1471
|
|
1472 scribe-electric-quote
|
|
1473 Non-nil makes insert of double quote use `` or '' depending on context.
|
|
1474
|
|
1475 scribe-electric-parenthesis
|
|
1476 Non-nil makes an open-parenthesis char (one of `([<{')
|
|
1477 automatically insert its close if typed after an @Command form." t nil)
|
|
1478
|
|
1479 ;;;***
|
|
1480
|
|
1481 ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mode user-mail-address) "sendmail" "modes/sendmail.el")
|
|
1482
|
|
1483 (defvar mail-from-style 'angles "\
|
|
1484 *Specifies how \"From:\" fields look.
|
|
1485
|
|
1486 If `nil', they contain just the return address like:
|
|
1487 king@grassland.com
|
|
1488 If `parens', they look like:
|
|
1489 king@grassland.com (Elvis Parsley)
|
|
1490 If `angles', they look like:
|
|
1491 Elvis Parsley <king@grassland.com>")
|
|
1492
|
|
1493 (defvar mail-self-blind nil "\
|
|
1494 Non-nil means insert BCC to self in messages to be sent.
|
|
1495 This is done when the message is initialized,
|
|
1496 so you can remove or alter the BCC field to override the default.")
|
|
1497
|
|
1498 (defvar mail-interactive nil "\
|
|
1499 Non-nil means when sending a message wait for and display errors.
|
|
1500 nil means let mailer mail back a message to report errors.")
|
|
1501
|
|
1502 (defvar mail-dir nil "\
|
|
1503 *Default directory for saving messages.")
|
|
1504
|
|
1505 (defvar rmail-ignored-headers (purecopy (concat "^\\(" (mapconcat 'identity '("Sender:" "References:" "Return-Path:" "Received:" "[^: \n]*Message-ID:" "Errors-To:" "Path:" "Expires:" "Xref:" "Lines:" "Approved:" "Distribution:" "Content-Length:" "Mime-Version:" "Content-Type:" "Content-Transfer-Encoding:" "X400-Received:" "X400-Originator:" "X400-Mts-Identifier:" "X400-Content-Type:" "Content-Identifier:" "Status:" "Summary-Line:" "X-Attribution:" "Via:" "Sent-Via:" "Mail-From:" "Origin:" "Comments:" "Originator:" "NF-ID:" "NF-From:" "Posting-Version:" "Posted:" "Posted-Date:" "Date-Received:" "Relay-Version:" "Article-I\\.D\\.:" "NNTP-Version:" "NNTP-Posting-Host:" "X-Mailer:" "X-Newsreader:" "News-Software:" "X-Received:" "X-References:" "X-Envelope-To:" "X-VMS-" "Remailed-" "X-Plantation:" "X-Windows:" "X-Pgp-") "\\|") "\\)")) "\
|
|
1506 *Gubbish header fields one would rather not see.")
|
|
1507
|
|
1508 (defvar mail-yank-ignored-headers (purecopy (concat rmail-ignored-headers "\\|" "^\\(" (mapconcat 'identity '("Resent-To:" "Resent-By:" "Resent-CC:" "To:" "Subject:" "In-Reply-To:") "\\|") "\\)")) "\
|
|
1509 Delete these headers from old message when it's inserted in a reply.")
|
|
1510
|
|
1511 (defvar send-mail-function 'sendmail-send-it "\
|
|
1512 Function to call to send the current buffer as mail.
|
|
1513 The headers should be delimited by a line whose contents
|
|
1514 match the variable `mail-header-separator'.")
|
|
1515
|
|
1516 (defvar mail-header-separator (purecopy "--text follows this line--") "\
|
|
1517 *Line used to separate headers from text in messages being composed.")
|
|
1518
|
|
1519 (defvar mail-archive-file-name nil "\
|
|
1520 *Name of file to write all outgoing messages in, or nil for none.
|
|
1521 This can be an inbox file or an Rmail file.")
|
|
1522
|
|
1523 (defvar mail-default-reply-to nil "\
|
|
1524 *Address to insert as default Reply-to field of outgoing messages.
|
|
1525 If nil, it will be initialized from the REPLYTO environment variable
|
|
1526 when you first send mail.")
|
|
1527
|
|
1528 (defvar mail-alias-file nil "\
|
|
1529 *If non-nil, the name of a file to use instead of `/usr/lib/aliases'.
|
|
1530 This file defines aliases to be expanded by the mailer; this is a different
|
|
1531 feature from that of defining aliases in `.mailrc' to be expanded in Emacs.
|
|
1532 This variable has no effect unless your system uses sendmail as its mailer.")
|
|
1533
|
|
1534 (defvar mail-yank-prefix "> " "\
|
|
1535 *Prefix insert on lines of yanked message being replied to.
|
|
1536 nil means use indentation.")
|
|
1537
|
|
1538 (defvar mail-signature nil "\
|
|
1539 *Text inserted at end of mail buffer when a message is initialized.
|
|
1540 If t, it means to insert the contents of the file `mail-signature-file'.")
|
|
1541
|
|
1542 (autoload 'user-mail-address "sendmail" "\
|
|
1543 Query the user for his mail address, unless it is already known." t nil)
|
|
1544
|
|
1545 (autoload 'mail-mode "sendmail" "\
|
|
1546 Major mode for editing mail to be sent.
|
|
1547 Like Text Mode but with these additional commands:
|
|
1548 C-c C-s mail-send (send the message) C-c C-c mail-send-and-exit
|
|
1549 C-c C-f move to a header field (and create it if there isn't):
|
|
1550 C-c C-f C-t move to To: C-c C-f C-s move to Subj:
|
|
1551 C-c C-f C-b move to BCC: C-c C-f C-c move to CC:
|
|
1552 C-c C-f C-f move to FCC: C-c C-f C-r move to Reply-To:
|
|
1553 C-c C-t mail-text (move to beginning of message text).
|
|
1554 C-c C-w mail-signature (insert `mail-signature-file' file).
|
|
1555 C-c C-y mail-yank-original (insert current message, in Rmail).
|
|
1556 C-c C-q mail-fill-yanked-message (fill what was yanked).
|
|
1557 C-c C-v mail-sent-via (add a sent-via field for each To or CC)." t nil)
|
|
1558
|
|
1559 (autoload 'mail "sendmail" "\
|
|
1560 Edit a message to be sent. Prefix arg means resume editing (don't erase).
|
|
1561 When this function returns, the buffer `*mail*' is selected.
|
|
1562 The value is t if the message was newly initialized; otherwise, nil.
|
|
1563
|
|
1564 Optionally, the signature file `mail-signature-file' can be inserted at the
|
|
1565 end; see the variable `mail-signature'.
|
|
1566
|
|
1567 \\<mail-mode-map>
|
|
1568 While editing message, type \\[mail-send-and-exit] to send the message and exit.
|
|
1569
|
|
1570 Various special commands starting with C-c are available in sendmail mode
|
|
1571 to move to message header fields:
|
|
1572 \\{mail-mode-map}
|
|
1573
|
|
1574 The variable `mail-signature' controls whether the signature file
|
|
1575 `mail-signature-file' is inserted immediately.
|
|
1576
|
|
1577 If `mail-signature' is nil, use \\[mail-signature] to insert the
|
|
1578 signature in `mail-signature-file'.
|
|
1579
|
|
1580 If `mail-self-blind' is non-nil, a BCC to yourself is inserted
|
|
1581 when the message is initialized.
|
|
1582
|
|
1583 If `mail-default-reply-to' is non-nil, it should be an address (a string);
|
|
1584 a Reply-to: field with that address is inserted.
|
|
1585
|
|
1586 If `mail-archive-file-name' is non-nil, an FCC field with that file name
|
|
1587 is inserted.
|
|
1588
|
|
1589 The normal hook `mail-setup-hook' is run after the message is
|
|
1590 initialized. It can add more default fields to the message.
|
|
1591
|
|
1592 When calling from a program, the first argument if non-nil says
|
|
1593 not to erase the existing contents of the `*mail*' buffer.
|
|
1594
|
|
1595 The second through fifth arguments,
|
|
1596 TO, SUBJECT, IN-REPLY-TO and CC, specify if non-nil
|
|
1597 the initial contents of those header fields.
|
|
1598 These arguments should not have final newlines.
|
|
1599 The sixth argument REPLYBUFFER is a buffer whose contents
|
|
1600 should be yanked if the user types C-c C-y.
|
|
1601 The seventh argument ACTIONS is a list of actions to take
|
|
1602 if/when the message is sent. Each action looks like (FUNCTION . ARGS);
|
|
1603 when the message is sent, we apply FUNCTION to ARGS.
|
|
1604 This is how Rmail arranges to mark messages `answered'." t nil)
|
|
1605
|
|
1606 (autoload 'mail-other-window "sendmail" "\
|
|
1607 Like `mail' command, but display mail buffer in another window." t nil)
|
|
1608
|
|
1609 (autoload 'mail-other-frame "sendmail" "\
|
|
1610 Like `mail' command, but display mail buffer in another frame." t nil)
|
|
1611
|
|
1612 (add-hook 'same-window-buffer-names "*mail*")
|
|
1613
|
|
1614 ;;;***
|
|
1615
|
167
|
1616 ;;;### (autoloads nil "sgml-mode" "modes/sgml-mode.el")
|
|
1617
|
|
1618 ;;;***
|
|
1619
|
163
|
1620 ;;;### (autoloads (sh-mode) "sh-script" "modes/sh-script.el")
|
|
1621
|
|
1622 (put 'sh-mode 'mode-class 'special)
|
|
1623
|
|
1624 (autoload 'sh-mode "sh-script" "\
|
|
1625 Major mode for editing shell scripts.
|
|
1626 This mode works for many shells, since they all have roughly the same syntax,
|
|
1627 as far as commands, arguments, variables, pipes, comments etc. are concerned.
|
|
1628 Unless the file's magic number indicates the shell, your usual shell is
|
|
1629 assumed. Since filenames rarely give a clue, they are not further analyzed.
|
|
1630
|
|
1631 This mode adapts to the variations between shells (see `sh-set-shell') by
|
|
1632 means of an inheritance based feature lookup (see `sh-feature'). This
|
|
1633 mechanism applies to all variables (including skeletons) that pertain to
|
|
1634 shell-specific features.
|
|
1635
|
|
1636 The default style of this mode is that of Rosenblatt's Korn shell book.
|
|
1637 The syntax of the statements varies with the shell being used. The
|
|
1638 following commands are available, based on the current shell's syntax:
|
|
1639
|
|
1640 \\[sh-case] case statement
|
|
1641 \\[sh-for] for loop
|
|
1642 \\[sh-function] function definition
|
|
1643 \\[sh-if] if statement
|
|
1644 \\[sh-indexed-loop] indexed loop from 1 to n
|
|
1645 \\[sh-while-getopts] while getopts loop
|
|
1646 \\[sh-repeat] repeat loop
|
|
1647 \\[sh-select] select loop
|
|
1648 \\[sh-until] until loop
|
|
1649 \\[sh-while] while loop
|
|
1650
|
|
1651 \\[backward-delete-char-untabify] Delete backward one position, even if it was a tab.
|
|
1652 \\[sh-newline-and-indent] Delete unquoted space and indent new line same as this one.
|
|
1653 \\[sh-end-of-command] Go to end of successive commands.
|
|
1654 \\[sh-beginning-of-command] Go to beginning of successive commands.
|
|
1655 \\[sh-set-shell] Set this buffer's shell, and maybe its magic number.
|
|
1656 \\[sh-execute-region] Have optional header and region be executed in a subshell.
|
|
1657
|
|
1658 \\[sh-maybe-here-document] Without prefix, following an unquoted < inserts here document.
|
|
1659 {, (, [, ', \", `
|
|
1660 Unless quoted with \\, insert the pairs {}, (), [], or '', \"\", ``.
|
|
1661
|
|
1662 If you generally program a shell different from your login shell you can
|
|
1663 set `sh-shell-file' accordingly. If your shell's file name doesn't correctly
|
|
1664 indicate what shell it is use `sh-alias-alist' to translate.
|
|
1665
|
|
1666 If your shell gives error messages with line numbers, you can use \\[executable-interpret]
|
|
1667 with your script for an edit-interpret-debug cycle." t nil)
|
|
1668
|
|
1669 (defalias 'shell-script-mode 'sh-mode)
|
|
1670
|
|
1671 ;;;***
|
|
1672
|
185
|
1673 ;;;### (autoloads (strokes-compose-complex-stroke strokes-decode-buffer strokes-mode strokes-list-strokes strokes-load-user-strokes strokes-help strokes-describe-stroke strokes-do-complex-stroke strokes-do-stroke strokes-read-stroke strokes-global-set-stroke) "strokes" "modes/strokes.el")
|
163
|
1674
|
189
|
1675 (defcustom strokes-mode nil "Non-nil when `strokes' is globally enabled." :type 'boolean :set (lambda (symbol value) (strokes-mode (or value 0))) :initialize 'custom-initialize-default :require 'strokes :group 'strokes)
|
163
|
1676
|
|
1677 (autoload 'strokes-global-set-stroke "strokes" "\
|
|
1678 Interactively give STROKE the global binding as COMMAND.
|
|
1679 Operated just like `global-set-key', except for strokes.
|
|
1680 COMMAND is a symbol naming an interactively-callable function. STROKE
|
|
1681 is a list of sampled positions on the stroke grid as described in the
|
|
1682 documentation for the `strokes-define-stroke' function." t nil)
|
|
1683
|
|
1684 (defalias 'global-set-stroke 'strokes-global-set-stroke)
|
|
1685
|
|
1686 (autoload 'strokes-read-stroke "strokes" "\
|
|
1687 Read a simple stroke (interactively) and return the stroke.
|
|
1688 Optional PROMPT in minibuffer displays before and during stroke reading.
|
|
1689 This function will display the stroke interactively as it is being
|
|
1690 entered in the strokes buffer if the variable
|
|
1691 `strokes-use-strokes-buffer' is non-nil.
|
185
|
1692 Optional EVENT is acceptable as the starting event of the stroke" nil nil)
|
163
|
1693
|
|
1694 (autoload 'strokes-do-stroke "strokes" "\
|
185
|
1695 Read a simple stroke from the user and then exectute its command.
|
163
|
1696 This must be bound to a mouse event." t nil)
|
|
1697
|
|
1698 (autoload 'strokes-do-complex-stroke "strokes" "\
|
|
1699 Read a complex stroke from the user and then exectute its command.
|
|
1700 This must be bound to a mouse event." t nil)
|
|
1701
|
|
1702 (autoload 'strokes-describe-stroke "strokes" "\
|
|
1703 Displays the command which STROKE maps to, reading STROKE interactively." t nil)
|
|
1704
|
|
1705 (defalias 'describe-stroke 'strokes-describe-stroke)
|
|
1706
|
|
1707 (autoload 'strokes-help "strokes" "\
|
|
1708 Get instructional help on using the the `strokes' package." t nil)
|
|
1709
|
|
1710 (autoload 'strokes-load-user-strokes "strokes" "\
|
|
1711 Load user-defined strokes from file named by `strokes-file'." t nil)
|
|
1712
|
|
1713 (defalias 'load-user-strokes 'strokes-load-user-strokes)
|
|
1714
|
|
1715 (autoload 'strokes-list-strokes "strokes" "\
|
177
|
1716 Pop up a buffer containing an alphabetical listing of strokes in STROKES-MAP.
|
|
1717 With CHRONOLOGICAL prefix arg (\\[universal-argument]) list strokes
|
|
1718 chronologically by command name.
|
|
1719 If STROKES-MAP is not given, `strokes-global-map' will be used instead." t nil)
|
163
|
1720
|
|
1721 (defalias 'list-strokes 'strokes-list-strokes)
|
|
1722
|
|
1723 (autoload 'strokes-mode "strokes" "\
|
|
1724 Toggle strokes being enabled.
|
|
1725 With ARG, turn strokes on if and only if ARG is positive or true.
|
|
1726 Note that `strokes-mode' is a global mode. Think of it as a minor
|
|
1727 mode in all buffers when activated.
|
|
1728 By default, strokes are invoked with mouse button-2. You can define
|
|
1729 new strokes with
|
|
1730
|
185
|
1731 > M-x global-set-stroke
|
|
1732
|
|
1733 To use strokes for pictographic editing, such as Chinese/Japanese, use
|
|
1734 Sh-button-2, which draws strokes and inserts them. Encode/decode your
|
|
1735 strokes with
|
|
1736
|
|
1737 > M-x strokes-encode-buffer
|
|
1738 > M-x strokes-decode-buffer" t nil)
|
|
1739
|
|
1740 (autoload 'strokes-decode-buffer "strokes" "\
|
|
1741 Decode stroke strings in BUFFER and display their corresponding glyphs.
|
|
1742 Optional BUFFER defaults to the current buffer.
|
|
1743 Optional FORCE non-nil will ignore the buffer's read-only status." t nil)
|
|
1744
|
|
1745 (autoload 'strokes-compose-complex-stroke "strokes" "\
|
|
1746 Read a complex stroke and insert its glyph into the current buffer." t nil)
|
163
|
1747
|
|
1748 ;;;***
|
|
1749
|
|
1750 ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" "modes/tcl.el")
|
|
1751
|
|
1752 (autoload 'tcl-mode "tcl" "\
|
|
1753 Major mode for editing Tcl code.
|
|
1754 Expression and list commands understand all Tcl brackets.
|
|
1755 Tab indents for Tcl code.
|
|
1756 Paragraphs are separated by blank lines only.
|
|
1757 Delete converts tabs to spaces as it moves back.
|
|
1758
|
|
1759 Variables controlling indentation style:
|
|
1760 tcl-indent-level
|
|
1761 Indentation of Tcl statements within surrounding block.
|
|
1762 tcl-continued-indent-level
|
|
1763 Indentation of continuation line relative to first line of command.
|
|
1764
|
|
1765 Variables controlling user interaction with mode (see variable
|
|
1766 documentation for details):
|
|
1767 tcl-tab-always-indent
|
|
1768 Controls action of TAB key.
|
|
1769 tcl-auto-newline
|
|
1770 Non-nil means automatically newline before and after braces, brackets,
|
|
1771 and semicolons inserted in Tcl code.
|
|
1772 tcl-electric-hash-style
|
|
1773 Controls action of `#' key.
|
|
1774 tcl-use-hairy-comment-detector
|
|
1775 If t, use more complicated, but slower, comment detector.
|
|
1776 This variable is only used in GNU Emacs 19.
|
|
1777 tcl-use-smart-word-finder
|
|
1778 If not nil, use a smarter, Tcl-specific way to find the current
|
|
1779 word when looking up help on a Tcl command.
|
|
1780
|
|
1781 Turning on Tcl mode calls the value of the variable `tcl-mode-hook'
|
|
1782 with no args, if that value is non-nil. Read the documentation for
|
|
1783 `tcl-mode-hook' to see what kinds of interesting hook functions
|
|
1784 already exist.
|
|
1785
|
|
1786 Commands:
|
|
1787 \\{tcl-mode-map}" t nil)
|
|
1788
|
|
1789 (autoload 'inferior-tcl "tcl" "\
|
|
1790 Run inferior Tcl process.
|
|
1791 Prefix arg means enter program name interactively.
|
|
1792 See documentation for function `inferior-tcl-mode' for more information." t nil)
|
|
1793
|
|
1794 (autoload 'tcl-help-on-word "tcl" "\
|
|
1795 Get help on Tcl command. Default is word at point.
|
|
1796 Prefix argument means invert sense of `tcl-use-smart-word-finder'." t nil)
|
|
1797
|
|
1798 ;;;***
|
|
1799
|
|
1800 ;;;### (autoloads (latex-mode plain-tex-mode tex-mode) "tex-mode" "modes/tex-mode.el")
|
|
1801
|
|
1802 (autoload 'tex-mode "tex-mode" "\
|
|
1803 Major mode for editing files of input for TeX, LaTeX, or SliTeX.
|
|
1804 Tries to determine (by looking at the beginning of the file) whether
|
|
1805 this file is for plain TeX, LaTeX, or SliTeX and calls plain-tex-mode,
|
|
1806 latex-mode, or slitex-mode, respectively. If it cannot be determined,
|
|
1807 such as if there are no commands in the file, the value of tex-default-mode
|
|
1808 is used." t nil)
|
|
1809
|
|
1810 (fset 'TeX-mode 'tex-mode)
|
|
1811
|
|
1812 (fset 'LaTeX-mode 'latex-mode)
|
|
1813
|
|
1814 (autoload 'plain-tex-mode "tex-mode" "\
|
|
1815 Major mode for editing files of input for plain TeX.
|
|
1816 Makes $ and } display the characters they match.
|
|
1817 Makes \" insert `` when it seems to be the beginning of a quotation,
|
|
1818 and '' when it appears to be the end; it inserts \" only after a \\.
|
|
1819
|
|
1820 Use \\[tex-region] to run TeX on the current region, plus a \"header\"
|
|
1821 copied from the top of the file (containing macro definitions, etc.),
|
|
1822 running TeX under a special subshell. \\[tex-buffer] does the whole buffer.
|
|
1823 \\[tex-file] saves the buffer and then processes the file.
|
|
1824 \\[tex-print] prints the .dvi file made by any of these.
|
|
1825 \\[tex-view] previews the .dvi file made by any of these.
|
|
1826 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
|
|
1827
|
|
1828 Use \\[validate-tex-buffer] to check buffer for paragraphs containing
|
|
1829 mismatched $'s or braces.
|
|
1830
|
|
1831 Special commands:
|
|
1832 \\{tex-mode-map}
|
|
1833
|
|
1834 Mode variables:
|
|
1835 tex-run-command
|
|
1836 Command string used by \\[tex-region] or \\[tex-buffer].
|
|
1837 tex-directory
|
|
1838 Directory in which to create temporary files for TeX jobs
|
|
1839 run by \\[tex-region] or \\[tex-buffer].
|
|
1840 tex-dvi-print-command
|
|
1841 Command string used by \\[tex-print] to print a .dvi file.
|
|
1842 tex-alt-dvi-print-command
|
|
1843 Alternative command string used by \\[tex-print] (when given a prefix
|
|
1844 argument) to print a .dvi file.
|
|
1845 tex-dvi-view-command
|
|
1846 Command string used by \\[tex-view] to preview a .dvi file.
|
|
1847 tex-show-queue-command
|
|
1848 Command string used by \\[tex-show-print-queue] to show the print
|
|
1849 queue that \\[tex-print] put your job on.
|
|
1850
|
|
1851 Entering Plain-tex mode calls the value of text-mode-hook, then the value of
|
|
1852 tex-mode-hook, and then the value of plain-tex-mode-hook. When the special
|
|
1853 subshell is initiated, the value of tex-shell-hook is called." t nil)
|
|
1854
|
|
1855 (fset 'plain-TeX-mode 'plain-tex-mode)
|
|
1856
|
|
1857 (autoload 'latex-mode "tex-mode" "\
|
|
1858 Major mode for editing files of input for LaTeX.
|
|
1859 Makes $ and } display the characters they match.
|
|
1860 Makes \" insert `` when it seems to be the beginning of a quotation,
|
|
1861 and '' when it appears to be the end; it inserts \" only after a \\.
|
|
1862
|
|
1863 Use \\[tex-region] to run LaTeX on the current region, plus the preamble
|
|
1864 copied from the top of the file (containing \\documentstyle, etc.),
|
|
1865 running LaTeX under a special subshell. \\[tex-buffer] does the whole buffer.
|
|
1866 \\[tex-file] saves the buffer and then processes the file.
|
|
1867 \\[tex-print] prints the .dvi file made by any of these.
|
|
1868 \\[tex-view] previews the .dvi file made by any of these.
|
|
1869 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
|
|
1870
|
|
1871 Use \\[validate-tex-buffer] to check buffer for paragraphs containing
|
|
1872 mismatched $'s or braces.
|
|
1873
|
|
1874 Special commands:
|
|
1875 \\{tex-mode-map}
|
|
1876
|
|
1877 Mode variables:
|
|
1878 latex-run-command
|
|
1879 Command string used by \\[tex-region] or \\[tex-buffer].
|
|
1880 tex-directory
|
|
1881 Directory in which to create temporary files for LaTeX jobs
|
|
1882 run by \\[tex-region] or \\[tex-buffer].
|
|
1883 tex-dvi-print-command
|
|
1884 Command string used by \\[tex-print] to print a .dvi file.
|
|
1885 tex-alt-dvi-print-command
|
|
1886 Alternative command string used by \\[tex-print] (when given a prefix
|
|
1887 argument) to print a .dvi file.
|
|
1888 tex-dvi-view-command
|
|
1889 Command string used by \\[tex-view] to preview a .dvi file.
|
|
1890 tex-show-queue-command
|
|
1891 Command string used by \\[tex-show-print-queue] to show the print
|
|
1892 queue that \\[tex-print] put your job on.
|
|
1893
|
|
1894 Entering Latex mode calls the value of text-mode-hook, then the value of
|
|
1895 tex-mode-hook, and then the value of latex-mode-hook. When the special
|
|
1896 subshell is initiated, the value of tex-shell-hook is called." t nil)
|
|
1897
|
|
1898 ;;;***
|
|
1899
|
|
1900 ;;;### (autoloads (texinfo-mode) "texinfo" "modes/texinfo.el")
|
|
1901
|
|
1902 (autoload 'texinfo-mode "texinfo" "\
|
|
1903 Major mode for editing Texinfo files.
|
|
1904
|
|
1905 It has these extra commands:
|
|
1906 \\{texinfo-mode-map}
|
|
1907
|
|
1908 These are files that are used as input for TeX to make printed manuals
|
|
1909 and also to be turned into Info files with \\[makeinfo-buffer] or
|
|
1910 the `makeinfo' program. These files must be written in a very restricted and
|
|
1911 modified version of TeX input format.
|
|
1912
|
|
1913 Editing commands are like text-mode except that the syntax table is
|
|
1914 set up so expression commands skip Texinfo bracket groups. To see
|
|
1915 what the Info version of a region of the Texinfo file will look like,
|
|
1916 use \\[makeinfo-region], which runs `makeinfo' on the current region.
|
|
1917
|
|
1918 You can show the structure of a Texinfo file with \\[texinfo-show-structure].
|
|
1919 This command shows the structure of a Texinfo file by listing the
|
|
1920 lines with the @-sign commands for @chapter, @section, and the like.
|
|
1921 These lines are displayed in another window called the *Occur* window.
|
|
1922 In that window, you can position the cursor over one of the lines and
|
|
1923 use \\[occur-mode-goto-occurrence], to jump to the corresponding spot
|
|
1924 in the Texinfo file.
|
|
1925
|
|
1926 In addition, Texinfo mode provides commands that insert various
|
|
1927 frequently used @-sign commands into the buffer. You can use these
|
|
1928 commands to save keystrokes. And you can insert balanced braces with
|
|
1929 \\[texinfo-insert-braces] and later use the command \\[up-list] to
|
|
1930 move forward past the closing brace.
|
|
1931
|
|
1932 Also, Texinfo mode provides functions for automatically creating or
|
|
1933 updating menus and node pointers. These functions
|
|
1934
|
|
1935 * insert the `Next', `Previous' and `Up' pointers of a node,
|
|
1936 * insert or update the menu for a section, and
|
|
1937 * create a master menu for a Texinfo source file.
|
|
1938
|
|
1939 Here are the functions:
|
|
1940
|
|
1941 texinfo-update-node \\[texinfo-update-node]
|
|
1942 texinfo-every-node-update \\[texinfo-every-node-update]
|
|
1943 texinfo-sequential-node-update
|
|
1944
|
|
1945 texinfo-make-menu \\[texinfo-make-menu]
|
|
1946 texinfo-all-menus-update \\[texinfo-all-menus-update]
|
|
1947 texinfo-master-menu
|
|
1948
|
|
1949 texinfo-indent-menu-description (column &optional region-p)
|
|
1950
|
|
1951 The `texinfo-column-for-description' variable specifies the column to
|
|
1952 which menu descriptions are indented.
|
|
1953
|
|
1954 Passed an argument (a prefix argument, if interactive), the
|
|
1955 `texinfo-update-node' and `texinfo-make-menu' functions do their jobs
|
|
1956 in the region.
|
|
1957
|
|
1958 To use the updating commands, you must structure your Texinfo file
|
|
1959 hierarchically, such that each `@node' line, with the exception of the
|
|
1960 Top node, is accompanied by some kind of section line, such as an
|
|
1961 `@chapter' or `@section' line.
|
|
1962
|
|
1963 If the file has a `top' node, it must be called `top' or `Top' and
|
|
1964 be the first node in the file.
|
|
1965
|
|
1966 Entering Texinfo mode calls the value of text-mode-hook, and then the
|
|
1967 value of texinfo-mode-hook." t nil)
|
|
1968
|
|
1969 ;;;***
|
|
1970
|
|
1971 ;;;### (autoloads (verilog-mode) "verilog-mode" "modes/verilog-mode.el")
|
|
1972
|
|
1973 (autoload 'verilog-mode "verilog-mode" "\
|
|
1974 Major mode for editing Verilog code. \\<verilog-mode-map>
|
|
1975 NEWLINE, TAB indents for Verilog code.
|
|
1976 Delete converts tabs to spaces as it moves back.
|
|
1977 Supports highlighting.
|
|
1978
|
|
1979 Variables controlling indentation/edit style:
|
|
1980
|
|
1981 verilog-indent-level (default 3)
|
|
1982 Indentation of Verilog statements with respect to containing block.
|
|
1983 verilog-indent-level-module (default 3)
|
|
1984 Absolute indentation of Module level Verilog statements.
|
|
1985 Set to 0 to get initial and always statements lined up
|
|
1986 on the left side of your screen.
|
|
1987 verilog-indent-level-declaration (default 3)
|
|
1988 Indentation of declarations with respect to containing block.
|
|
1989 Set to 0 to get them list right under containing block.
|
|
1990 verilog-indent-level-behavorial (default 3)
|
|
1991 Indentation of first begin in a task or function block
|
|
1992 Set to 0 to get such code to linedup underneath the task or function keyword
|
|
1993 verilog-cexp-indent (default 1)
|
|
1994 Indentation of Verilog statements broken across lines.
|
|
1995 verilog-case-indent (default 2)
|
|
1996 Indentation for case statements.
|
|
1997 verilog-auto-newline (default nil)
|
|
1998 Non-nil means automatically newline after semicolons and the punctation
|
|
1999 mark after an end.
|
|
2000 verilog-auto-indent-on-newline (default t)
|
|
2001 Non-nil means automatically indent line after newline
|
|
2002 verilog-tab-always-indent (default t)
|
|
2003 Non-nil means TAB in Verilog mode should always reindent the current line,
|
|
2004 regardless of where in the line point is when the TAB command is used.
|
|
2005 verilog-indent-begin-after-if (default t)
|
|
2006 Non-nil means to indent begin statements following a preceding
|
|
2007 if, else, while, for and repeat statements, if any. otherwise,
|
|
2008 the begin is lined up with the preceding token. If t, you get:
|
|
2009 if (a)
|
|
2010 begin
|
|
2011 otherwise you get:
|
|
2012 if (a)
|
|
2013 begin
|
|
2014 verilog-auto-endcomments (default t)
|
|
2015 Non-nil means a comment /* ... */ is set after the ends which ends
|
|
2016 cases, tasks, functions and modules.
|
|
2017 The type and name of the object will be set between the braces.
|
|
2018 verilog-minimum-comment-distance (default 40)
|
|
2019 Minimum distance between begin and end required before a comment
|
|
2020 will be inserted. Setting this variable to zero results in every
|
|
2021 end aquiring a comment; the default avoids too many redundanet
|
|
2022 comments in tight quarters.
|
|
2023 verilog-auto-lineup (default `(all))
|
|
2024 List of contexts where auto lineup of :'s or ='s should be done.
|
|
2025
|
|
2026 Turning on Verilog mode calls the value of the variable verilog-mode-hook with
|
|
2027 no args, if that value is non-nil.
|
|
2028 Other useful functions are:
|
|
2029 \\[verilog-complete-word] -complete word with appropriate possibilities
|
|
2030 (functions, verilog keywords...)
|
|
2031 \\[verilog-comment-region] - Put marked area in a comment, fixing
|
|
2032 nested comments.
|
|
2033 \\[verilog-uncomment-region] - Uncomment an area commented with \\[verilog-comment-region].
|
|
2034 \\[verilog-insert-block] - insert begin ... end;
|
|
2035 \\[verilog-star-comment] - insert /* ... */
|
|
2036 \\[verilog-mark-defun] - Mark function.
|
|
2037 \\[verilog-beg-of-defun] - Move to beginning of current function.
|
|
2038 \\[verilog-end-of-defun] - Move to end of current function.
|
|
2039 \\[verilog-label-be] - Label matching begin ... end, fork ... join
|
|
2040 and case ... endcase statements;
|
|
2041 " t nil)
|
|
2042
|
|
2043 ;;;***
|
|
2044
|
|
2045 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el")
|
|
2046
|
|
2047 (autoload 'vhdl-mode "vhdl-mode" "\
|
|
2048 Major mode for editing VHDL code.
|
207
|
2049 vhdl-mode $Revision: 1.13 $
|
163
|
2050 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a
|
|
2051 vhdl-mode buffer. This automatically sets up a mail buffer with version
|
|
2052 information already added. You just need to add a description of the
|
181
|
2053 problem, including a reproducable test case and send the message.
|
163
|
2054
|
|
2055 Note that the details of configuring vhdl-mode will soon be moved to the
|
|
2056 accompanying texinfo manual. Until then, please read the README file
|
|
2057 that came with the vhdl-mode distribution.
|
|
2058
|
|
2059 The hook variable `vhdl-mode-hook' is run with no args, if that value is
|
|
2060 bound and has a non-nil value.
|
|
2061
|
|
2062 Key bindings:
|
|
2063 \\{vhdl-mode-map}" t nil)
|
|
2064
|
|
2065 ;;;***
|
|
2066
|
|
2067 ;;;### (autoloads (auto-view-mode view-major-mode view-mode view-minor-mode view-buffer-other-window view-file-other-window view-buffer view-file) "view-less" "modes/view-less.el")
|
|
2068
|
|
2069 (defvar view-minor-mode-map (let ((map (make-keymap))) (set-keymap-name map 'view-minor-mode-map) (suppress-keymap map) (define-key map "-" 'negative-argument) (define-key map " " 'scroll-up) (define-key map "f" 'scroll-up) (define-key map "b" 'scroll-down) (define-key map 'backspace 'scroll-down) (define-key map 'delete 'scroll-down) (define-key map "
" 'view-scroll-lines-up) (define-key map "\n" 'view-scroll-lines-up) (define-key map "e" 'view-scroll-lines-up) (define-key map "j" 'view-scroll-lines-up) (define-key map "y" 'view-scroll-lines-down) (define-key map "k" 'view-scroll-lines-down) (define-key map "d" 'view-scroll-some-lines-up) (define-key map "u" 'view-scroll-some-lines-down) (define-key map "r" 'recenter) (define-key map "t" 'toggle-truncate-lines) (define-key map "N" 'view-buffer) (define-key map "E" 'view-file) (define-key map "P" 'view-buffer) (define-key map "!" 'shell-command) (define-key map "|" 'shell-command-on-region) (define-key map "=" 'what-line) (define-key map "?" 'view-search-backward) (define-key map "h" 'view-mode-describe) (define-key map "s" 'view-repeat-search) (define-key map "n" 'view-repeat-search) (define-key map "/" 'view-search-forward) (define-key map "\\" 'view-search-backward) (define-key map "g" 'view-goto-line) (define-key map "G" 'view-last-windowful) (define-key map "%" 'view-goto-percent) (define-key map "p" 'view-goto-percent) (define-key map "m" 'point-to-register) (define-key map "'" 'register-to-point) (define-key map "C" 'view-cleanup-backspaces) (define-key map "" 'view-quit) (define-key map "" 'view-quit-toggle-ro) (define-key map "q" 'view-quit) map))
|
|
2070
|
|
2071 (defvar view-mode-map (let ((map (copy-keymap view-minor-mode-map))) (set-keymap-name map 'view-mode-map) map))
|
|
2072
|
|
2073 (autoload 'view-file "view-less" "\
|
|
2074 Find FILE, enter view mode. With prefix arg OTHER-P, use other window." t nil)
|
|
2075
|
|
2076 (autoload 'view-buffer "view-less" "\
|
|
2077 Switch to BUF, enter view mode. With prefix arg use other window." t nil)
|
|
2078
|
|
2079 (autoload 'view-file-other-window "view-less" "\
|
|
2080 Find FILE in other window, and enter view mode." t nil)
|
|
2081
|
|
2082 (autoload 'view-buffer-other-window "view-less" "\
|
|
2083 Switch to BUFFER in another window, and enter view mode." t nil)
|
|
2084
|
|
2085 (autoload 'view-minor-mode "view-less" "\
|
|
2086 Minor mode for viewing text, with bindings like `less'.
|
|
2087 Commands are:
|
|
2088 \\<view-minor-mode-map>
|
|
2089 0..9 prefix args
|
|
2090 - prefix minus
|
|
2091 \\[scroll-up] page forward
|
|
2092 \\[scroll-down] page back
|
|
2093 \\[view-scroll-lines-up] scroll prefix-arg lines forward, default 1.
|
|
2094 \\[view-scroll-lines-down] scroll prefix-arg lines backward, default 1.
|
|
2095 \\[view-scroll-some-lines-down] scroll prefix-arg lines backward, default 10.
|
|
2096 \\[view-scroll-some-lines-up] scroll prefix-arg lines forward, default 10.
|
|
2097 \\[what-line] print line number
|
|
2098 \\[view-mode-describe] print this help message
|
|
2099 \\[view-search-forward] regexp search, uses previous string if you just hit RET
|
|
2100 \\[view-search-backward] as above but searches backward
|
|
2101 \\[view-repeat-search] repeat last search
|
|
2102 \\[view-goto-line] goto line prefix-arg, default 1
|
|
2103 \\[view-last-windowful] goto line prefix-arg, default last line
|
|
2104 \\[view-goto-percent] goto a position by percentage
|
|
2105 \\[toggle-truncate-lines] toggle truncate-lines
|
|
2106 \\[view-file] view another file
|
|
2107 \\[view-buffer] view another buffer
|
|
2108 \\[view-cleanup-backspaces] cleanup backspace constructions
|
|
2109 \\[shell-command] execute a shell command
|
|
2110 \\[shell-command-on-region] execute a shell command with the region as input
|
|
2111 \\[view-quit] exit view-mode, and bury the current buffer.
|
|
2112
|
|
2113 If invoked with the optional (prefix) arg non-nil, view-mode cleans up
|
|
2114 backspace constructions.
|
|
2115
|
|
2116 More precisely:
|
|
2117 \\{view-minor-mode-map}" t nil)
|
|
2118
|
|
2119 (autoload 'view-mode "view-less" "\
|
|
2120 View the current buffer using view-minor-mode. This exists to be 99.9%
|
|
2121 compatible with the implementations of `view-mode' in view.el and older
|
|
2122 versions of view-less.el." t nil)
|
|
2123
|
|
2124 (autoload 'view-major-mode "view-less" "\
|
|
2125 View the current buffer using view-mode, as a major mode.
|
|
2126 This function has a nonstandard name because `view-mode' is wrongly
|
|
2127 named but is like this for compatibility reasons." t nil)
|
|
2128
|
|
2129 (autoload 'auto-view-mode "view-less" "\
|
|
2130 If the file of the current buffer is not writable, call view-mode.
|
|
2131 This is meant to be added to `find-file-hooks'." nil nil)
|
|
2132
|
|
2133 ;;;***
|
|
2134
|
|
2135 ;;;### (autoloads (vrml-mode) "vrml-mode" "modes/vrml-mode.el")
|
|
2136
|
|
2137 (autoload 'vrml-mode "vrml-mode" "\
|
|
2138 Major mode for editing VRML code.
|
|
2139 Expression and list commands understand all VRML brackets.
|
|
2140 Tab indents for VRML code.
|
|
2141 Paragraphs are separated by blank lines only.
|
|
2142 Delete converts tabs to spaces as it moves back.
|
|
2143
|
|
2144 Variables controlling indentation style:
|
|
2145 vrml-indent-level
|
|
2146 Indentation of VRML statements within surrounding block.
|
|
2147
|
|
2148 Variables controlling user interaction with mode (see variable
|
|
2149 documentation for details):
|
|
2150 vrml-tab-always-indent
|
|
2151 Controls action of TAB key.
|
|
2152 vrml-auto-newline
|
|
2153 Non-nil means automatically newline before and after braces
|
|
2154 inserted in VRML code.
|
|
2155
|
|
2156 Turning on VRML mode calls the value of the variable `vrml-mode-hook'
|
|
2157 with no args, if that value is non-nil. Read the documentation for
|
|
2158 `vrml-mode-hook' to see what kinds of interesting hook functions
|
|
2159 already exist.
|
|
2160
|
|
2161 Commands:
|
|
2162 \\{vrml-mode-map}" t nil)
|
|
2163
|
|
2164 ;;;***
|
|
2165
|
165
|
2166 ;;;### (autoloads (winmgr-mode) "winmgr-mode" "modes/winmgr-mode.el")
|
|
2167
|
|
2168 (autoload 'winmgr-mode "winmgr-mode" "\
|
|
2169 Major mode for editing winmgr config files." t nil)
|
|
2170
|
|
2171 ;;;***
|
|
2172
|
163
|
2173 ;;;### (autoloads (xpm-mode) "xpm-mode" "modes/xpm-mode.el")
|
|
2174
|
|
2175 (autoload 'xpm-mode "xpm-mode" "\
|
|
2176 Treat the current buffer as an xpm file and colorize it.
|
|
2177
|
|
2178 Shift-button-1 lets you paint by dragging the mouse. Shift-button-1 on a
|
|
2179 color definition line will change the current painting color to that line's
|
|
2180 value.
|
|
2181
|
|
2182 Characters inserted from the keyboard will NOT be colored properly yet.
|
|
2183 Use the mouse, or do xpm-init (\\[xpm-init]) after making changes.
|
|
2184
|
|
2185 \\[xpm-add-color] Add a new color, prompting for character and value
|
|
2186 \\[xpm-show-image] show the current image at the top of the buffer
|
|
2187 \\[xpm-parse-color] parse the current line's color definition and add
|
|
2188 it to the color table. Provided as a means of changing colors.
|
|
2189 XPM minor mode bindings:
|
|
2190 \\{xpm-mode-map}" t nil)
|
|
2191
|
|
2192 ;;;***
|
|
2193
|
|
2194 ;;;### (autoloads (xrdb-mode) "xrdb-mode" "modes/xrdb-mode.el")
|
|
2195
|
|
2196 (autoload 'xrdb-mode "xrdb-mode" "\
|
|
2197 Major mode for editing xrdb config files" t nil)
|
|
2198
|
|
2199 ;;;***
|
|
2200
|
|
2201 (provide 'modes-autoloads)
|