annotate lisp/hm--html-menus/auto-autoloads.el @ 183:e121b013d1f0 r20-3b18

Import from CVS: tag r20-3b18
author cvs
date Mon, 13 Aug 2007 09:54:23 +0200
parents 0132846995bd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
1 ;;; DO NOT MODIFY THIS FILE
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 163
diff changeset
2 (if (featurep 'hm--html-menus-autoloads) (error "Already loaded"))
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
3
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
4 ;;;### (autoloads (hm--html-minor-mode hm--html-mode) "hm--html-mode" "hm--html-menus/hm--html-mode.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
5
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
6 (autoload 'hm--html-mode "hm--html-mode" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
7 Major mode for editing HTML hypertext documents.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
8 Special commands:\\{hm--html-mode-map}
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
9 Turning on hm--html-mode calls the value of the variable hm--html-mode-hook,
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
10 if that value is non-nil." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
11
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
12 (autoload 'hm--html-minor-mode "hm--html-mode" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
13 Toggle hm--html-minor-mode.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
14 With arg, turn hm--html-minor-mode on iff arg is positive." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
15
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
16 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
17
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
18 ;;;### (autoloads (html-view-get-display html-view-goto-url html-view-view-buffer html-view-view-file html-view-start-mosaic) "html-view" "hm--html-menus/html-view.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
19
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
20 (autoload 'html-view-start-mosaic "html-view" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
21 Start Mosaic." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
22
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
23 (autoload 'html-view-view-file "html-view" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
24 View an html file with Mosaic." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
25
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
26 (autoload 'html-view-view-buffer "html-view" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
27 View html buffer with Mosaic.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
28 If BUFFER-TO-VIEW is nil, then the current buffer is used." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
29
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
30 (autoload 'html-view-goto-url "html-view" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
31 Goto an URL in Mosaic." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
32
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
33 (autoload 'html-view-get-display "html-view" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
34 Get the display for Mosaic." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
35
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
36 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
37
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
38 ;;;### (autoloads (tmpl-insert-template-file tmpl-insert-template-file-from-fixed-dirs tmpl-expand-templates-in-buffer tmpl-expand-templates-in-region) "tmpl-minor-mode" "hm--html-menus/tmpl-minor-mode.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
39
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
40 (autoload 'tmpl-expand-templates-in-region "tmpl-minor-mode" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
41 Expands the templates in the region from BEGIN to END.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
42 If BEGIN and END are nil, then the current region is used." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
43
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
44 (autoload 'tmpl-expand-templates-in-buffer "tmpl-minor-mode" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
45 Expands all templates in the current buffer." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
46
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
47 (autoload 'tmpl-insert-template-file-from-fixed-dirs "tmpl-minor-mode" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
48 Inserts a template FILE and expands it, if `tmpl-automatic-expand' is t.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
49 This command tries to read the template file from a list of
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
50 predefined directories (look at `tmpl-template-dir-list') and it filters
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
51 the contents of these directories with the regular expression
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
52 `tmpl-filter-regexp' (look also at this variable).
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
53 The command uses a history variable, which could be changed with the
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
54 variable `tmpl-history-variable-name'.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
55
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
56 The user of the command is able to change interactively to another
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
57 directory by entering at first the string \"Change the directory\".
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
58 This may be too difficult for the user. Therefore another command
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
59 called `tmpl-insert-template-file' exist, which doesn't use fixed
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
60 directories and filters." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
61
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
62 (autoload 'tmpl-insert-template-file "tmpl-minor-mode" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
63 Inserts a template FILE and expand it, if `tmpl-automatic-expand' is t.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
64 Look also at `tmpl-template-dir-list', to specify a default template directory.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
65 You should also take a look at `tmpl-insert-template-file-from-fixed-dirs'
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
66 which has additional advantages (and disadvantages :-).
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
67
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
68 ATTENTION: The interface of this function has changed. The old
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
69 function had the argument list (&optional TEMPLATE-DIR AUTOMATIC-EXPAND).
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
70 The variables `tmpl-template-dir-list' and `tmpl-automatic-expand' must
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
71 now be used instead of the args TEMPLATE-DIR and AUTOMATIC-EXPAND." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
72
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
73 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
74
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
75 (provide 'hm--html-menus-autoloads)