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