163
|
1 ;;; DO NOT MODIFY THIS FILE
|
183
|
2 (if (featurep 'w3-autoloads) (error "Already loaded"))
|
163
|
3
|
|
4 ;;;### (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")
|
|
5
|
|
6 (autoload 'font-create-object "font" nil nil nil)
|
|
7
|
|
8 (autoload 'font-default-font-for-device "font" nil nil nil)
|
|
9
|
|
10 (autoload 'font-default-object-for-device "font" nil nil nil)
|
|
11
|
|
12 (autoload 'font-default-family-for-device "font" nil nil nil)
|
|
13
|
|
14 (autoload 'font-default-registry-for-device "font" nil nil nil)
|
|
15
|
|
16 (autoload 'font-default-encoding-for-device "font" nil nil nil)
|
|
17
|
|
18 (autoload 'font-default-size-for-device "font" nil nil nil)
|
|
19
|
|
20 (autoload 'x-font-build-cache "font" nil nil nil)
|
|
21
|
|
22 ;;;***
|
|
23
|
|
24 ;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached url-store-in-cache) "url-cache" "w3/url-cache.el")
|
|
25
|
|
26 (autoload 'url-store-in-cache "url-cache" "\
|
|
27 Store buffer BUFF in the cache" nil nil)
|
|
28
|
|
29 (autoload 'url-is-cached "url-cache" "\
|
|
30 Return non-nil if the URL is cached." nil nil)
|
|
31
|
|
32 (autoload 'url-cache-extract "url-cache" "\
|
|
33 Extract FNAM from the local disk cache" nil nil)
|
|
34
|
|
35 (autoload 'url-cache-expired "url-cache" "\
|
|
36 Return t iff a cached file has expired." nil nil)
|
|
37
|
|
38 ;;;***
|
|
39
|
|
40 ;;;### (autoloads (url-gateway-nslookup-host) "url-gw" "w3/url-gw.el")
|
|
41
|
|
42 (autoload 'url-gateway-nslookup-host "url-gw" "\
|
|
43 Attempt to resolve the given HOSTNAME using nslookup if possible." t nil)
|
|
44
|
|
45 ;;;***
|
|
46
|
|
47 ;;;### (autoloads (url-retrieve url-popup-info url-get-url-at-point url-buffer-visiting url-normalize-url url-file-attributes) "url" "w3/url.el")
|
|
48
|
|
49 (autoload 'url-file-attributes "url" "\
|
|
50 Return a list of attributes of URL.
|
|
51 Value is nil if specified file cannot be opened.
|
|
52 Otherwise, list elements are:
|
|
53 0. t for directory, string (name linked to) for symbolic link, or nil.
|
|
54 1. Number of links to file.
|
|
55 2. File uid.
|
|
56 3. File gid.
|
|
57 4. Last access time, as a list of two integers.
|
|
58 First integer has high-order 16 bits of time, second has low 16 bits.
|
|
59 5. Last modification time, likewise.
|
|
60 6. Last status change time, likewise.
|
|
61 7. Size in bytes. (-1, if number is out of range).
|
|
62 8. File modes, as a string of ten letters or dashes as in ls -l.
|
|
63 If URL is on an http server, this will return the content-type if possible.
|
|
64 9. t iff file's gid would change if file were deleted and recreated.
|
|
65 10. inode number.
|
|
66 11. Device number.
|
|
67
|
|
68 If file does not exist, returns nil." nil nil)
|
|
69
|
|
70 (autoload 'url-normalize-url "url" "\
|
|
71 Return a 'normalized' version of URL. This strips out default port
|
|
72 numbers, etc." nil nil)
|
|
73
|
|
74 (autoload 'url-buffer-visiting "url" "\
|
|
75 Return the name of a buffer (if any) that is visiting URL." nil nil)
|
|
76
|
|
77 (autoload 'url-get-url-at-point "url" "\
|
|
78 Get the URL closest to point, but don't change your
|
|
79 position. Has a preference for looking backward when not
|
|
80 directly on a symbol." nil nil)
|
|
81
|
|
82 (autoload 'url-popup-info "url" "\
|
|
83 Retrieve the HTTP/1.0 headers and display them in a temp buffer." nil nil)
|
|
84
|
|
85 (autoload 'url-retrieve "url" "\
|
|
86 Retrieve a document over the World Wide Web.
|
|
87 The document should be specified by its fully specified
|
|
88 Uniform Resource Locator. No parsing is done, just return the
|
|
89 document as the server sent it. The document is left in the
|
|
90 buffer specified by url-working-buffer. url-working-buffer is killed
|
|
91 immediately before starting the transfer, so that no buffer-local
|
|
92 variables interfere with the retrieval. HTTP/1.0 redirection will
|
|
93 be honored before this function exits." nil nil)
|
|
94
|
|
95 ;;;***
|
|
96
|
|
97 ;;;### (autoloads (w3-hotlist-add-document w3-use-hotlist w3-hotlist-append w3-hotlist-rename-entry w3-hotlist-delete) "w3-hot" "w3/w3-hot.el")
|
|
98
|
|
99 (autoload 'w3-hotlist-delete "w3-hot" "\
|
|
100 Deletes a document from your hotlist file" t nil)
|
|
101
|
|
102 (autoload 'w3-hotlist-rename-entry "w3-hot" "\
|
|
103 Rename a hotlist item" t nil)
|
|
104
|
|
105 (autoload 'w3-hotlist-append "w3-hot" "\
|
|
106 Append a hotlist to the one in memory" t nil)
|
|
107
|
|
108 (autoload 'w3-use-hotlist "w3-hot" "\
|
|
109 Possibly go to a link in your W3/Mosaic hotlist.
|
|
110 This is part of the emacs World Wide Web browser. It will prompt for
|
|
111 one of the items in your 'hotlist'. A hotlist is a list of often
|
|
112 visited or interesting items you have found on the World Wide Web." t nil)
|
|
113
|
|
114 (autoload 'w3-hotlist-add-document "w3-hot" "\
|
|
115 Add this documents url to the hotlist" t nil)
|
|
116
|
|
117 ;;;***
|
|
118
|
|
119 ;;;### (autoloads (w3-follow-link w3-follow-link-other-frame w3-do-setup w3 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")
|
|
120
|
|
121 (autoload 'w3-open-local "w3" "\
|
|
122 Find a local file, and interpret it as a hypertext document.
|
|
123 It will prompt for an existing file or directory, and retrieve it as a
|
|
124 hypertext document." t nil)
|
|
125
|
|
126 (autoload 'w3-find-file "w3" "\
|
|
127 Find a local file, and interpret it as a hypertext document.
|
|
128 It will prompt for an existing file or directory, and retrieve it as a
|
|
129 hypertext document." t nil)
|
|
130
|
|
131 (autoload 'w3-fetch-other-frame "w3" "\
|
|
132 Attempt to follow the hypertext reference under point in a new frame.
|
|
133 With prefix-arg P, ignore viewers and dump the link straight
|
|
134 to disk." t nil)
|
|
135
|
|
136 (autoload 'w3-fetch "w3" "\
|
|
137 Retrieve a document over the World Wide Web.
|
|
138 Defaults to URL of the current document, if any.
|
|
139 With prefix argument, use the URL of the hyperlink under point instead." t nil)
|
|
140
|
|
141 (autoload 'w3-maybe-follow-link-mouse "w3" "\
|
|
142 Maybe follow a hypertext link under point.
|
|
143 If there is no link under point, this will try using
|
|
144 url-get-url-at-point" t nil)
|
|
145
|
|
146 (autoload 'w3-maybe-follow-link "w3" "\
|
|
147 Maybe follow a hypertext link under point.
|
|
148 If there is no link under point, this will try using
|
|
149 url-get-url-at-point" t nil)
|
|
150
|
|
151 (autoload 'w3-follow-url-at-point-other-frame "w3" "\
|
|
152 Follow the URL under PT, defaults to link under (point)" t nil)
|
|
153
|
|
154 (autoload 'w3-follow-url-at-point "w3" "\
|
|
155 Follow the URL under PT, defaults to link under (point)" t nil)
|
|
156
|
|
157 (autoload 'w3-preview-this-buffer "w3" "\
|
|
158 See what this buffer will look like when its formatted as HTML.
|
|
159 HTML is the HyperText Markup Language used by the World Wide Web to
|
|
160 specify formatting for text. More information on HTML can be found at
|
|
161 ftp.w3.org:/pub/www/doc." t nil)
|
|
162
|
|
163 (autoload 'w3 "w3" "\
|
|
164 Retrieve the default World Wide Web home page.
|
|
165 The World Wide Web is a global hypertext system started by CERN in
|
|
166 Switzerland in 1991.
|
|
167
|
|
168 The home page is specified by the variable w3-default-homepage. The
|
|
169 document should be specified by its fully specified Uniform Resource
|
|
170 Locator. The document will be parsed as HTML (if appropriate) and
|
|
171 displayed in a new buffer." t nil)
|
|
172
|
|
173 (autoload 'w3-do-setup "w3" "\
|
|
174 Do setup - this is to avoid conflict with user settings when W3 is
|
|
175 dumped with emacs." nil nil)
|
|
176
|
|
177 (autoload 'w3-follow-link-other-frame "w3" "\
|
|
178 Attempt to follow the hypertext reference under point in a new frame.
|
|
179 With prefix-arg P, ignore viewers and dump the link straight
|
|
180 to disk." nil nil)
|
|
181
|
|
182 (autoload 'w3-follow-link "w3" "\
|
|
183 Attempt to follow the hypertext reference under point.
|
|
184 With prefix-arg P, ignore viewers and dump the link straight
|
|
185 to disk." t nil)
|
|
186
|
|
187 ;;;***
|
|
188
|
|
189 (provide 'w3-autoloads)
|