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