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