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