-
Notifications
You must be signed in to change notification settings - Fork 0
/
auto-autoloads.el
373 lines (245 loc) · 10 KB
/
auto-autoloads.el
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
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
;;;### (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" "font.el"
;;;;;; (19905 45675))
;;; Generated autoloads from font.el
(autoload (quote font-create-object) "font" "\
Not documented
\(fn FONTNAME &optional DEVICE)" nil nil)
(autoload (quote font-default-font-for-device) "font" "\
Not documented
\(fn &optional DEVICE)" nil nil)
(autoload (quote font-default-object-for-device) "font" "\
Not documented
\(fn &optional DEVICE)" nil nil)
(autoload (quote font-default-family-for-device) "font" "\
Not documented
\(fn &optional DEVICE)" nil nil)
(autoload (quote font-default-registry-for-device) "font" "\
Not documented
\(fn &optional DEVICE)" nil nil)
(autoload (quote font-default-encoding-for-device) "font" "\
Not documented
\(fn &optional DEVICE)" nil nil)
(autoload (quote font-default-size-for-device) "font" "\
Not documented
\(fn &optional DEVICE)" nil nil)
(autoload (quote x-font-build-cache) "font" "\
Not documented
\(fn &optional DEVICE)" nil nil)
;;;***
;;;### (autoloads (turn-on-w3-dired w3-dired-find-file-dired w3-dired-minor-mode)
;;;;;; "w3-dired" "w3-dired.el" (19905 45675))
;;; Generated autoloads from w3-dired.el
(autoload (quote w3-dired-minor-mode) "w3-dired" "\
Minor mode for directory browsing with Emacs-W3.
\(fn &optional ARG)" t nil)
(autoload (quote w3-dired-find-file-dired) "w3-dired" "\
\"Edit\" directory DIR, but with additional URL-friendly bindings.
\(fn DIR)" t nil)
(autoload (quote turn-on-w3-dired) "w3-dired" "\
Unconditionally turn on W3 Dired bindings.
\(fn)" nil nil)
;;;***
;;;### (autoloads (w3-region) "w3-display" "w3-display.el" (19905
;;;;;; 45675))
;;; Generated autoloads from w3-display.el
(autoload (quote w3-region) "w3-display" "\
Parse and display the region of this buffer between ST and ND.
\(fn ST ND)" t nil)
;;;***
;;;### (autoloads (w3-do-text-entry w3-form-resurrect-widgets w3-form-add-element)
;;;;;; "w3-forms" "w3-forms.el" (19905 45675))
;;; Generated autoloads from w3-forms.el
(autoload (quote w3-form-add-element) "w3-forms" "\
Not documented
\(fn PLIST FACE)" nil nil)
(autoload (quote w3-form-resurrect-widgets) "w3-forms" "\
Not documented
\(fn)" nil nil)
(autoload (quote w3-do-text-entry) "w3-forms" "\
Not documented
\(fn WIDGET &rest IGNORE)" nil nil)
;;;***
;;;### (autoloads (w3-hotlist-view w3-hotlist-apropos w3-hotlist-refresh
;;;;;; w3-hotlist-delete w3-hotlist-add-document w3-hotlist-add-document-at-point
;;;;;; w3-use-hotlist w3-parse-hotlist w3-read-html-bookmarks) "w3-hot"
;;;;;; "w3-hot.el" (19905 45675))
;;; Generated autoloads from w3-hot.el
(autoload (quote w3-read-html-bookmarks) "w3-hot" "\
Import an HTML file into the Emacs-w3 format.
\(fn FNAME)" t nil)
(autoload (quote w3-parse-hotlist) "w3-hot" "\
Read in the hotlist specified by FNAME
\(fn &optional FNAME)" nil nil)
(autoload (quote 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.
\(fn)" t nil)
(autoload (quote w3-hotlist-add-document-at-point) "w3-hot" "\
Add the document pointed to by the hyperlink under point to the hotlist.
\(fn PREF-ARG)" t nil)
(autoload (quote w3-hotlist-add-document) "w3-hot" "\
Add this documents url to the hotlist
\(fn PREF-ARG &optional THE-TITLE THE-URL)" t nil)
(autoload (quote w3-hotlist-delete) "w3-hot" "\
Deletes a document from your hotlist file
\(fn)" t nil)
(autoload (quote w3-hotlist-refresh) "w3-hot" "\
Reload the default hotlist file into memory
\(fn)" t nil)
(autoload (quote w3-hotlist-apropos) "w3-hot" "\
Show hotlist entries matching REGEXP.
\(fn REGEXP)" t nil)
(autoload (quote w3-hotlist-view) "w3-hot" "\
Show the hotlist.
\(fn)" t nil)
;;;***
;;;### (autoloads (w3-hotindex-query w3-hotindex-delete-entry w3-hotindex-rename-entry
;;;;;; w3-hotindex-rm-key w3-hotindex-add-key) "w3-hotindex" "w3-hotindex.el"
;;;;;; (19905 45675))
;;; Generated autoloads from w3-hotindex.el
(autoload (quote w3-hotindex-add-key) "w3-hotindex" "\
*Add a keyword to an item in w3-hotindex. Completion is done
on the list of all keywords.
\(fn NAME KEYWORD)" t nil)
(autoload (quote w3-hotindex-rm-key) "w3-hotindex" "\
*Remove a keyword from an item of w3-hotindex.
\(fn ENTRY KEYWORD)" t nil)
(autoload (quote w3-hotindex-rename-entry) "w3-hotindex" "\
Renames an entry in the HotIndex. Intended to be called from
w3-hotlist-rename-entry. OLD should equal the entry to be renamed.
Case is therefore important.
\(fn OLD NEW)" nil nil)
(autoload (quote w3-hotindex-delete-entry) "w3-hotindex" "\
Deletes an entry in the HotIndex. Intended to be called from
w3-hotlist-delete. OLD should equal the entry to be deleted.
Case is therefore important.
\(fn TITLE)" nil nil)
(autoload (quote w3-hotindex-query) "w3-hotindex" "\
Query the HotIndex for KEY.
\(fn KEY)" t nil)
;;;***
;;;### (autoloads (w3-show-dvi w3-parse-tree-to-latex) "w3-latex"
;;;;;; "w3-latex.el" (19905 45675))
;;; Generated autoloads from w3-latex.el
(autoload (quote w3-parse-tree-to-latex) "w3-latex" "\
Not documented
\(fn TREE &optional URL)" nil nil)
(autoload (quote w3-show-dvi) "w3-latex" "\
Uses xdvi to show DVI file created from `w3-parse-tree-to-latex'.
\(fn)" t nil)
;;;***
;;;### (autoloads (w3-print-this-url) "w3-print" "w3-print.el" (19905
;;;;;; 45675))
;;; Generated autoloads from w3-print.el
(autoload (quote w3-print-this-url) "w3-print" "\
Print out the current document
\(fn &optional URL FORMAT)" t nil)
;;;***
;;;### (autoloads (w3-table-setup-keys w3-table-speak-current-table-column)
;;;;;; "w3-speak-table" "w3-speak-table.el" (19905 45675))
;;; Generated autoloads from w3-speak-table.el
(autoload (quote w3-table-speak-current-table-column) "w3-speak-table" "\
Speak current table column. Prefix arg can be used to specify the desired table nesting.
\(fn &optional AT-DEPTH TABLE-INFO)" t nil)
(autoload (quote w3-table-setup-keys) "w3-speak-table" "\
Setup emacspeak table browsing keys in w3 mode
\(fn)" nil nil)
;;;***
;;;### (autoloads (w3-display-stylesheet w3-handle-style) "w3-style"
;;;;;; "w3-style.el" (19905 45675))
;;; Generated autoloads from w3-style.el
(autoload (quote w3-handle-style) "w3-style" "\
Not documented
\(fn &optional PLIST)" nil nil)
(autoload (quote w3-display-stylesheet) "w3-style" "\
Display the stylesheet for the current document.
\(fn &optional SHEET)" t nil)
;;;***
;;;### (autoloads (w3-prev-document w3-next-document 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.el"
;;;;;; (19905 45675))
;;; Generated autoloads from w3.el
(autoload (quote w3-open-local) "w3" "\
Find a local file, and interpret it as a hypertext document.
Prompt for an existing file or directory, and retrieve it as a
hypertext document.
\(fn FNAME)" t nil)
(autoload (quote w3-find-file) "w3" "\
Find a local file, and interpret it as a hypertext document.
Prompt for an existing file or directory, and retrieve it as a
hypertext document.
\(fn FNAME)" t nil)
(autoload (quote w3-fetch-other-frame) "w3" "\
Attempt to follow the hypertext reference under point in a new frame.
\(fn &optional URL)" t nil)
(autoload (quote 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.
\(fn &optional URL TARGET)" t nil)
(autoload (quote 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'
\(fn E)" t nil)
(autoload (quote 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'
\(fn)" t nil)
(autoload (quote w3-follow-url-at-point-other-frame) "w3" "\
Follow the URL under PT, defaults to link under (point).
\(fn &optional PT)" t nil)
(autoload (quote w3-follow-url-at-point) "w3" "\
Follow the URL under PT, defaults to link under (point).
\(fn &optional PT)" t nil)
(autoload (quote 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.
\(fn)" t nil)
(autoload (quote w3-version) "w3" "\
Show the version number of W3 in the minibuffer.
If optional argument HERE is non-nil, insert info at point.
\(fn &optional HERE)" t nil)
(autoload (quote 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.
\(fn)" t nil)
(autoload (quote w3-do-setup) "w3" "\
Do setup.
This is to avoid conflict with user settings when W3 is dumped with
Emacs.
\(fn)" nil nil)
(autoload (quote 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.
\(fn &optional P)" nil nil)
(autoload (quote 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.
\(fn &optional P)" t nil)
(autoload (quote w3-next-document) "w3" "\
Not documented
\(fn)" t nil)
(autoload (quote w3-prev-document) "w3" "\
Not documented
\(fn)" t nil)
;;;***
(provide 'w3-autoloads)