annotate lisp/psgml/auto-autoloads.el @ 199:169c0442b401 r20-3b26

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