comparison lisp/loaddefs.el @ 27016:62cd5f1749cc

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 28 Dec 1999 13:05:57 +0000
parents f281dfbf8cd2
children 7e06ce5ebfe3
comparison
equal deleted inserted replaced
27015:526f3b2398ce 27016:62cd5f1749cc
166 ;;;*** 166 ;;;***
167 167
168 ;;;### (autoloads (add-log-current-defun change-log-mode add-change-log-entry-other-window 168 ;;;### (autoloads (add-log-current-defun change-log-mode add-change-log-entry-other-window
169 ;;;;;; add-change-log-entry find-change-log prompt-for-change-log-name 169 ;;;;;; add-change-log-entry find-change-log prompt-for-change-log-name
170 ;;;;;; add-log-mailing-address add-log-full-name) "add-log" "add-log.el" 170 ;;;;;; add-log-mailing-address add-log-full-name) "add-log" "add-log.el"
171 ;;;;;; (14410 18533)) 171 ;;;;;; (14439 22994))
172 ;;; Generated autoloads from add-log.el 172 ;;; Generated autoloads from add-log.el
173 173
174 (defvar add-log-full-name nil "\ 174 (defvar add-log-full-name nil "\
175 *Full name of user, for inclusion in ChangeLog daily headers. 175 *Full name of user, for inclusion in ChangeLog daily headers.
176 This defaults to the value returned by the `user-full-name' function.") 176 This defaults to the value returned by the `user-full-name' function.")
362 (or (assoc "^/[^/:]*\\'" file-name-handler-alist) (setq file-name-handler-alist (cons (quote ("^/[^/:]*\\'" . ange-ftp-completion-hook-function)) file-name-handler-alist))) 362 (or (assoc "^/[^/:]*\\'" file-name-handler-alist) (setq file-name-handler-alist (cons (quote ("^/[^/:]*\\'" . ange-ftp-completion-hook-function)) file-name-handler-alist)))
363 363
364 ;;;*** 364 ;;;***
365 365
366 ;;;### (autoloads (antlr-set-tabs antlr-mode) "antlr-mode" "progmodes/antlr-mode.el" 366 ;;;### (autoloads (antlr-set-tabs antlr-mode) "antlr-mode" "progmodes/antlr-mode.el"
367 ;;;;;; (14393 24267)) 367 ;;;;;; (14431 34774))
368 ;;; Generated autoloads from progmodes/antlr-mode.el 368 ;;; Generated autoloads from progmodes/antlr-mode.el
369 369
370 (autoload (quote antlr-mode) "antlr-mode" "\ 370 (autoload (quote antlr-mode) "antlr-mode" "\
371 Major mode for editing ANTLR grammar files. 371 Major mode for editing ANTLR grammar files.
372 \\{antlr-mode-map}" t nil) 372 \\{antlr-mode-map}" t nil)
378 ;;;*** 378 ;;;***
379 379
380 ;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary 380 ;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary
381 ;;;;;; appt-display-duration appt-msg-window appt-display-mode-line 381 ;;;;;; appt-display-duration appt-msg-window appt-display-mode-line
382 ;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message) 382 ;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message)
383 ;;;;;; "appt" "calendar/appt.el" (14406 9730)) 383 ;;;;;; "appt" "calendar/appt.el" (14432 37852))
384 ;;; Generated autoloads from calendar/appt.el 384 ;;; Generated autoloads from calendar/appt.el
385 385
386 (defvar appt-issue-message t "\ 386 (defvar appt-issue-message t "\
387 *Non-nil means check for appointments in the diary buffer. 387 *Non-nil means check for appointments in the diary buffer.
388 To be detected, the diary entry must have the time 388 To be detected, the diary entry must have the time
1441 (autoload (quote snarf-bruces) "bruce" "\ 1441 (autoload (quote snarf-bruces) "bruce" "\
1442 Return a vector containing the lines from `bruce-phrases-file'." nil nil) 1442 Return a vector containing the lines from `bruce-phrases-file'." nil nil)
1443 1443
1444 ;;;*** 1444 ;;;***
1445 1445
1446 ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
1447 ;;;;;; "bs" "bs.el" (14440 44552))
1448 ;;; Generated autoloads from bs.el
1449
1450 (autoload (quote bs-cycle-next) "bs" "\
1451 Select next buffer defined by buffer cycling.
1452 The buffers taking part in buffer cycling are defined
1453 by buffer configuration `bs-cycle-configuration-name'." t nil)
1454
1455 (autoload (quote bs-cycle-previous) "bs" "\
1456 Select previous buffer defined by buffer cycling.
1457 The buffers taking part in buffer cycling are defined
1458 by buffer configuration `bs-cycle-configuration-name'." t nil)
1459
1460 (autoload (quote bs-customize) "bs" "\
1461 Customization of group bs for Buffer Selection Menu." t nil)
1462
1463 (autoload (quote bs-show) "bs" "\
1464 Make a menu of buffers so you can manipulate buffer list or buffers itself.
1465 \\<bs-mode-map>
1466 There are many key commands similar to `Buffer-menu-mode' for
1467 manipulating buffer list and buffers itself.
1468 User can move with [up] or [down], select a buffer
1469 by \\[bs-select] or [SPC]
1470
1471 Type \\[bs-kill] to leave Buffer Selection Menu without a selection.
1472 Type \\[bs-help] after invocation to get help on commands available.
1473 With prefix argument ARG show a different buffer list. Function
1474 `bs--configuration-name-for-prefix-arg' determine accordingly
1475 name of buffer configuration." t nil)
1476
1477 ;;;***
1478
1446 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile 1479 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
1447 ;;;;;; display-call-tree byte-compile compile-defun byte-compile-file 1480 ;;;;;; display-call-tree byte-compile compile-defun byte-compile-file
1448 ;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" 1481 ;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp"
1449 ;;;;;; "emacs-lisp/bytecomp.el" (14425 19316)) 1482 ;;;;;; "emacs-lisp/bytecomp.el" (14432 37858))
1450 ;;; Generated autoloads from emacs-lisp/bytecomp.el 1483 ;;; Generated autoloads from emacs-lisp/bytecomp.el
1451 1484
1452 (autoload (quote byte-force-recompile) "bytecomp" "\ 1485 (autoload (quote byte-force-recompile) "bytecomp" "\
1453 Recompile every `.el' file in DIRECTORY that already has a `.elc' file. 1486 Recompile every `.el' file in DIRECTORY that already has a `.elc' file.
1454 Files in subdirectories of DIRECTORY are processed also." t nil) 1487 Files in subdirectories of DIRECTORY are processed also." t nil)
2432 Calls the value of `command-history-hook' if that is non-nil. 2465 Calls the value of `command-history-hook' if that is non-nil.
2433 The Command History listing is recomputed each time this mode is invoked." t nil) 2466 The Command History listing is recomputed each time this mode is invoked." t nil)
2434 2467
2435 ;;;*** 2468 ;;;***
2436 2469
2437 ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (14160 15550)) 2470 ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (14432 37868))
2438 ;;; Generated autoloads from emacs-lisp/cl.el 2471 ;;; Generated autoloads from emacs-lisp/cl.el
2439 2472
2440 (defvar custom-print-functions nil "\ 2473 (defvar custom-print-functions nil "\
2441 This is a list of functions that format user objects for printing. 2474 This is a list of functions that format user objects for printing.
2442 Each function is called in turn with three arguments: the object, the 2475 Each function is called in turn with three arguments: the object, the
2605 ;;;*** 2638 ;;;***
2606 2639
2607 ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode 2640 ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode
2608 ;;;;;; compilation-mode grep-find grep compile compilation-search-path 2641 ;;;;;; compilation-mode grep-find grep compile compilation-search-path
2609 ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 2642 ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
2610 ;;;;;; "compile" "progmodes/compile.el" (14388 8490)) 2643 ;;;;;; "compile" "progmodes/compile.el" (14440 46010))
2611 ;;; Generated autoloads from progmodes/compile.el 2644 ;;; Generated autoloads from progmodes/compile.el
2612 2645
2613 (defvar compilation-mode-hook nil "\ 2646 (defvar compilation-mode-hook nil "\
2614 *List of hook functions run by `compilation-mode' (see `run-hooks').") 2647 *List of hook functions run by `compilation-mode' (see `run-hooks').")
2615 2648
3628 " t nil) 3661 " t nil)
3629 3662
3630 ;;;*** 3663 ;;;***
3631 3664
3632 ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 3665 ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
3633 ;;;;;; "emacs-lisp/debug.el" (14428 55109)) 3666 ;;;;;; "emacs-lisp/debug.el" (14432 49602))
3634 ;;; Generated autoloads from emacs-lisp/debug.el 3667 ;;; Generated autoloads from emacs-lisp/debug.el
3635 3668
3636 (setq debugger (quote debug)) 3669 (setq debugger (quote debug))
3637 3670
3638 (autoload (quote debug) "debug" "\ 3671 (autoload (quote debug) "debug" "\
5603 The magic number of such a command displays all lines but itself." t nil) 5636 The magic number of such a command displays all lines but itself." t nil)
5604 5637
5605 ;;;*** 5638 ;;;***
5606 5639
5607 ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot 5640 ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
5608 ;;;;;; expand-add-abbrevs) "expand" "expand.el" (14428 51143)) 5641 ;;;;;; expand-add-abbrevs) "expand" "expand.el" (14435 44141))
5609 ;;; Generated autoloads from expand.el 5642 ;;; Generated autoloads from expand.el
5610 5643
5611 (autoload (quote expand-add-abbrevs) "expand" "\ 5644 (autoload (quote expand-add-abbrevs) "expand" "\
5612 Add a list of abbrev to abbrev table TABLE. 5645 Add a list of abbrev to abbrev table TABLE.
5613 ABBREVS is a list of abbrev definitions; each abbrev description entry 5646 ABBREVS is a list of abbrev definitions; each abbrev description entry
7107 (defvar hide-ifdef-lines nil "\ 7140 (defvar hide-ifdef-lines nil "\
7108 *Non-nil means hide the #ifX, #else, and #endif lines.") 7141 *Non-nil means hide the #ifX, #else, and #endif lines.")
7109 7142
7110 ;;;*** 7143 ;;;***
7111 7144
7112 ;;;### (autoloads (hs-minor-mode hs-mouse-toggle-hiding hs-hide-all 7145 ;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all)
7113 ;;;;;; hs-show-hidden-short-form hs-hide-comments-when-hiding-all) 7146 ;;;;;; "hideshow" "progmodes/hideshow.el" (14440 46011))
7114 ;;;;;; "hideshow" "progmodes/hideshow.el" (13845 6001))
7115 ;;; Generated autoloads from progmodes/hideshow.el 7147 ;;; Generated autoloads from progmodes/hideshow.el
7116 7148
7117 (defvar hs-hide-comments-when-hiding-all t "\ 7149 (defvar hs-hide-comments-when-hiding-all t "\
7118 Hide the comments too when you do an `hs-hide-all'.") 7150 *Hide the comments too when you do an `hs-hide-all'.")
7119 7151
7120 (defvar hs-show-hidden-short-form t "\ 7152 (defvar hs-special-modes-alist (quote ((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (bibtex-mode ("^@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning))) "\
7121 Leave only the first line visible in a hidden block.
7122 If non-nil only the first line is visible when a block is in the
7123 hidden state, else both the first line and the last line are shown.
7124 A nil value disables `hs-adjust-block-beginning', which see.
7125
7126 An example of how this works: (in C mode)
7127 original:
7128
7129 /* My function main
7130 some more stuff about main
7131 */
7132 int
7133 main(void)
7134 {
7135 int x=0;
7136 return 0;
7137 }
7138
7139
7140 hidden and `hs-show-hidden-short-form' is nil
7141 /* My function main...
7142 */
7143 int
7144 main(void)
7145 {...
7146 }
7147
7148 hidden and `hs-show-hidden-short-form' is t
7149 /* My function main...
7150 int
7151 main(void)...
7152
7153 For the last case you have to be on the line containing the
7154 ellipsis when you do `hs-show-block'.")
7155
7156 (defvar hs-special-modes-alist (quote ((c-mode "{" "}" nil nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (java-mode "\\(\\(\\([ ]*\\(\\(abstract\\|final\\|native\\|p\\(r\\(ivate\\|otected\\)\\|ublic\\)\\|s\\(tatic\\|ynchronized\\)\\)[ \n]+\\)*[.a-zA-Z0-9_:]+[ \n]*\\(\\[[ \n]*\\][ \n]*\\)?\\([a-zA-Z0-9_:]+[ \n]*\\)([^)]*)\\([ \n ]+throws[ \n][^{]+\\)?\\)\\|\\([ ]*static[^{]*\\)\\)[ \n]*{\\)" "}" "/[*/]" java-hs-forward-sexp hs-c-like-adjust-block-beginning))) "\
7157 *Alist for initializing the hideshow variables for different modes. 7153 *Alist for initializing the hideshow variables for different modes.
7158 It has the form 7154 Each element has the form
7159 (MODE START END COMMENT-START FORWARD-SEXP-FUNC ADJUST-BEG-FUNC). 7155 (MODE START END COMMENT-START FORWARD-SEXP-FUNC ADJUST-BEG-FUNC).
7160 If present, hideshow will use these values as regexps for start, end 7156
7161 and comment-start, respectively. Since Algol-ish languages do not have 7157 If non-nil, hideshow will use these values as regexps to define blocks
7162 single-character block delimiters, the function `forward-sexp' used 7158 and comments, respectively for major mode MODE.
7163 by hideshow doesn't work. In this case, if a similar function is 7159
7164 available, you can register it and have hideshow use it instead of 7160 START, END and COMMENT-START are regular expressions. A block is
7165 `forward-sexp'. See the documentation for `hs-adjust-block-beginning' 7161 defined as text surrounded by START and END.
7166 to see what is the use of ADJUST-BEG-FUNC. 7162
7167 7163 As a special case, START may be a list of the form (COMPLEX-START
7168 If any of those is left nil, hideshow will try to guess some values 7164 MDATA-SELECTOR), where COMPLEX-START is a regexp w/ multiple parts and
7169 using function `hs-grok-mode-type'. 7165 MDATA-SELECTOR an integer that specifies which sub-match is the proper
7170 7166 place to adjust point, before calling `hs-forward-sexp-func'. For
7171 Note that the regexps should not contain leading or trailing whitespace.") 7167 example, see the `hs-special-modes-alist' entry for `bibtex-mode'.
7172 7168
7173 (autoload (quote hs-hide-all) "hideshow" "\ 7169 For some major modes, `forward-sexp' does not work properly. In those
7174 Hide all top-level blocks, displaying only first and last lines. 7170 cases, FORWARD-SEXP-FUNC specifies another function to use instead.
7175 Move point to the beginning of the line, and it run the normal hook 7171
7176 `hs-hide-hook'. See documentation for `run-hooks'. 7172 See the documentation for `hs-adjust-block-beginning' to see what is the
7177 If `hs-hide-comments-when-hiding-all' is t, also hide the comments." t nil) 7173 use of ADJUST-BEG-FUNC.
7178 7174
7179 (autoload (quote hs-mouse-toggle-hiding) "hideshow" "\ 7175 If any of the elements is left nil or omitted, hideshow tries to guess
7180 Toggle hiding/showing of a block. 7176 appropriate values. The regexps should not contain leading or trailing
7181 Should be bound to a mouse key." t nil) 7177 whitespace. Case does not matter.")
7182 7178
7183 (autoload (quote hs-minor-mode) "hideshow" "\ 7179 (autoload (quote hs-minor-mode) "hideshow" "\
7184 Toggle hideshow minor mode. 7180 Toggle hideshow minor mode.
7185 With ARG, turn hideshow minor mode on if ARG is positive, off otherwise. 7181 With ARG, turn hideshow minor mode on if ARG is positive, off otherwise.
7186 When hideshow minor mode is on, the menu bar is augmented with hideshow 7182 When hideshow minor mode is on, the menu bar is augmented with hideshow
7187 commands and the hideshow commands are enabled. 7183 commands and the hideshow commands are enabled.
7188 The value '(hs . t) is added to `buffer-invisibility-spec'. 7184 The value '(hs . t) is added to `buffer-invisibility-spec'.
7189 Last, the normal hook `hs-minor-mode-hook' is run; see the doc 7185 Last, the normal hook `hs-minor-mode-hook' is run; see `run-hooks'.
7190 for `run-hooks'.
7191 7186
7192 The main commands are: `hs-hide-all', `hs-show-all', `hs-hide-block', 7187 The main commands are: `hs-hide-all', `hs-show-all', `hs-hide-block',
7193 `hs-show-block', `hs-hide-level' and `hs-show-region'. 7188 `hs-show-block', `hs-hide-level' and `hs-show-region'. There is also
7194 Also see the documentation for the variable `hs-show-hidden-short-form'. 7189 `hs-hide-initial-comment-block' and `hs-mouse-toggle-hiding'.
7195 7190
7196 Turning hideshow minor mode off reverts the menu bar and the 7191 Turning hideshow minor mode off reverts the menu bar and the
7197 variables to default values and disables the hideshow commands. 7192 variables to default values and disables the hideshow commands.
7198 7193
7199 Key bindings: 7194 Key bindings:
7461 Turning on Icon mode calls the value of the variable `icon-mode-hook' 7456 Turning on Icon mode calls the value of the variable `icon-mode-hook'
7462 with no args, if that value is non-nil." t nil) 7457 with no args, if that value is non-nil." t nil)
7463 7458
7464 ;;;*** 7459 ;;;***
7465 7460
7461 ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
7462 ;;;;;; (14430 3722))
7463 ;;; Generated autoloads from progmodes/idlwave.el
7464
7465 (autoload (quote idlwave-mode) "idlwave" "\
7466 Major mode for editing IDL and WAVE CL .pro files.
7467
7468 The main features of this mode are
7469
7470 1. Indentation and Formatting
7471 --------------------------
7472 Like other Emacs programming modes, C-j inserts a newline and indents.
7473 TAB is used for explicit indentation of the current line.
7474
7475 To start a continuation line, use \\[idlwave-split-line]. This function can also
7476 be used in the middle of a line to split the line at that point.
7477 When used inside a long constant string, the string is split at
7478 that point with the `+' concatenation operator.
7479
7480 Comments are indented as follows:
7481
7482 `;;;' Indentation remains unchanged.
7483 `;;' Indent like the surrounding code
7484 `;' Indent to a minimum column.
7485
7486 The indentation of comments starting in column 0 is never changed.
7487
7488 Use \\[idlwave-fill-paragraph] to refill a paragraph inside a comment. The indentation
7489 of the second line of the paragraph relative to the first will be
7490 retained. Use \\[idlwave-auto-fill-mode] to toggle auto-fill mode for these comments.
7491 When the variable `idlwave-fill-comment-line-only' is nil, code
7492 can also be auto-filled and auto-indented (not recommended).
7493
7494 To convert pre-existing IDL code to your formatting style, mark the
7495 entire buffer with \\[mark-whole-buffer] and execute \\[idlwave-expand-region-abbrevs].
7496 Then mark the entire buffer again followed by \\[indent-region] (`indent-region').
7497
7498 2. Routine Info
7499 ------------
7500 IDLWAVE displays information about the calling sequence and the accepted
7501 keyword parameters of a procedure or function with \\[idlwave-routine-info].
7502 \\[idlwave-find-module] jumps to the source file of a module.
7503 These commands know about system routines, all routines in idlwave-mode
7504 buffers and (when the idlwave-shell is active) about all modules
7505 currently compiled under this shell. Use \\[idlwave-update-routine-info] to update this
7506 information, which is also used for completion (see next item).
7507
7508 3. Completion
7509 ----------
7510 \\[idlwave-complete] completes the names of procedures, functions and
7511 keyword parameters. It is context sensitive and figures out what
7512 is expected at point (procedure/function/keyword). Lower case
7513 strings are completed in lower case, other strings in mixed or
7514 upper case.
7515
7516 4. Code Templates and Abbreviations
7517 --------------------------------
7518 Many Abbreviations are predefined to expand to code fragments and templates.
7519 The abbreviations start generally with a `\\`. Some examples
7520
7521 \\pr PROCEDURE template
7522 \\fu FUNCTION template
7523 \\c CASE statement template
7524 \\f FOR loop template
7525 \\r REPEAT Loop template
7526 \\w WHILE loop template
7527 \\i IF statement template
7528 \\elif IF-ELSE statement template
7529 \\b BEGIN
7530
7531 For a full list, use \\[idlwave-list-abbrevs]. Some templates also have
7532 direct keybindings - see the list of keybindings below.
7533
7534 \\[idlwave-doc-header] inserts a documentation header at the beginning of the
7535 current program unit (pro, function or main). Change log entries
7536 can be added to the current program unit with \\[idlwave-doc-modification].
7537
7538 5. Automatic Case Conversion
7539 -------------------------
7540 The case of reserved words and some abbrevs is controlled by
7541 `idlwave-reserved-word-upcase' and `idlwave-abbrev-change-case'.
7542
7543 6. Automatic END completion
7544 ------------------------
7545 If the variable `idlwave-expand-generic-end' is non-nil, each END typed
7546 will be converted to the specific version, like ENDIF, ENDFOR, etc.
7547
7548 7. Hooks
7549 -----
7550 Loading idlwave.el runs `idlwave-load-hook'.
7551 Turning on `idlwave-mode' runs `idlwave-mode-hook'.
7552
7553 8. Documentation and Customization
7554 -------------------------------
7555 Info documentation for this package is available. Use \\[idlwave-info]
7556 to display (complain to your sysadmin if that does not work).
7557 For Postscript and HTML versions of the documentation, check IDLWAVE's
7558 homepage at `http://www.strw.leidenuniv.nl/~dominik/Tools/idlwave'.
7559 IDLWAVE has customize support - see the group `idlwave'.
7560
7561 9. Keybindings
7562 -----------
7563 Here is a list of all keybindings of this mode.
7564 If some of the key bindings below show with ??, use \\[describe-key]
7565 followed by the key sequence to see what the key sequence does.
7566
7567 \\{idlwave-mode-map}" t nil)
7568
7569 ;;;***
7570
7571 ;;;### (autoloads (idlwave-shell) "idlwave-shell" "progmodes/idlwave-shell.el"
7572 ;;;;;; (14430 3857))
7573 ;;; Generated autoloads from progmodes/idlwave-shell.el
7574
7575 (autoload (quote idlwave-shell) "idlwave-shell" "\
7576 Run an inferior IDL, with I/O through buffer `(idlwave-shell-buffer)'.
7577 If buffer exists but shell process is not running, start new IDL.
7578 If buffer exists and shell process is running, just switch to the buffer.
7579
7580 When called with a prefix ARG, or when `idlwave-shell-use-dedicated-frame'
7581 is non-nil, the shell buffer and the source buffers will be in
7582 separate frames.
7583
7584 The command to run comes from variable `idlwave-shell-explicit-file-name'.
7585
7586 The buffer is put in `idlwave-shell-mode', providing commands for sending
7587 input and controlling the IDL job. See help on `idlwave-shell-mode'.
7588 See also the variable `idlwave-shell-prompt-pattern'.
7589
7590 \(Type \\[describe-mode] in the shell buffer for a list of commands.)" t nil)
7591
7592 ;;;***
7593
7466 ;;;### (autoloads (ielm) "ielm" "ielm.el" (13638 47263)) 7594 ;;;### (autoloads (ielm) "ielm" "ielm.el" (13638 47263))
7467 ;;; Generated autoloads from ielm.el 7595 ;;; Generated autoloads from ielm.el
7468 (add-hook 'same-window-buffer-names "*ielm*") 7596 (add-hook 'same-window-buffer-names "*ielm*")
7469 7597
7470 (autoload (quote ielm) "ielm" "\ 7598 (autoload (quote ielm) "ielm" "\
7967 ;;;### (autoloads (ispell-message ispell-minor-mode ispell-complete-word-interior-frag 8095 ;;;### (autoloads (ispell-message ispell-minor-mode ispell-complete-word-interior-frag
7968 ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings 8096 ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
7969 ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 8097 ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
7970 ;;;;;; ispell-help ispell-word ispell-dictionary-alist ispell-local-dictionary-alist 8098 ;;;;;; ispell-help ispell-word ispell-dictionary-alist ispell-local-dictionary-alist
7971 ;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" 8099 ;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el"
7972 ;;;;;; (14381 63241)) 8100 ;;;;;; (14440 46011))
7973 ;;; Generated autoloads from textmodes/ispell.el 8101 ;;; Generated autoloads from textmodes/ispell.el
7974 8102
7975 (defvar ispell-personal-dictionary nil "\ 8103 (defvar ispell-personal-dictionary nil "\
7976 *File name of your personal spelling dictionary, or nil. 8104 *File name of your personal spelling dictionary, or nil.
7977 If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used, 8105 If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used,
8334 Unconditionally turn on Just-in-time Lock mode." nil nil) 8462 Unconditionally turn on Just-in-time Lock mode." nil nil)
8335 8463
8336 ;;;*** 8464 ;;;***
8337 8465
8338 ;;;### (autoloads (auto-compression-mode) "jka-compr" "jka-compr.el" 8466 ;;;### (autoloads (auto-compression-mode) "jka-compr" "jka-compr.el"
8339 ;;;;;; (14345 52910)) 8467 ;;;;;; (14440 46009))
8340 ;;; Generated autoloads from jka-compr.el 8468 ;;; Generated autoloads from jka-compr.el
8341 8469
8342 (defvar auto-compression-mode nil "\ 8470 (defvar auto-compression-mode nil "\
8343 Toggle automatic file compression and uncompression. 8471 Toggle automatic file compression and uncompression.
8344 Setting this variable directly does not take effect; 8472 Setting this variable directly does not take effect;
8601 shown; this is often useful to constrain a big search." t nil) 8729 shown; this is often useful to constrain a big search." t nil)
8602 8730
8603 ;;;*** 8731 ;;;***
8604 8732
8605 ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 8733 ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
8606 ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (14359 8734 ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (14440
8607 ;;;;;; 3115)) 8735 ;;;;;; 46009))
8608 ;;; Generated autoloads from lpr.el 8736 ;;; Generated autoloads from lpr.el
8609 8737
8610 (defvar printer-name (if (memq system-type (quote (ms-dos windows-nt))) "PRN") "\ 8738 (defvar printer-name (if (memq system-type (quote (ms-dos windows-nt))) "PRN") "\
8611 *The name of a local printer to which data is sent for printing. 8739 *The name of a local printer to which data is sent for printing.
8612 \(Note that PostScript files are sent to `ps-printer-name', which see.) 8740 \(Note that PostScript files are sent to `ps-printer-name', which see.)
8638 `printer-name' as the destination for output; any other program is 8766 `printer-name' as the destination for output; any other program is
8639 treated like `lpr' except that an explicit filename is given as the last 8767 treated like `lpr' except that an explicit filename is given as the last
8640 argument.") 8768 argument.")
8641 8769
8642 (autoload (quote lpr-buffer) "lpr" "\ 8770 (autoload (quote lpr-buffer) "lpr" "\
8643 Print buffer contents as with Unix command `lpr'. 8771 Print buffer contents without pagination or page headers.
8644 `lpr-switches' is a list of extra switches (strings) to pass to lpr." t nil) 8772 See the variables `lpr-switches' and `lpr-command'
8773 for customization of the printer command." t nil)
8645 8774
8646 (autoload (quote print-buffer) "lpr" "\ 8775 (autoload (quote print-buffer) "lpr" "\
8647 Paginate and print buffer contents. 8776 Paginate and print buffer contents.
8648 Normally invokes `pr' for pagination, but see the variable 8777
8649 `lpr-page-header-program'. Printing is normally done with `lpr' 8778 The variable `lpr-headers-switches' controls how to paginate.
8650 or `lp'; the variable `lpr-command' changes this. 8779 If it is nil (the default), we run the `pr' program (or whatever program
8651 8780 `lpr-page-header-program' specifies) to paginate.
8652 Also see the variables `lpr-switches' and `lpr-page-header-switches' 8781 `lpr-page-header-switches' specifies the switches for that program.
8653 for further customization of the commands used." t nil) 8782
8783 Otherwise, the switches in `lpr-headers-switches' are used
8784 in the print command itself; we expect them to request pagination.
8785
8786 See the variables `lpr-switches' and `lpr-command'
8787 for further customization of the printer command." t nil)
8654 8788
8655 (autoload (quote lpr-region) "lpr" "\ 8789 (autoload (quote lpr-region) "lpr" "\
8656 Print region contents as with Unix command `lpr'. 8790 Print region contents without pagination or page headers.
8657 `lpr-switches' is a list of extra switches (strings) to pass to lpr." t nil) 8791 See the variables `lpr-switches' and `lpr-command'
8792 for customization of the printer command." t nil)
8658 8793
8659 (autoload (quote print-region) "lpr" "\ 8794 (autoload (quote print-region) "lpr" "\
8660 Print region contents as with Unix command `lpr -p'. 8795 Paginate and print the region contents.
8661 `lpr-switches' is a list of extra switches (strings) to pass to lpr." t nil) 8796
8797 The variable `lpr-headers-switches' controls how to paginate.
8798 If it is nil (the default), we run the `pr' program (or whatever program
8799 `lpr-page-header-program' specifies) to paginate.
8800 `lpr-page-header-switches' specifies the switches for that program.
8801
8802 Otherwise, the switches in `lpr-headers-switches' are used
8803 in the print command itself; we expect them to request pagination.
8804
8805 See the variables `lpr-switches' and `lpr-command'
8806 for further customization of the printer command." t nil)
8662 8807
8663 ;;;*** 8808 ;;;***
8664 8809
8665 ;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (14425 19316)) 8810 ;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (14425 19316))
8666 ;;; Generated autoloads from ls-lisp.el 8811 ;;; Generated autoloads from ls-lisp.el
11618 This function is obsolete." t nil) 11763 This function is obsolete." t nil)
11619 11764
11620 ;;;*** 11765 ;;;***
11621 11766
11622 ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 11767 ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
11623 ;;;;;; (13730 30380)) 11768 ;;;;;; (14432 37919))
11624 ;;; Generated autoloads from progmodes/scheme.el 11769 ;;; Generated autoloads from progmodes/scheme.el
11625 11770
11626 (autoload (quote scheme-mode) "scheme" "\ 11771 (autoload (quote scheme-mode) "scheme" "\
11627 Major mode for editing Scheme code. 11772 Major mode for editing Scheme code.
11628 Editing commands are similar to those of lisp-mode. 11773 Editing commands are similar to those of `lisp-mode'.
11629 11774
11630 In addition, if an inferior Scheme process is running, some additional 11775 In addition, if an inferior Scheme process is running, some additional
11631 commands will be defined, for evaluating expressions and controlling 11776 commands will be defined, for evaluating expressions and controlling
11632 the interpreter, and the state of the process will be displayed in the 11777 the interpreter, and the state of the process will be displayed in the
11633 modeline of all Scheme buffers. The names of commands that interact 11778 modeline of all Scheme buffers. The names of commands that interact
11636 11781
11637 Commands: 11782 Commands:
11638 Delete converts tabs to spaces as it moves back. 11783 Delete converts tabs to spaces as it moves back.
11639 Blank lines separate paragraphs. Semicolons start comments. 11784 Blank lines separate paragraphs. Semicolons start comments.
11640 \\{scheme-mode-map} 11785 \\{scheme-mode-map}
11641 Entry to this mode calls the value of scheme-mode-hook 11786 Entry to this mode calls the value of `scheme-mode-hook'
11642 if that value is non-nil." t nil) 11787 if that value is non-nil." t nil)
11643 11788
11644 (autoload (quote dsssl-mode) "scheme" "\ 11789 (autoload (quote dsssl-mode) "scheme" "\
11645 Major mode for editing DSSSL code. 11790 Major mode for editing DSSSL code.
11646 Editing commands are similar to those of lisp-mode. 11791 Editing commands are similar to those of `lisp-mode'.
11647 11792
11648 Commands: 11793 Commands:
11649 Delete converts tabs to spaces as it moves back. 11794 Delete converts tabs to spaces as it moves back.
11650 Blank lines separate paragraphs. Semicolons start comments. 11795 Blank lines separate paragraphs. Semicolons start comments.
11651 \\{scheme-mode-map} 11796 \\{scheme-mode-map}
11929 \\{html-mode-map}" t nil) 12074 \\{html-mode-map}" t nil)
11930 12075
11931 ;;;*** 12076 ;;;***
11932 12077
11933 ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 12078 ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
11934 ;;;;;; (14424 59273)) 12079 ;;;;;; (14432 40418))
11935 ;;; Generated autoloads from progmodes/sh-script.el 12080 ;;; Generated autoloads from progmodes/sh-script.el
11936 12081
11937 (put (quote sh-mode) (quote mode-class) (quote special)) 12082 (put (quote sh-mode) (quote mode-class) (quote special))
11938 12083
11939 (autoload (quote sh-mode) "sh-script" "\ 12084 (autoload (quote sh-mode) "sh-script" "\