0
|
1 ;;; All the autoloads for emacs-w3
|
|
2
|
|
3 ;; About pages
|
|
4 (autoload 'w3-about "w3-about")
|
|
5
|
|
6 ;; Hotlist handling
|
70
|
7 (autoload 'w3-read-html-bookmarks "w3-hot")
|
|
8 (autoload 'w3-hotlist-apropos "w3-hot")
|
|
9 (autoload 'w3-hotlist-refresh "w3-hot")
|
|
10 (autoload 'w3-hotlist-delete "w3-hot")
|
|
11 (autoload 'w3-hotlist-rename-entry "w3-hot")
|
|
12 (autoload 'w3-hotlist-append "w3-hot")
|
0
|
13 (autoload 'w3-parse-hotlist "w3-hot")
|
70
|
14 (autoload 'w3-use-hotlist "w3-hot")
|
|
15 (autoload 'w3-hotlist-add-document-at-point "w3-hot")
|
|
16 (autoload 'w3-hotlist-add-document "w3-hot")
|
0
|
17
|
|
18 ;; Printing
|
70
|
19 (autoload 'w3-print-this-url "w3-print")
|
|
20 (autoload 'w3-print-url-under-point "w3-print")
|
0
|
21 (autoload 'w3-parse-tree-to-latex "w3-latex")
|
70
|
22 (autoload 'w3-show-dvi "w3-latex")
|
0
|
23
|
|
24 ;; Stylesheet stuff
|
|
25 (autoload 'w3-handle-style "w3-style")
|
82
|
26 (autoload 'w3-display-stylesheet "w3-style" "" t)
|
0
|
27
|
|
28 ;; Setup stuff
|
|
29 (autoload 'url-do-setup "url")
|
|
30 (autoload 'w3-do-setup "w3")
|
|
31
|
|
32 ;; Forms stuff
|
80
|
33 (autoload 'w3-form-resurrect-widgets "w3-forms")
|
0
|
34 (autoload 'w3-form-add-element "w3-forms")
|
|
35 (autoload 'w3-do-text-entry "w3-forms")
|
|
36 (autoload 'w3-do-form-entry "w3-forms")
|
|
37 (autoload 'w3-next-widget "w3-forms")
|
|
38
|
|
39 ;; Widget stuff
|
70
|
40 (autoload 'widget-setup "widget-edit")
|
|
41 (autoload 'widget-create "widget-edit")
|
|
42 (autoload 'widget-get "widget-edit")
|
|
43 (autoload 'widget-put "widget-edit")
|
|
44 (autoload 'widget-forward "widget-edit")
|
|
45 (autoload 'widget-backward "widget-edit")
|
80
|
46 (autoload 'widget-at "widget-edit")
|
2
|
47
|
|
48 ;; Preferences
|
70
|
49 (autoload 'w3-preferences-edit "w3-prefs")
|
2
|
50
|
0
|
51 (defvar widget-field-new nil)
|
|
52
|
|
53 (provide 'w3-auto)
|
|
54
|