comparison lisp/prim/auto-autoloads.el @ 118:7d55a9ba150c r20-1b11

Import from CVS: tag r20-1b11
author cvs
date Mon, 13 Aug 2007 09:24:17 +0200
parents 9f59509498e1
children cca96a509cfe
comparison
equal deleted inserted replaced
117:578fd4947a72 118:7d55a9ba150c
1060 (autoload 'widget-browse-at "wid-browse" "\ 1060 (autoload 'widget-browse-at "wid-browse" "\
1061 Browse the widget under point." t nil) 1061 Browse the widget under point." t nil)
1062 1062
1063 ;;;*** 1063 ;;;***
1064 1064
1065 ;;;### (autoloads (widget-delete widget-create) "wid-edit" "custom/wid-edit.el") 1065 ;;;### (autoloads (widget-delete widget-create widget-apply) "wid-edit" "custom/wid-edit.el")
1066
1067 (autoload 'widget-apply "wid-edit" "\
1068 Apply the value of WIDGET's PROPERTY to the widget itself.
1069 ARGS are passed as extra arguments to the function." nil nil)
1066 1070
1067 (autoload 'widget-create "wid-edit" "\ 1071 (autoload 'widget-create "wid-edit" "\
1068 Create widget of TYPE. 1072 Create widget of TYPE.
1069 The optional ARGS are additional keyword arguments." nil nil) 1073 The optional ARGS are additional keyword arguments." nil nil)
1070 1074
1412 1416
1413 (defvar dired-mail-reader 'rmail "\ 1417 (defvar dired-mail-reader 'rmail "\
1414 *Mail reader used by dired for dired-read-mail (\\[dired-read-mail]). 1418 *Mail reader used by dired for dired-read-mail (\\[dired-read-mail]).
1415 The symbols 'rmail and 'vm are the only two allowed values.") 1419 The symbols 'rmail and 'vm are the only two allowed values.")
1416 1420
1421 (defvar dired-refresh-automatically t "\
1422 *If non-nil, refresh dired buffers automatically after file operations.")
1423
1417 (define-key ctl-x-map "d" 'dired) 1424 (define-key ctl-x-map "d" 'dired)
1418 1425
1419 (autoload 'dired "dired" "\ 1426 (autoload 'dired "dired" "\
1420 \"Edit\" directory DIRNAME--delete, rename, print, etc. some files in it. 1427 \"Edit\" directory DIRNAME--delete, rename, print, etc. some files in it.
1421 Optional second argument SWITCHES specifies the `ls' options used. 1428 Optional second argument SWITCHES specifies the `ls' options used.
1476 1483
1477 ;;;*** 1484 ;;;***
1478 1485
1479 ;;;### (autoloads (remote-path-file-handler-function) "efs-dump" "efs/efs-dump.el") 1486 ;;;### (autoloads (remote-path-file-handler-function) "efs-dump" "efs/efs-dump.el")
1480 1487
1488 (or (assoc efs-path-root-regexp file-name-handler-alist) (setq file-name-handler-alist (cons (cons efs-path-root-regexp 'remote-path-file-handler-function) file-name-handler-alist)))
1489
1490 (autoload 'remote-path-file-handler-function "efs-dump" "\
1491 Function to call special file handlers for remote files." nil nil)
1492
1493 ;;;***
1494
1495 ;;;### (autoloads nil "efs-fnh" "efs/efs-fnh.el")
1496
1481 (defvar allow-remote-paths t "\ 1497 (defvar allow-remote-paths t "\
1482 *Set this to nil if you don't want remote paths to access 1498 *Set this to nil if you don't want remote paths to access
1483 remote files.") 1499 remote files.")
1484
1485 (or (assoc efs-path-root-regexp file-name-handler-alist) (setq file-name-handler-alist (cons (cons efs-path-root-regexp 'remote-path-file-handler-function) file-name-handler-alist)))
1486
1487 (autoload 'remote-path-file-handler-function "efs-dump" "\
1488 Function to call special file handlers for remote files." nil nil)
1489 1500
1490 ;;;*** 1501 ;;;***
1491 1502
1492 ;;;### (autoloads (efs-root-file-name-completion efs-root-file-name-all-completions efs-set-passwd) "efs-netrc" "efs/efs-netrc.el") 1503 ;;;### (autoloads (efs-root-file-name-completion efs-root-file-name-all-completions efs-set-passwd) "efs-netrc" "efs/efs-netrc.el")
1493 1504
3378 Entry to this mode calls the value of bibtex-mode-hook if that value is 3389 Entry to this mode calls the value of bibtex-mode-hook if that value is
3379 non-nil." t nil) 3390 non-nil." t nil)
3380 3391
3381 ;;;*** 3392 ;;;***
3382 3393
3383 ;;;### (autoloads (c-set-style java-mode objc-mode c++-mode c-mode) "cc-mode" "modes/cc-mode.el") 3394 ;;;### (autoloads (c-add-style c-set-style java-mode objc-mode c++-mode c-mode) "cc-mode" "modes/cc-mode.el")
3384 3395
3385 (autoload 'c-mode "cc-mode" "\ 3396 (autoload 'c-mode "cc-mode" "\
3386 Major mode for editing K&R and ANSI C code. 3397 Major mode for editing K&R and ANSI C code.
3387 To submit a problem report, enter `\\[c-submit-bug-report]' from a 3398 To submit a problem report, enter `\\[c-submit-bug-report]' from a
3388 c-mode buffer. This automatically sets up a mail buffer with version 3399 c-mode buffer. This automatically sets up a mail buffer with version
3457 styles described in the variable `c-style-alist'. See that variable 3468 styles described in the variable `c-style-alist'. See that variable
3458 for details of setting up styles. 3469 for details of setting up styles.
3459 3470
3460 The variable `c-indentation-style' always contains the buffer's current 3471 The variable `c-indentation-style' always contains the buffer's current
3461 style name." t nil) 3472 style name." t nil)
3473
3474 (autoload 'c-add-style "cc-mode" "\
3475 Adds a style to `c-style-alist', or updates an existing one.
3476 STYLE is a string identifying the style to add or update. DESCRIP is
3477 an association list describing the style and must be of the form:
3478
3479 ((VARIABLE . VALUE) [(VARIABLE . VALUE) ...])
3480
3481 See the variable `c-style-alist' for the semantics of VARIABLE and
3482 VALUE. This function also sets the current style to STYLE using
3483 `c-set-style' if the optional SET-P flag is non-nil." t nil)
3462 3484
3463 (fset 'set-c-style 'c-set-style) 3485 (fset 'set-c-style 'c-set-style)
3464 3486
3465 ;;;*** 3487 ;;;***
3466 3488
3900 ;;;*** 3922 ;;;***
3901 3923
3902 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") 3924 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el")
3903 3925
3904 (autoload 'ksh-mode "ksh-mode" "\ 3926 (autoload 'ksh-mode "ksh-mode" "\
3905 ksh-mode $Revision: 1.18 $ - Major mode for editing (Bourne, Korn or Bourne again) 3927 ksh-mode $Revision: 1.19 $ - Major mode for editing (Bourne, Korn or Bourne again)
3906 shell scripts. 3928 shell scripts.
3907 Special key bindings and commands: 3929 Special key bindings and commands:
3908 \\{ksh-mode-map} 3930 \\{ksh-mode-map}
3909 Variables controlling indentation style: 3931 Variables controlling indentation style:
3910 ksh-indent 3932 ksh-indent
5256 5278
5257 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") 5279 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el")
5258 5280
5259 (autoload 'vhdl-mode "vhdl-mode" "\ 5281 (autoload 'vhdl-mode "vhdl-mode" "\
5260 Major mode for editing VHDL code. 5282 Major mode for editing VHDL code.
5261 vhdl-mode $Revision: 1.18 $ 5283 vhdl-mode $Revision: 1.19 $
5262 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a 5284 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a
5263 vhdl-mode buffer. This automatically sets up a mail buffer with version 5285 vhdl-mode buffer. This automatically sets up a mail buffer with version
5264 information already added. You just need to add a description of the 5286 information already added. You just need to add a description of the
5265 problem, including a reproducible test case and send the message. 5287 problem, including a reproducible test case and send the message.
5266 5288
7910 or submitted via `\\[webjump-submit-bug-report]'. The latest version can be 7932 or submitted via `\\[webjump-submit-bug-report]'. The latest version can be
7911 gotten from `http://www.cs.brown.edu/people/nwv/'." t nil) 7933 gotten from `http://www.cs.brown.edu/people/nwv/'." t nil)
7912 7934
7913 ;;;*** 7935 ;;;***
7914 7936
7915 ;;;### (autoloads (webster-spell webster-endings webster) "webster" "packages/webster.el") 7937 ;;;### (autoloads (webster-www) "webster-www" "packages/webster-www.el")
7916 7938
7917 (autoload 'webster "webster" "\ 7939 (autoload 'webster-www "webster-www" "\
7918 Look up a word in the Webster's dictionary. 7940 Look up a word in the Webster's dictionary at http://www.m-w.com using WWW." t nil)
7919 Open a network login connection to a webster host if necessary.
7920 Communication with host is recorded in a buffer *webster*." t nil)
7921
7922 (autoload 'webster-endings "webster" "\
7923 Look up endings for a word in the Webster's dictionary.
7924 Open a network login connection to a webster host if necessary.
7925 Communication with host is recorded in a buffer *webster*." t nil)
7926
7927 (autoload 'webster-spell "webster" "\
7928 Look spelling for a word in the Webster's dictionary.
7929 Open a network login connection to a webster host if necessary.
7930 Communication with host is recorded in a buffer *webster*." t nil)
7931 7941
7932 ;;;*** 7942 ;;;***
7933 7943
7934 ;;;### (autoloads (run-scheme) "xscheme" "packages/xscheme.el") 7944 ;;;### (autoloads (run-scheme) "xscheme" "packages/xscheme.el")
7935 7945
9093 menu item in the top-level menu. The cdr of the submenu list 9103 menu item in the top-level menu. The cdr of the submenu list
9094 is a list of menu items, as above." nil 'macro) 9104 is a list of menu items, as above." nil 'macro)
9095 9105
9096 ;;;*** 9106 ;;;***
9097 9107
9098 ;;;### (autoloads (insert-kbd-macro format-kbd-macro read-kbd-macro edit-named-kbd-macro edit-last-kbd-macro edit-kbd-macro) "edmacro" "utils/edmacro.el") 9108 ;;;### (autoloads (insert-kbd-macro format-kbd-macro kbd read-kbd-macro edit-named-kbd-macro edit-last-kbd-macro edit-kbd-macro) "edmacro" "utils/edmacro.el")
9099 9109
9100 (define-key ctl-x-map "\C-k" 'edit-kbd-macro) 9110 (define-key ctl-x-map "\C-k" 'edit-kbd-macro)
9101 9111
9102 (defvar edmacro-eight-bits nil "\ 9112 (defvar edmacro-eight-bits nil "\
9103 *Non-nil if edit-kbd-macro should leave 8-bit characters intact. 9113 *Non-nil if edit-kbd-macro should leave 8-bit characters intact.
9126 9136
9127 In Lisp, may also be called with a single STRING argument in which case 9137 In Lisp, may also be called with a single STRING argument in which case
9128 the result is returned rather than being installed as the current macro. 9138 the result is returned rather than being installed as the current macro.
9129 The result will be a string if possible, otherwise an event vector. 9139 The result will be a string if possible, otherwise an event vector.
9130 Second argument NEED-VECTOR means to return an event vector always." t nil) 9140 Second argument NEED-VECTOR means to return an event vector always." t nil)
9141
9142 (autoload 'kbd "edmacro" "\
9143 Convert KEYS to the internal Emacs key representation." nil 'macro)
9131 9144
9132 (autoload 'format-kbd-macro "edmacro" "\ 9145 (autoload 'format-kbd-macro "edmacro" "\
9133 Return the keyboard macro MACRO as a human-readable string. 9146 Return the keyboard macro MACRO as a human-readable string.
9134 This string is suitable for passing to `read-kbd-macro'. 9147 This string is suitable for passing to `read-kbd-macro'.
9135 Second argument VERBOSE means to put one command per line with comments. 9148 Second argument VERBOSE means to put one command per line with comments.
9903 9916
9904 (autoload 'vm-easy-menu-create-keymaps "vm-easymenu" nil nil nil) 9917 (autoload 'vm-easy-menu-create-keymaps "vm-easymenu" nil nil nil)
9905 9918
9906 ;;;*** 9919 ;;;***
9907 9920
9908 ;;;### (autoloads (x-font-build-cache font-default-size-for-device font-default-family-for-device font-default-object-for-device font-default-font-for-device font-create-object) "font" "w3/font.el") 9921 ;;;### (autoloads (x-font-build-cache font-default-size-for-device font-default-encoding-for-device font-default-registry-for-device font-default-family-for-device font-default-object-for-device font-default-font-for-device font-create-object) "font" "w3/font.el")
9909 9922
9910 (autoload 'font-create-object "font" nil nil nil) 9923 (autoload 'font-create-object "font" nil nil nil)
9911 9924
9912 (autoload 'font-default-font-for-device "font" nil nil nil) 9925 (autoload 'font-default-font-for-device "font" nil nil nil)
9913 9926
9914 (autoload 'font-default-object-for-device "font" nil nil nil) 9927 (autoload 'font-default-object-for-device "font" nil nil nil)
9915 9928
9916 (autoload 'font-default-family-for-device "font" nil nil nil) 9929 (autoload 'font-default-family-for-device "font" nil nil nil)
9930
9931 (autoload 'font-default-registry-for-device "font" nil nil nil)
9932
9933 (autoload 'font-default-encoding-for-device "font" nil nil nil)
9917 9934
9918 (autoload 'font-default-size-for-device "font" nil nil nil) 9935 (autoload 'font-default-size-for-device "font" nil nil nil)
9919 9936
9920 (autoload 'x-font-build-cache "font" nil nil nil) 9937 (autoload 'x-font-build-cache "font" nil nil nil)
9921 9938
9932 (autoload 'url-cache-extract "url-cache" "\ 9949 (autoload 'url-cache-extract "url-cache" "\
9933 Extract FNAM from the local disk cache" nil nil) 9950 Extract FNAM from the local disk cache" nil nil)
9934 9951
9935 (autoload 'url-cache-expired "url-cache" "\ 9952 (autoload 'url-cache-expired "url-cache" "\
9936 Return t iff a cached file has expired." nil nil) 9953 Return t iff a cached file has expired." nil nil)
9954
9955 ;;;***
9956
9957 ;;;### (autoloads (url-gateway-nslookup-host) "url-gw" "w3/url-gw.el")
9958
9959 (autoload 'url-gateway-nslookup-host "url-gw" "\
9960 Attempt to resolve the given HOSTNAME using nslookup if possible." t nil)
9937 9961
9938 ;;;*** 9962 ;;;***
9939 9963
9940 ;;;### (autoloads (url-retrieve url-popup-info url-get-url-at-point url-buffer-visiting url-normalize-url url-file-attributes) "url" "w3/url.el") 9964 ;;;### (autoloads (url-retrieve url-popup-info url-get-url-at-point url-buffer-visiting url-normalize-url url-file-attributes) "url" "w3/url.el")
9941 9965