Mercurial > hg > xemacs-beta
comparison lisp/prim/auto-autoloads.el @ 110:fe104dbd9147 r20-1b7
Import from CVS: tag r20-1b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:19:45 +0200 |
parents | 360340f9fd5f |
children | 48d667d6f17f |
comparison
equal
deleted
inserted
replaced
109:e183fc049578 | 110:fe104dbd9147 |
---|---|
1054 | 1054 |
1055 ;;;### (autoloads (widget-browse-at) "wid-browse" "custom/wid-browse.el") | 1055 ;;;### (autoloads (widget-browse-at) "wid-browse" "custom/wid-browse.el") |
1056 | 1056 |
1057 (autoload 'widget-browse-at "wid-browse" "\ | 1057 (autoload 'widget-browse-at "wid-browse" "\ |
1058 Browse the widget under point." t nil) | 1058 Browse the widget under point." t nil) |
1059 | |
1060 ;;;*** | |
1061 | |
1062 ;;;### (autoloads (widget-delete widget-create) "wid-edit" "custom/wid-edit.el") | |
1063 | |
1064 (autoload 'widget-create "wid-edit" "\ | |
1065 Create widget of TYPE. | |
1066 The optional ARGS are additional keyword arguments." nil nil) | |
1067 | |
1068 (autoload 'widget-delete "wid-edit" "\ | |
1069 Delete WIDGET." nil nil) | |
1059 | 1070 |
1060 ;;;*** | 1071 ;;;*** |
1061 | 1072 |
1062 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec) "edebug" "edebug/edebug.el") | 1073 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec) "edebug" "edebug/edebug.el") |
1063 | 1074 |
2035 Return a list of all Zippy quotes matching REGEXP. | 2046 Return a list of all Zippy quotes matching REGEXP. |
2036 If called interactively, display a list of matches." t nil) | 2047 If called interactively, display a list of matches." t nil) |
2037 | 2048 |
2038 (autoload 'psychoanalyze-pinhead "yow" "\ | 2049 (autoload 'psychoanalyze-pinhead "yow" "\ |
2039 Zippy goes to the analyst." t nil) | 2050 Zippy goes to the analyst." t nil) |
2051 | |
2052 ;;;*** | |
2053 | |
2054 ;;;### (autoloads (gnats:summ-pr gnats:query-pr gnats:edit-pr gnats:view-pr gnats:gnats-mode) "gnats" "gnats/gnats.el") | |
2055 | |
2056 (defvar gnats::mode-name nil "\ | |
2057 Name of the GNATS mode.") | |
2058 | |
2059 (setq gnats::mode-name 'gnats:gnats-mode) | |
2060 | |
2061 (fset 'gnats-mode gnats::mode-name) | |
2062 | |
2063 (autoload 'gnats:gnats-mode "gnats" "\ | |
2064 Major mode for editing problem reports. | |
2065 For information about the form see gnats(1) and pr_form(5). | |
2066 | |
2067 When you are finished editing the buffer, type \\[gnats:submit-pr] to commit | |
2068 your changes to the PR database. To abort the edit, type | |
2069 \\[gnats:unlock-buffer]. | |
2070 | |
2071 Special commands: | |
2072 \\{gnats-mode-map} | |
2073 Turning on gnats-mode calls the value of the variable gnats-mode-hook, | |
2074 if it is not nil." nil nil) | |
2075 | |
2076 (fset 'view-pr 'gnats:view-pr) | |
2077 | |
2078 (autoload 'gnats:view-pr "gnats" "\ | |
2079 Visit the problem report named by the string ID. While viewing, press | |
2080 'e' to edit the currently viewed PR." t nil) | |
2081 | |
2082 (fset 'edit-pr 'gnats:edit-pr) | |
2083 | |
2084 (autoload 'gnats:edit-pr "gnats" "\ | |
2085 Edit the problem report named by the string ID." t nil) | |
2086 | |
2087 (fset 'query-pr 'gnats:query-pr) | |
2088 | |
2089 (autoload 'gnats:query-pr "gnats" "\ | |
2090 Run query-pr, with user-specified args, and collect output in a buffer. | |
2091 While query-pr runs asynchronously, you can use the \\[next-error] command | |
2092 to find the text that the hits refer to." t nil) | |
2093 | |
2094 (fset 'summ-pr 'gnats:summ-pr) | |
2095 | |
2096 (autoload 'gnats:summ-pr "gnats" "\ | |
2097 Run query-pr, with user-specified args, and display a pretty summary. | |
2098 Well, display a summary, at least." t nil) | |
2099 | |
2100 ;;;*** | |
2101 | |
2102 ;;;### (autoloads (send-pr:send-pr-mode send-pr:send-pr) "send-pr" "gnats/send-pr.el") | |
2103 | |
2104 (fset 'send-pr 'send-pr:send-pr) | |
2105 | |
2106 (autoload 'send-pr:send-pr "send-pr" "\ | |
2107 Create a buffer and read in the result of `send-pr -P'. | |
2108 When finished with editing the problem report use \\[send-pr:submit-pr] | |
2109 to send the PR with `send-pr -b -f -'." t nil) | |
2110 | |
2111 (fset 'send-pr-mode 'send-pr:send-pr-mode) | |
2112 | |
2113 (autoload 'send-pr:send-pr-mode "send-pr" "\ | |
2114 Major mode for submitting problem reports. | |
2115 For information about the form see gnats(1) and send-pr(1). | |
2116 Special commands: \\{send-pr-mode-map} | |
2117 Turning on send-pr-mode calls the value of the variable send-pr-mode-hook, | |
2118 if it is not nil." t nil) | |
2040 | 2119 |
2041 ;;;*** | 2120 ;;;*** |
2042 | 2121 |
2043 ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el") | 2122 ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el") |
2044 | 2123 |
3246 To submit a problem report, enter `\\[c-submit-bug-report]' from a | 3325 To submit a problem report, enter `\\[c-submit-bug-report]' from a |
3247 c-mode buffer. This automatically sets up a mail buffer with version | 3326 c-mode buffer. This automatically sets up a mail buffer with version |
3248 information already added. You just need to add a description of the | 3327 information already added. You just need to add a description of the |
3249 problem, including a reproducible test case and send the message. | 3328 problem, including a reproducible test case and send the message. |
3250 | 3329 |
3251 To see what version of cc-mode you are running, enter `\\[c-version]'. | 3330 To see what version of CC Mode you are running, enter `\\[c-version]'. |
3252 | 3331 |
3253 The hook variable `c-mode-hook' is run with no args, if that value is | 3332 The hook variable `c-mode-hook' is run with no args, if that value is |
3254 bound and has a non-nil value. Also the hook `c-mode-common-hook' is | 3333 bound and has a non-nil value. Also the hook `c-mode-common-hook' is |
3255 run first. | 3334 run first. |
3256 | 3335 |
3263 c++-mode buffer. This automatically sets up a mail buffer with | 3342 c++-mode buffer. This automatically sets up a mail buffer with |
3264 version information already added. You just need to add a description | 3343 version information already added. You just need to add a description |
3265 of the problem, including a reproducible test case, and send the | 3344 of the problem, including a reproducible test case, and send the |
3266 message. | 3345 message. |
3267 | 3346 |
3268 To see what version of cc-mode you are running, enter `\\[c-version]'. | 3347 To see what version of CC Mode you are running, enter `\\[c-version]'. |
3269 | 3348 |
3270 The hook variable `c++-mode-hook' is run with no args, if that | 3349 The hook variable `c++-mode-hook' is run with no args, if that |
3271 variable is bound and has a non-nil value. Also the hook | 3350 variable is bound and has a non-nil value. Also the hook |
3272 `c-mode-common-hook' is run first. | 3351 `c-mode-common-hook' is run first. |
3273 | 3352 |
3280 objc-mode buffer. This automatically sets up a mail buffer with | 3359 objc-mode buffer. This automatically sets up a mail buffer with |
3281 version information already added. You just need to add a description | 3360 version information already added. You just need to add a description |
3282 of the problem, including a reproducible test case, and send the | 3361 of the problem, including a reproducible test case, and send the |
3283 message. | 3362 message. |
3284 | 3363 |
3285 To see what version of cc-mode you are running, enter `\\[c-version]'. | 3364 To see what version of CC Mode you are running, enter `\\[c-version]'. |
3286 | 3365 |
3287 The hook variable `objc-mode-hook' is run with no args, if that value | 3366 The hook variable `objc-mode-hook' is run with no args, if that value |
3288 is bound and has a non-nil value. Also the hook `c-mode-common-hook' | 3367 is bound and has a non-nil value. Also the hook `c-mode-common-hook' |
3289 is run first. | 3368 is run first. |
3290 | 3369 |
3297 java-mode buffer. This automatically sets up a mail buffer with | 3376 java-mode buffer. This automatically sets up a mail buffer with |
3298 version information already added. You just need to add a description | 3377 version information already added. You just need to add a description |
3299 of the problem, including a reproducible test case and send the | 3378 of the problem, including a reproducible test case and send the |
3300 message. | 3379 message. |
3301 | 3380 |
3302 To see what version of cc-mode you are running, enter `\\[c-version]'. | 3381 To see what version of CC Mode you are running, enter `\\[c-version]'. |
3303 | 3382 |
3304 The hook variable `java-mode-hook' is run with no args, if that value | 3383 The hook variable `java-mode-hook' is run with no args, if that value |
3305 is bound and has a non-nil value. Also the common hook | 3384 is bound and has a non-nil value. Also the common hook |
3306 `c-mode-common-hook' is run first. Note that this mode automatically | 3385 `c-mode-common-hook' is run first. Note that this mode automatically |
3307 sets the \"java\" style before calling any hooks so be careful if you | 3386 sets the \"java\" style before calling any hooks so be careful if you |
3309 | 3388 |
3310 Key bindings: | 3389 Key bindings: |
3311 \\{java-mode-map}" t nil) | 3390 \\{java-mode-map}" t nil) |
3312 | 3391 |
3313 (autoload 'c-set-style "cc-mode" "\ | 3392 (autoload 'c-set-style "cc-mode" "\ |
3314 Set cc-mode variables to use one of several different indentation styles. | 3393 Set CC Mode variables to use one of several different indentation styles. |
3315 STYLENAME is a string representing the desired style from the list of | 3394 STYLENAME is a string representing the desired style from the list of |
3316 styles described in the variable `c-style-alist'. See that variable | 3395 styles described in the variable `c-style-alist'. See that variable |
3317 for details of setting up styles." t nil) | 3396 for details of setting up styles. |
3397 | |
3398 The variable `c-indentation-style' always contains the buffer's current | |
3399 style name." t nil) | |
3318 | 3400 |
3319 (fset 'set-c-style 'c-set-style) | 3401 (fset 'set-c-style 'c-set-style) |
3320 | 3402 |
3321 ;;;*** | 3403 ;;;*** |
3322 | 3404 |
3756 ;;;*** | 3838 ;;;*** |
3757 | 3839 |
3758 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") | 3840 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") |
3759 | 3841 |
3760 (autoload 'ksh-mode "ksh-mode" "\ | 3842 (autoload 'ksh-mode "ksh-mode" "\ |
3761 ksh-mode $Revision: 1.14 $ - Major mode for editing (Bourne, Korn or Bourne again) | 3843 ksh-mode $Revision: 1.15 $ - Major mode for editing (Bourne, Korn or Bourne again) |
3762 shell scripts. | 3844 shell scripts. |
3763 Special key bindings and commands: | 3845 Special key bindings and commands: |
3764 \\{ksh-mode-map} | 3846 \\{ksh-mode-map} |
3765 Variables controlling indentation style: | 3847 Variables controlling indentation style: |
3766 ksh-indent | 3848 ksh-indent |
4123 pascal-indent-level (default 3) | 4205 pascal-indent-level (default 3) |
4124 Indentation of Pascal statements with respect to containing block. | 4206 Indentation of Pascal statements with respect to containing block. |
4125 pascal-case-indent (default 2) | 4207 pascal-case-indent (default 2) |
4126 Indentation for case statements. | 4208 Indentation for case statements. |
4127 pascal-auto-newline (default nil) | 4209 pascal-auto-newline (default nil) |
4128 Non-nil means automatically newline after semicolons and the punctation mark | 4210 Non-nil means automatically newline after semicolons and the punctuation mark |
4129 after an end. | 4211 after an end. |
4130 pascal-tab-always-indent (default t) | 4212 pascal-tab-always-indent (default t) |
4131 Non-nil means TAB in Pascal mode should always reindent the current line, | 4213 Non-nil means TAB in Pascal mode should always reindent the current line, |
4132 regardless of where in the line point is when the TAB command is used. | 4214 regardless of where in the line point is when the TAB command is used. |
4133 pascal-auto-endcomments (default t) | 4215 pascal-auto-endcomments (default t) |
5109 | 5191 |
5110 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") | 5192 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") |
5111 | 5193 |
5112 (autoload 'vhdl-mode "vhdl-mode" "\ | 5194 (autoload 'vhdl-mode "vhdl-mode" "\ |
5113 Major mode for editing VHDL code. | 5195 Major mode for editing VHDL code. |
5114 vhdl-mode $Revision: 1.14 $ | 5196 vhdl-mode $Revision: 1.15 $ |
5115 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a | 5197 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a |
5116 vhdl-mode buffer. This automatically sets up a mail buffer with version | 5198 vhdl-mode buffer. This automatically sets up a mail buffer with version |
5117 information already added. You just need to add a description of the | 5199 information already added. You just need to add a description of the |
5118 problem, including a reproducible test case and send the message. | 5200 problem, including a reproducible test case and send the message. |
5119 | 5201 |
5961 | 6043 |
5962 ;;;*** | 6044 ;;;*** |
5963 | 6045 |
5964 ;;;### (autoloads (diff-backup diff) "diff" "packages/diff.el") | 6046 ;;;### (autoloads (diff-backup diff) "diff" "packages/diff.el") |
5965 | 6047 |
5966 (defvar diff-switches nil "\ | 6048 (defvar diff-switches "-c" "\ |
5967 *A list of switches (strings) to pass to the diff program.") | 6049 *A list of switches (strings) to pass to the diff program.") |
5968 | 6050 |
5969 (autoload 'diff "diff" "\ | 6051 (autoload 'diff "diff" "\ |
5970 Find and display the differences between OLD and NEW files. | 6052 Find and display the differences between OLD and NEW files. |
5971 Interactively you are prompted with the current buffer's file name for NEW | 6053 Interactively you are prompted with the current buffer's file name for NEW |
7536 | 7618 |
7537 ;;;*** | 7619 ;;;*** |
7538 | 7620 |
7539 ;;;### (autoloads (display-time) "time" "packages/time.el") | 7621 ;;;### (autoloads (display-time) "time" "packages/time.el") |
7540 | 7622 |
7541 (defvar display-time-day-and-date nil "\ | 7623 (defcustom display-time-day-and-date nil "*Non-nil means \\[display-time] should display day,date and time.\nThis affects the spec 'date in the variable display-time-form-list." :group 'display-time :type 'boolean) |
7542 *Non-nil means \\[display-time] should display day and date as well as time.") | |
7543 | 7624 |
7544 (autoload 'display-time "time" "\ | 7625 (autoload 'display-time "time" "\ |
7545 Display current time, load level, and mail flag in mode line of each buffer. | 7626 Display current time, load level, and mail flag in mode line of each buffer. |
7546 Updates automatically every minute. | 7627 Updates automatically every minute. |
7547 If `display-time-day-and-date' is non-nil, the current day and date | 7628 If `display-time-day-and-date' is non-nil, the current day and date |
8278 A group of spaces is partially replaced by tabs | 8359 A group of spaces is partially replaced by tabs |
8279 when this can be done without changing the column they end at. | 8360 when this can be done without changing the column they end at. |
8280 Called non-interactively, the region is specified by arguments | 8361 Called non-interactively, the region is specified by arguments |
8281 START and END, rather than by the position of point and mark. | 8362 START and END, rather than by the position of point and mark. |
8282 The variable `tab-width' controls the spacing of tab stops." t nil) | 8363 The variable `tab-width' controls the spacing of tab stops." t nil) |
8364 | |
8365 ;;;*** | |
8366 | |
8367 ;;;### (autoloads (with-timeout run-with-idle-timer run-with-timer run-at-time) "timer" "prim/timer.el") | |
8368 | |
8369 (autoload 'run-at-time "timer" "\ | |
8370 Perform an action after a delay of SECS seconds. | |
8371 Repeat the action every REPEAT seconds, if REPEAT is non-nil. | |
8372 TIME should be a string like \"11:23pm\", nil meaning now, a number of seconds | |
8373 from now, or a value from `encode-time'. | |
8374 REPEAT may be an integer or floating point number. | |
8375 The action is to call FUNCTION with arguments ARGS. | |
8376 | |
8377 This function returns a timer object which you can use in `cancel-timer'." t nil) | |
8378 | |
8379 (autoload 'run-with-timer "timer" "\ | |
8380 Perform an action after a delay of SECS seconds. | |
8381 Repeat the action every REPEAT seconds, if REPEAT is non-nil. | |
8382 SECS and REPEAT may be integers or floating point numbers. | |
8383 The action is to call FUNCTION with arguments ARGS. | |
8384 | |
8385 This function returns a timer object which you can use in `cancel-timer'." t nil) | |
8386 | |
8387 (autoload 'run-with-idle-timer "timer" "\ | |
8388 Perform an action the next time Emacs is idle for SECS seconds. | |
8389 If REPEAT is non-nil, do this each time Emacs is idle for SECS seconds. | |
8390 SECS may be an integer or a floating point number. | |
8391 The action is to call FUNCTION with arguments ARGS. | |
8392 | |
8393 This function returns a timer object which you can use in `cancel-timer'." t nil) | |
8394 | |
8395 (put 'with-timeout 'lisp-indent-function 1) | |
8396 | |
8397 (autoload 'with-timeout "timer" "\ | |
8398 Run BODY, but if it doesn't finish in SECONDS seconds, give up. | |
8399 If we give up, we run the TIMEOUT-FORMS and return the value of the last one. | |
8400 The call should look like: | |
8401 (with-timeout (SECONDS TIMEOUT-FORMS...) BODY...) | |
8402 The timeout is checked whenever Emacs waits for some kind of external | |
8403 event (such as keyboard input, input from subprocesses, or a certain time); | |
8404 if the program loops without waiting in any way, the timeout will not | |
8405 be detected." nil 'macro) | |
8283 | 8406 |
8284 ;;;*** | 8407 ;;;*** |
8285 | 8408 |
8286 ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) "userlock" "prim/userlock.el") | 8409 ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) "userlock" "prim/userlock.el") |
8287 | 8410 |
9640 there might be!! Trace output will quietly go to BUFFER without changing | 9763 there might be!! Trace output will quietly go to BUFFER without changing |
9641 the window or buffer configuration at all." t nil) | 9764 the window or buffer configuration at all." t nil) |
9642 | 9765 |
9643 ;;;*** | 9766 ;;;*** |
9644 | 9767 |
9645 ;;;### (autoloads (y-or-n-p-with-timeout yes-or-no-p-with-timeout with-timeout with-timeout-internal) "with-timeout" "utils/with-timeout.el") | |
9646 | |
9647 (autoload 'with-timeout-internal "with-timeout" nil nil nil) | |
9648 | |
9649 (autoload 'with-timeout "with-timeout" "\ | |
9650 Usage: (with-timeout (seconds &rest timeout-forms) &rest body) | |
9651 This is just like progn, but if the given number of seconds expires before | |
9652 the body returns, then timeout-forms are evaluated and returned instead. | |
9653 The body won't be interrupted in the middle of a computation: the check for | |
9654 the timer expiration only occurs when body does a redisplay, or prompts the | |
9655 user for input, or calls accept-process-output." nil 'macro) | |
9656 | |
9657 (autoload 'yes-or-no-p-with-timeout "with-timeout" "\ | |
9658 Just like yes-or-no-p, but will time out after TIMEOUT seconds | |
9659 if the user has not yes answered, returning DEFAULT-VALUE." nil nil) | |
9660 | |
9661 (autoload 'y-or-n-p-with-timeout "with-timeout" "\ | |
9662 Just like y-or-n-p, but will time out after TIMEOUT seconds | |
9663 if the user has not yes answered, returning DEFAULT-VALUE." nil nil) | |
9664 | |
9665 ;;;*** | |
9666 | |
9667 ;;;### (autoloads (xbm-button-create) "xbm-button" "utils/xbm-button.el") | 9768 ;;;### (autoloads (xbm-button-create) "xbm-button" "utils/xbm-button.el") |
9668 | 9769 |
9669 (autoload 'xbm-button-create "xbm-button" "\ | 9770 (autoload 'xbm-button-create "xbm-button" "\ |
9670 Returns a list of XBM image instantiators for a button displaying TEXT. | 9771 Returns a list of XBM image instantiators for a button displaying TEXT. |
9671 The list is of the form | 9772 The list is of the form |
9936 With prefix-arg P, ignore viewers and dump the link straight | 10037 With prefix-arg P, ignore viewers and dump the link straight |
9937 to disk." t nil) | 10038 to disk." t nil) |
9938 | 10039 |
9939 ;;;*** | 10040 ;;;*** |
9940 | 10041 |
9941 ;;;### (autoloads (widget-delete widget-create) "wid-edit" "w3/wid-edit.el") | |
9942 | |
9943 (autoload 'widget-create "wid-edit" "\ | |
9944 Create widget of TYPE. | |
9945 The optional ARGS are additional keyword arguments." nil nil) | |
9946 | |
9947 (autoload 'widget-delete "wid-edit" "\ | |
9948 Delete WIDGET." nil nil) | |
9949 | |
9950 ;;;*** | |
9951 | |
9952 ;;;### (autoloads (font-menu-weight-constructor font-menu-size-constructor font-menu-family-constructor reset-device-font-menus) "x-font-menu" "x11/x-font-menu.el") | 10042 ;;;### (autoloads (font-menu-weight-constructor font-menu-size-constructor font-menu-family-constructor reset-device-font-menus) "x-font-menu" "x11/x-font-menu.el") |
9953 | 10043 |
9954 (defvar font-menu-ignore-scaled-fonts t "\ | 10044 (defvar font-menu-ignore-scaled-fonts t "\ |
9955 *If non-nil, then the font menu will try to show only bitmap fonts.") | 10045 *If non-nil, then the font menu will try to show only bitmap fonts.") |
9956 | 10046 |