1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00
emacs/lisp/nxml
Stefan Monnier c99904740e * lisp/nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
literals as extending to EOB.
(nxml-last-fontify-end): Remove unused variable.
(nxml-after-change1): Use with-silent-modifications.
(nxml-extend-after-change-region): Simplify.
(nxml-extend-after-change-region1): Remove function.
(nxml-after-change1): Don't adjust for dependent regions.
(nxml-fontify-matcher): Simplify.
* lisp/nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
(xmltok-add-dependent): Remove function.
(xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
(xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
(xmltok-scan-prolog-after-processing-instruction-open): Treat
unclosed <[[, <?, comment, and other literals as extending to EOB.
* lisp/nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
(rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
Remove functions.
(rng-do-some-validation-1): Don't mark dependent regions.
* lisp/nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
(nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
(nxml-clear-dependent-regions): Remove functions.
(nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
(nxml-ensure-scan-up-to-date):
Don't clear&mark dependent regions.
2013-05-15 14:31:51 -04:00
..
.gitignore
nxml-enc.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
nxml-glyph.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
nxml-maint.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
nxml-mode.el * lisp/nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other 2013-05-15 14:31:51 -04:00
nxml-ns.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
nxml-outln.el * lisp/nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes): 2013-03-23 10:21:25 +08:00
nxml-parse.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
nxml-rap.el * lisp/nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other 2013-05-15 14:31:51 -04:00
nxml-uchnm.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
nxml-util.el * lisp/nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes): 2013-03-23 10:21:25 +08:00
rng-cmpct.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
rng-dt.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
rng-loc.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
rng-maint.el * lisp/nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes): 2013-03-23 10:21:25 +08:00
rng-match.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
rng-nxml.el * lisp/nxml/rng-nxml.el (rng-set-state-after): Do not let-bind 2013-03-23 09:38:56 +08:00
rng-parse.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
rng-pttrn.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
rng-uri.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
rng-util.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
rng-valid.el * lisp/nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other 2013-05-15 14:31:51 -04:00
rng-xsd.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
xmltok.el * lisp/nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other 2013-05-15 14:31:51 -04:00
xsd-regexp.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00