annotate lisp/hm--html-menus/auto-autoloads.el @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents
children e121b013d1f0
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
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
2 (if (not (featurep 'hm--html-menus-autoloads))
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
3 (progn
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
4
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
5 ;;;### (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
6
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
7 (autoload 'hm--html-mode "hm--html-mode" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
8 Major mode for editing HTML hypertext documents.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
9 Special commands:\\{hm--html-mode-map}
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
10 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
11 if that value is non-nil." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
12
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
13 (autoload 'hm--html-minor-mode "hm--html-mode" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
14 Toggle hm--html-minor-mode.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
15 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
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
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
19 ;;;### (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
20
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
21 (autoload 'html-view-start-mosaic "html-view" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
22 Start Mosaic." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
23
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
24 (autoload 'html-view-view-file "html-view" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
25 View an html file with Mosaic." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
26
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
27 (autoload 'html-view-view-buffer "html-view" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
28 View html buffer with Mosaic.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
29 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
30
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
31 (autoload 'html-view-goto-url "html-view" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
32 Goto an URL in Mosaic." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
33
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
34 (autoload 'html-view-get-display "html-view" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
35 Get the display for Mosaic." t nil)
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
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
39 ;;;### (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
40
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
41 (autoload 'tmpl-expand-templates-in-region "tmpl-minor-mode" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
42 Expands the templates in the region from BEGIN to END.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
43 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
44
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
45 (autoload 'tmpl-expand-templates-in-buffer "tmpl-minor-mode" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
46 Expands all templates in the current buffer." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
47
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
48 (autoload 'tmpl-insert-template-file-from-fixed-dirs "tmpl-minor-mode" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
49 Inserts a template FILE and expands it, if `tmpl-automatic-expand' is t.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
50 This command tries to read the template file from a list of
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
51 predefined directories (look at `tmpl-template-dir-list') and it filters
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
52 the contents of these directories with the regular expression
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
53 `tmpl-filter-regexp' (look also at this variable).
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
54 The command uses a history variable, which could be changed with the
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
55 variable `tmpl-history-variable-name'.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
56
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
57 The user of the command is able to change interactively to another
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
58 directory by entering at first the string \"Change the directory\".
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
59 This may be too difficult for the user. Therefore another command
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
60 called `tmpl-insert-template-file' exist, which doesn't use fixed
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
61 directories and filters." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
62
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
63 (autoload 'tmpl-insert-template-file "tmpl-minor-mode" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
64 Inserts a template FILE and expand it, if `tmpl-automatic-expand' is t.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
65 Look also at `tmpl-template-dir-list', to specify a default template directory.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
66 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
67 which has additional advantages (and disadvantages :-).
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
68
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
69 ATTENTION: The interface of this function has changed. The old
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
70 function had the argument list (&optional TEMPLATE-DIR AUTOMATIC-EXPAND).
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
71 The variables `tmpl-template-dir-list' and `tmpl-automatic-expand' must
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
72 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
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
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
76 (provide 'hm--html-menus-autoloads)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
77 ))