annotate lisp/psgml/auto-autoloads.el @ 180:add28d59e586

Added tag r20-3b16 for changeset 9ad43877534d
author cvs
date Mon, 13 Aug 2007 09:52:21 +0200
parents 0132846995bd
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 'psgml-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 (style-format) "psgml-fs" "psgml/psgml-fs.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 'style-format "psgml-fs" nil t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
8
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
9 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
10
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
11 ;;;### (autoloads nil "psgml-html" "psgml/psgml-html.el")
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 'html-mode "psgml-html" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
14 HTML mode." t)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
15
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
16 (autoload 'html3-mode "psgml-html" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
17 HTML3 mode." t)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
18
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
19 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
20
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
21 ;;;### (autoloads (sgml-mode) "psgml" "psgml/psgml.el")
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 'sgml-mode "psgml" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
24 Major mode for editing SGML.\\<sgml-mode-map>
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
25 Makes > display the matching <. Makes / display matching /.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
26 Use \\[sgml-validate] to validate your document with an SGML parser.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
27
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
28 You can find information with:
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
29 \\[sgml-show-context] Show the nesting of elements at cursor position.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
30 \\[sgml-list-valid-tags] Show the tags valid at cursor position.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
31
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
32 Insert tags with completion of contextually valid tags with \\[sgml-insert-tag].
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
33 End the current element with \\[sgml-insert-end-tag]. Insert an element (i.e.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
34 both start and end tag) with \\[sgml-insert-element]. Or tag a region with
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
35 \\[sgml-tag-region].
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
36
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
37 To tag a region with the mouse, use transient mark mode or secondary selection.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
38
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
39 Structure editing:
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
40 \\[sgml-backward-element] Moves backwards over the previous element.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
41 \\[sgml-forward-element] Moves forward over the next element.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
42 \\[sgml-down-element] Move forward and down one level in the element structure.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
43 \\[sgml-backward-up-element] Move backward out of this element level.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
44 \\[sgml-beginning-of-element] Move to after the start tag of the current element.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
45 \\[sgml-end-of-element] Move to before the end tag of the current element.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
46 \\[sgml-kill-element] Kill the element following the cursor.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
47
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
48 Finding interesting positions
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
49 \\[sgml-next-data-field] Move forward to next point where data is allowed.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
50 \\[sgml-next-trouble-spot] Move forward to next point where something is
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
51 amiss with the structure.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
52
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
53 Folding and unfolding
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
54 \\[sgml-fold-element] Fold the lines comprising the current element, leaving
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
55 the first line visible.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
56 \\[sgml-fold-subelement] Fold the elements in the content of the current element.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
57 Leaving the first line of every element visible.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
58 \\[sgml-unfold-line] Show hidden lines in current line.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
59
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
60 User options:
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
61
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
62 sgml-omittag Set this to reflect OMITTAG in the SGML declaration.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
63 sgml-shortag Set this to reflect SHORTTAG in the SGML declaration.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
64 sgml-auto-insert-required-elements If non-nil, automatically insert required
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
65 elements in the content of an inserted element.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
66 sgml-balanced-tag-edit If non-nil, always insert start-end tag pairs.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
67 sgml-omittag-transparent If non-nil, will show legal tags inside elements
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
68 with omitable start tags and legal tags beyond omitable end tags.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
69 sgml-leave-point-after-insert If non-nil, the point will remain after
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
70 inserted tag(s).
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
71 sgml-warn-about-undefined-elements If non-nil, print a warning when a tag
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
72 for a undefined element is found.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
73 sgml-max-menu-size Max number of entries in Tags and Entities menus before
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
74 they are split into several panes.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
75 sgml-always-quote-attributes If non-nil, quote all attribute values
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
76 inserted after finishing edit attributes.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
77 sgml-minimize-attributes Determines minimization of attributes inserted by
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
78 edit-attributes.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
79 sgml-normalize-trims If non-nil, sgml-normalize will trim off white space
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
80 from end of element when adding end tag.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
81 sgml-indent-step How much to increament indent for every element level.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
82 sgml-indent-data If non-nil, indent in data/mixed context also.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
83 sgml-set-face If non-nil, psgml will set the face of parsed markup.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
84 sgml-markup-faces The faces used when the above variable is non-nil.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
85 sgml-system-path List of directories used to look for system identifiers.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
86 sgml-public-map Mapping from public identifiers to file names.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
87 sgml-offer-save If non-nil, ask about saving modified buffers before
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
88 \\[sgml-validate] is run.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
89
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
90 All bindings:
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
91 \\{sgml-mode-map}
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
92 " t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
93
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
94 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
95
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
96 (provide 'psgml-autoloads)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
97 ))