Mercurial > emacs
annotate etc/schema/xhtml.rnc @ 110270:c7809974cd64
Misc cleanups and simplifications.
* lisp/font-lock.el (save-buffer-state): Remove `varlist' arg.
(font-lock-unfontify-region, font-lock-default-fontify-region):
Update usage correspondingly.
(font-lock-fontify-syntactic-keywords-region):
Set parse-sexp-lookup-properties buffer-locally here.
(font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
* lisp/progmodes/ada-mode.el: Replace "(set '" with setq.
(ada-mode): Simplify.
(ada-create-case-exception, ada-adjust-case-interactive)
(ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
(ada-search-ignore-string-comment, ada-move-to-start)
(ada-move-to-end): Use with-syntax-table.
* lisp/progmodes/fortran.el (fortran-line-length): Don't recompute
syntactic keywords redundantly a second time.
* lisp/progmodes/js.el (require): Require is already "eval-and-compile".
(js--re-search-forward): Avoid `eval'. Preserve the error data.
(js--re-search-backward): Use js--re-search-forward.
* lisp/progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 08 Sep 2010 18:21:23 +0200 |
parents | 55a95acb5aa1 |
children |
rev | line source |
---|---|
86361 | 1 # XHTML |
2 | |
3 # This corresponds to the union of transitional and frameset. | |
4 | |
5 default namespace = "http://www.w3.org/1999/xhtml" | |
6 | |
7 include "xhtml-datatypes.rnc" | |
8 include "xhtml-attribs.rnc" | |
9 # include "xhtml-struct.rnc" | |
10 include "xhtml-frames.rnc" | |
11 include "xhtml-text.rnc" | |
12 include "xhtml-hypertext.rnc" | |
87296
288134f0441f
Renamed xhtml-list.rnc to xhtml-lst.rnc; all users changed.
Eli Zaretskii <eliz@gnu.org>
parents:
87294
diff
changeset
|
13 include "xhtml-lst.rnc" |
86361 | 14 include "xhtml-image.rnc" |
15 include "xhtml-ssismap.rnc" | |
16 include "xhtml-base.rnc" | |
17 include "xhtml-link.rnc" | |
18 include "xhtml-meta.rnc" | |
19 include "xhtml-param.rnc" | |
20 include "xhtml-object.rnc" | |
21 include "xhtml-bdo.rnc" | |
22 include "xhtml-pres.rnc" | |
23 include "xhtml-edit.rnc" | |
24 include "xhtml-applet.rnc" | |
87294
9e48c9dc543f
Renamed xhtml-basic-form.rnc to xhtml-bform.rnc; all users fixed..
Eli Zaretskii <eliz@gnu.org>
parents:
86361
diff
changeset
|
25 # include "xhtml-bform.rnc" |
86361 | 26 include "xhtml-form.rnc" |
87298
55a95acb5aa1
Renamed xhtml-style.rnc to xhtml-xstyle.rnc; all users changed.
Eli Zaretskii <eliz@gnu.org>
parents:
87297
diff
changeset
|
27 include "xhtml-xstyle.rnc" |
86361 | 28 include "xhtml-script.rnc" |
87294
9e48c9dc543f
Renamed xhtml-basic-form.rnc to xhtml-bform.rnc; all users fixed..
Eli Zaretskii <eliz@gnu.org>
parents:
86361
diff
changeset
|
29 # include "xhtml-btable.rnc" |
86361 | 30 include "xhtml-table.rnc" |
31 include "xhtml-csismap.rnc" | |
32 include "xhtml-events.rnc" | |
33 include "xhtml-inlstyle.rnc" | |
87297
947277b5370c
Renamed xhtml-target.rnc to xhtml-tgt.rnc; all users changed.
Eli Zaretskii <eliz@gnu.org>
parents:
87296
diff
changeset
|
34 include "xhtml-tgt.rnc" |
86361 | 35 include "xhtml-iframe.rnc" |
36 include "xhtml-nameident.rnc" | |
37 include "xhtml-legacy.rnc" |