1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343
|
;;; DO NOT MODIFY THIS FILE
(if (featurep 'w3-autoloads) (error "Already loaded"))
;;;### (autoloads (font-set-face-font 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" "lisp/font.el")
(autoload 'font-create-object "font" nil nil nil)
(autoload 'font-default-font-for-device "font" nil nil nil)
(autoload 'font-default-object-for-device "font" nil nil nil)
(autoload 'font-default-family-for-device "font" nil nil nil)
(autoload 'font-default-registry-for-device "font" nil nil nil)
(autoload 'font-default-encoding-for-device "font" nil nil nil)
(autoload 'font-default-size-for-device "font" nil nil nil)
(autoload 'x-font-build-cache "font" nil nil nil)
(autoload 'font-set-face-font "font" nil nil nil)
;;;***
;;;### (autoloads (url-register-auth-scheme url-get-authentication) "url-auth" "lisp/url-auth.el")
(autoload 'url-get-authentication "url-auth" "\
Return an authorization string suitable for use in the WWW-Authenticate
header in an HTTP/1.0 request.
URL is the url you are requesting authorization to. This can be either a
string representing the URL, or the parsed representation returned by
`url-generic-parse-url'
REALM is the realm at a specific site we are looking for. This should be a
string specifying the exact realm, or nil or the symbol 'any' to
specify that the filename portion of the URL should be used as the
realm
TYPE is the type of authentication to be returned. This is either a string
representing the type (basic, digest, etc), or nil or the symbol 'any'
to specify that any authentication is acceptable. If requesting 'any'
the strongest matching authentication will be returned. If this is
wrong, its no big deal, the error from the server will specify exactly
what type of auth to use
PROMPT is boolean - specifies whether to ask the user for a username/password
if one cannot be found in the cache" nil nil)
(autoload 'url-register-auth-scheme "url-auth" "\
Register an HTTP authentication method.
TYPE is a string or symbol specifying the name of the method. This
should be the same thing you expect to get returned in an Authenticate
header in HTTP/1.0 - it will be downcased.
FUNCTION is the function to call to get the authorization information. This
defaults to `url-?-auth', where ? is TYPE
RATING a rating between 1 and 10 of the strength of the authentication.
This is used when asking for the best authentication for a specific
URL. The item with the highest rating is returned." nil nil)
;;;***
;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached url-store-in-cache) "url-cache" "lisp/url-cache.el")
(autoload 'url-store-in-cache "url-cache" "\
Store buffer BUFF in the cache" nil nil)
(autoload 'url-is-cached "url-cache" "\
Return non-nil if the URL is cached." nil nil)
(autoload 'url-cache-extract "url-cache" "\
Extract FNAM from the local disk cache" nil nil)
(autoload 'url-cache-expired "url-cache" "\
Return t iff a cached file has expired." nil nil)
;;;***
;;;### (autoloads (url-cookie-handle-set-cookie url-cookie-retrieve url-cookie-write-file url-cookie-parse-file) "url-cookie" "lisp/url-cookie.el")
(autoload 'url-cookie-parse-file "url-cookie" nil nil nil)
(autoload 'url-cookie-write-file "url-cookie" nil nil nil)
(autoload 'url-cookie-retrieve "url-cookie" "\
Retrieves all the netscape-style cookies for a specified HOST and PATH" nil nil)
(autoload 'url-cookie-handle-set-cookie "url-cookie" nil nil nil)
;;;***
;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw" "lisp/url-gw.el")
(autoload 'url-gateway-nslookup-host "url-gw" "\
Attempt to resolve the given HOSTNAME using nslookup if possible." t nil)
(autoload 'url-open-stream "url-gw" "\
Open a stream to a host" nil nil)
;;;***
;;;### (autoloads (url-mail) "url-mail" "lisp/url-mail.el")
(autoload 'url-mail "url-mail" nil t nil)
;;;***
;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable dnsResolve dnsDomainIs isPlainHostName) "url-ns" "lisp/url-ns.el")
(autoload 'isPlainHostName "url-ns" nil nil nil)
(autoload 'dnsDomainIs "url-ns" nil nil nil)
(autoload 'dnsResolve "url-ns" nil nil nil)
(autoload 'isResolvable "url-ns" nil nil nil)
(autoload 'isInNet "url-ns" nil nil nil)
(autoload 'url-ns-prefs "url-ns" nil nil nil)
(autoload 'url-ns-user-pref "url-ns" nil nil nil)
;;;***
;;;### (autoloads (url-retrieve url-popup-info url-get-url-at-point url-do-setup url-setup-save-timer url-buffer-visiting url-normalize-url url-file-attributes) "url" "lisp/url.el")
(autoload 'url-file-attributes "url" "\
Return a list of attributes of URL.
Value is nil if specified file cannot be opened.
Otherwise, list elements are:
0. t for directory, string (name linked to) for symbolic link, or nil.
1. Number of links to file.
2. File uid.
3. File gid.
4. Last access time, as a list of two integers.
First integer has high-order 16 bits of time, second has low 16 bits.
5. Last modification time, likewise.
6. Last status change time, likewise.
7. Size in bytes. (-1, if number is out of range).
8. File modes, as a string of ten letters or dashes as in ls -l.
If URL is on an http server, this will return the content-type if possible.
9. t iff file's gid would change if file were deleted and recreated.
10. inode number.
11. Device number.
If file does not exist, returns nil." nil nil)
(autoload 'url-normalize-url "url" "\
Return a 'normalized' version of URL. This strips out default port
numbers, etc." nil nil)
(autoload 'url-buffer-visiting "url" "\
Return the name of a buffer (if any) that is visiting URL." nil nil)
(autoload 'url-setup-save-timer "url" "\
Reset the history list timer." t nil)
(autoload 'url-do-setup "url" "\
Do setup - this is to avoid conflict with user settings when URL is
dumped with emacs." nil nil)
(autoload 'url-get-url-at-point "url" "\
Get the URL closest to point, but don't change your
position. Has a preference for looking backward when not
directly on a symbol." nil nil)
(autoload 'url-popup-info "url" "\
Retrieve the HTTP/1.0 headers and display them in a temp buffer." nil nil)
(autoload 'url-retrieve "url" "\
Retrieve a document over the World Wide Web.
The document should be specified by its fully specified
Uniform Resource Locator. No parsing is done, just return the
document as the server sent it. The document is left in the
buffer specified by url-working-buffer. url-working-buffer is killed
immediately before starting the transfer, so that no buffer-local
variables interfere with the retrieval. HTTP/1.0 redirection will
be honored before this function exits." nil nil)
;;;***
;;;### (autoloads (w3-about) "w3-about" "lisp/w3-about.el")
(autoload 'w3-about "w3-about" nil nil nil)
;;;***
;;;### (autoloads (w3-do-text-entry w3-form-resurrect-widgets w3-form-add-element) "w3-forms" "lisp/w3-forms.el")
(autoload 'w3-form-add-element "w3-forms" nil nil nil)
(autoload 'w3-form-resurrect-widgets "w3-forms" nil nil nil)
(autoload 'w3-do-text-entry "w3-forms" nil nil nil)
;;;***
;;;### (autoloads (w3-hotlist-add-document w3-hotlist-add-document-at-point w3-use-hotlist w3-parse-hotlist w3-hotlist-append w3-hotlist-rename-entry w3-hotlist-delete w3-hotlist-refresh w3-hotlist-apropos w3-read-html-bookmarks) "w3-hot" "lisp/w3-hot.el")
(autoload 'w3-read-html-bookmarks "w3-hot" "\
Import an HTML file into the Emacs-w3 format." t nil)
(autoload 'w3-hotlist-apropos "w3-hot" "\
Show hotlist entries matching REGEXP." t nil)
(autoload 'w3-hotlist-refresh "w3-hot" "\
Reload the default hotlist file into memory" t nil)
(autoload 'w3-hotlist-delete "w3-hot" "\
Deletes a document from your hotlist file" t nil)
(autoload 'w3-hotlist-rename-entry "w3-hot" "\
Rename a hotlist item" t nil)
(autoload 'w3-hotlist-append "w3-hot" "\
Append a hotlist to the one in memory" t nil)
(autoload 'w3-parse-hotlist "w3-hot" "\
Read in the hotlist specified by FNAME" nil nil)
(autoload 'w3-use-hotlist "w3-hot" "\
Possibly go to a link in your W3/Mosaic hotlist.
This is part of the emacs World Wide Web browser. It will prompt for
one of the items in your 'hotlist'. A hotlist is a list of often
visited or interesting items you have found on the World Wide Web." t nil)
(autoload 'w3-hotlist-add-document-at-point "w3-hot" "\
Add the document pointed to by the hyperlink under point to the hotlist." t nil)
(autoload 'w3-hotlist-add-document "w3-hot" "\
Add this documents url to the hotlist" t nil)
;;;***
;;;### (autoloads (w3-show-dvi w3-parse-tree-to-latex) "w3-latex" "lisp/w3-latex.el")
(autoload 'w3-parse-tree-to-latex "w3-latex" nil nil nil)
(autoload 'w3-show-dvi "w3-latex" "\
Uses xdvi to show DVI file created from `w3-parse-tree-to-latex'." t nil)
;;;***
;;;### (autoloads (w3-preferences-edit) "w3-prefs" "w3/w3-prefs.el")
(autoload 'w3-preferences-edit "w3-prefs" nil t nil)
;;;***
;;;### (autoloads (w3-print-url-under-point w3-print-this-url) "w3-print" "w3/w3-print.el")
(autoload 'w3-print-this-url "w3-print" "\
Print out the current document (in LaTeX format)" t nil)
(autoload 'w3-print-url-under-point "w3-print" "\
Print out the url under point (in LaTeX format)" t nil)
;;;***
;;;### (autoloads (w3-display-stylesheet w3-handle-style) "w3-style" "w3/w3-style.el")
(autoload 'w3-handle-style "w3-style" nil nil nil)
(autoload 'w3-display-stylesheet "w3-style" "\
Display the stylesheet for the current document." t nil)
;;;***
;;;### (autoloads (w3-follow-link w3-follow-link-other-frame w3-do-setup w3 w3-version w3-preview-this-buffer w3-follow-url-at-point w3-follow-url-at-point-other-frame w3-maybe-follow-link w3-maybe-follow-link-mouse w3-fetch w3-fetch-other-frame w3-find-file w3-open-local) "w3" "w3/w3.el")
(autoload 'w3-open-local "w3" "\
Find a local file, and interpret it as a hypertext document.
It will prompt for an existing file or directory, and retrieve it as a
hypertext document." t nil)
(autoload 'w3-find-file "w3" "\
Find a local file, and interpret it as a hypertext document.
It will prompt for an existing file or directory, and retrieve it as a
hypertext document." t nil)
(autoload 'w3-fetch-other-frame "w3" "\
Attempt to follow the hypertext reference under point in a new frame.
With prefix-arg P, ignore viewers and dump the link straight
to disk." t nil)
(autoload 'w3-fetch "w3" "\
Retrieve a document over the World Wide Web.
Defaults to URL of the current document, if any.
With prefix argument, use the URL of the hyperlink under point instead." t nil)
(autoload 'w3-maybe-follow-link-mouse "w3" "\
Maybe follow a hypertext link under point.
If there is no link under point, this will try using
url-get-url-at-point" t nil)
(autoload 'w3-maybe-follow-link "w3" "\
Maybe follow a hypertext link under point.
If there is no link under point, this will try using
url-get-url-at-point" t nil)
(autoload 'w3-follow-url-at-point-other-frame "w3" "\
Follow the URL under PT, defaults to link under (point)" t nil)
(autoload 'w3-follow-url-at-point "w3" "\
Follow the URL under PT, defaults to link under (point)" t nil)
(autoload 'w3-preview-this-buffer "w3" "\
See what this buffer will look like when its formatted as HTML.
HTML is the HyperText Markup Language used by the World Wide Web to
specify formatting for text. More information on HTML can be found at
ftp.w3.org:/pub/www/doc." t nil)
(autoload 'w3-version "w3" "\
Show the version number of W3 in the minibuffer.
If optional argument HERE is non-nil, insert info at point." t nil)
(autoload 'w3 "w3" "\
Retrieve the default World Wide Web home page.
The World Wide Web is a global hypertext system started by CERN in
Switzerland in 1991.
The home page is specified by the variable w3-default-homepage. The
document should be specified by its fully specified Uniform Resource
Locator. The document will be parsed as HTML (if appropriate) and
displayed in a new buffer." t nil)
(autoload 'w3-do-setup "w3" "\
Do setup - this is to avoid conflict with user settings when W3 is
dumped with emacs." nil nil)
(autoload 'w3-follow-link-other-frame "w3" "\
Attempt to follow the hypertext reference under point in a new frame.
With prefix-arg P, ignore viewers and dump the link straight
to disk." nil nil)
(autoload 'w3-follow-link "w3" "\
Attempt to follow the hypertext reference under point.
With prefix-arg P, ignore viewers and dump the link straight
to disk." t nil)
;;;***
(provide 'w3-autoloads)
|