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