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