0
|
1 ;;; All the autoloads for emacs-w3
|
169
|
2 ;; Bare essentials
|
|
3 (autoload 'w3-open-local "w3" nil t)
|
|
4 (autoload 'w3-find-file "w3" nil t)
|
|
5 (autoload 'w3-fetch "w3" nil t)
|
|
6 (autoload 'w3-fetch-other-frame "w3" nil t)
|
|
7 (autoload 'w3-follow-url-at-point "w3" nil t)
|
|
8 (autoload 'w3-preview-this-buffer "w3" nil t)
|
|
9 (autoload 'w3 "w3" nil t)
|
0
|
10
|
|
11 ;; About pages
|
|
12 (autoload 'w3-about "w3-about")
|
|
13
|
|
14 ;; Hotlist handling
|
114
|
15 (autoload 'w3-read-html-bookmarks "w3-hot" nil t)
|
|
16 (autoload 'w3-hotlist-apropos "w3-hot" nil t)
|
|
17 (autoload 'w3-hotlist-refresh "w3-hot" nil t)
|
|
18 (autoload 'w3-hotlist-delete "w3-hot" nil t)
|
|
19 (autoload 'w3-hotlist-rename-entry "w3-hot" nil t)
|
|
20 (autoload 'w3-hotlist-append "w3-hot" nil t)
|
0
|
21 (autoload 'w3-parse-hotlist "w3-hot")
|
110
|
22 (autoload 'w3-use-hotlist "w3-hot" nil t)
|
114
|
23 (autoload 'w3-hotlist-add-document-at-point "w3-hot" nil t)
|
|
24 (autoload 'w3-hotlist-add-document "w3-hot" nil t)
|
0
|
25
|
|
26 ;; Printing
|
114
|
27 (autoload 'w3-print-this-url "w3-print" nil t)
|
|
28 (autoload 'w3-print-url-under-point "w3-print" nil t)
|
0
|
29 (autoload 'w3-parse-tree-to-latex "w3-latex")
|
114
|
30 (autoload 'w3-show-dvi "w3-latex" nil t)
|
0
|
31
|
|
32 ;; Stylesheet stuff
|
|
33 (autoload 'w3-handle-style "w3-style")
|
114
|
34 (autoload 'w3-display-stylesheet "w3-style" nil t)
|
0
|
35
|
|
36 ;; Setup stuff
|
|
37 (autoload 'url-do-setup "url")
|
|
38 (autoload 'w3-do-setup "w3")
|
|
39
|
|
40 ;; Forms stuff
|
80
|
41 (autoload 'w3-form-resurrect-widgets "w3-forms")
|
0
|
42 (autoload 'w3-form-add-element "w3-forms")
|
|
43 (autoload 'w3-do-text-entry "w3-forms")
|
|
44 (autoload 'w3-do-form-entry "w3-forms")
|
|
45 (autoload 'w3-next-widget "w3-forms")
|
|
46
|
|
47 ;; Widget stuff
|
108
|
48 (autoload 'widget-setup "wid-edit")
|
|
49 (autoload 'widget-create "wid-edit")
|
|
50 (autoload 'widget-get "wid-edit")
|
|
51 (autoload 'widget-put "wid-edit")
|
|
52 (autoload 'widget-forward "wid-edit")
|
|
53 (autoload 'widget-backward "wid-edit")
|
|
54 (autoload 'widget-at "wid-edit")
|
2
|
55
|
118
|
56 ;; URL stuff
|
|
57 (autoload 'url-gateway-nslookup-host "url-gw")
|
122
|
58 (autoload 'url-mail "url-mail")
|
|
59 (autoload 'isInNet "url-ns")
|
|
60 (autoload 'isResolvable "url-ns")
|
|
61 (autoload 'dnsResolve "url-ns")
|
|
62 (autoload 'dnsDomainIs "url-ns")
|
|
63 (autoload 'isPlainHostName "url-ns")
|
118
|
64
|
2
|
65 ;; Preferences
|
114
|
66 (autoload 'w3-preferences-edit "w3-prefs" nil t)
|
2
|
67
|
0
|
68 (defvar widget-field-new nil)
|
|
69
|
|
70 (provide 'w3-auto)
|
|
71
|