1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
emacs/lisp/nxml
Michal Nazarewicz 1901029f6b tildify.el: introduce a `tildify-foreach-region-function' variable
* textmodes/tildify.el (tildify-foreach-region-function): New
variable specifying a function determining portions of buffer that
should be tildified.  It allows major modes to create a filtering
function more elaborate than a set of regular expressions.
Initialised to `tildify--deprecated-ignore-evironments' by default
to handle now deprecated `tildify-ignored-environments-alist'
variable.
(tildify--foreach-region): A new function that takes
`tildify-foreach-region-function' into account and calls callback
for regions of the buffer that should be tildified.
(tildify-foreach-ignore-environments): A new function which can be
partially applied and used as `tildify-foreach-region-function'.
(tildify-ignored-environments-alist, tildify--pick-alist-entry):
Mark as obsolete.
(tildify--find-env): Rename from `tildify-find-env' and mark as
obsolete.
(tildify--deprecated-ignore-evironments): New function,
immediately marked as obsolete, used to handle deprecated
`tildify-ignored-environments-alist'.

* textmodes/tex-mode.el (tex-common-initialization): Set
`tildify-foreach-region-function' variable in all variants of TeX
mode since `tildify-ignored-environments-alist' variable is now
empty by default.

* nxml/nxml-mode.el (nxml-mode): Ditto in `nxml-mode'.

* textmodes/sgml-mode.el (sgml-mode): Ditto in `sgml-mode'.
2014-11-18 00:49:11 +01:00
..
.gitignore
nxml-enc.el Add some standard finder Keywords: to lisp/nxml/*.el. 2014-03-20 23:56:55 -07:00
nxml-glyph.el Add some standard finder Keywords: to lisp/nxml/*.el. 2014-03-20 23:56:55 -07:00
nxml-maint.el Add some standard finder Keywords: to lisp/nxml/*.el. 2014-03-20 23:56:55 -07:00
nxml-mode.el tildify.el: introduce a `tildify-foreach-region-function' variable 2014-11-18 00:49:11 +01:00
nxml-ns.el Add some standard finder Keywords: to lisp/nxml/*.el. 2014-03-20 23:56:55 -07:00
nxml-outln.el Add some standard finder Keywords: to lisp/nxml/*.el. 2014-03-20 23:56:55 -07:00
nxml-parse.el Add some standard finder Keywords: to lisp/nxml/*.el. 2014-03-20 23:56:55 -07:00
nxml-rap.el Add some standard finder Keywords: to lisp/nxml/*.el. 2014-03-20 23:56:55 -07:00
nxml-uchnm.el Add some standard finder Keywords: to lisp/nxml/*.el. 2014-03-20 23:56:55 -07:00
nxml-util.el Add some standard finder Keywords: to lisp/nxml/*.el. 2014-03-20 23:56:55 -07:00
rng-cmpct.el Spelling fixes. 2014-04-10 12:12:34 -07:00
rng-dt.el Add some standard finder Keywords: to lisp/nxml/*.el. 2014-03-20 23:56:55 -07:00
rng-loc.el Add some standard finder Keywords: to lisp/nxml/*.el. 2014-03-20 23:56:55 -07:00
rng-maint.el Add some standard finder Keywords: to lisp/nxml/*.el. 2014-03-20 23:56:55 -07:00
rng-match.el Add some standard finder Keywords: to lisp/nxml/*.el. 2014-03-20 23:56:55 -07:00
rng-nxml.el Add some standard finder Keywords: to lisp/nxml/*.el. 2014-03-20 23:56:55 -07:00
rng-parse.el Add some standard finder Keywords: to lisp/nxml/*.el. 2014-03-20 23:56:55 -07:00
rng-pttrn.el Add some standard finder Keywords: to lisp/nxml/*.el. 2014-03-20 23:56:55 -07:00
rng-uri.el Add some standard finder Keywords: to lisp/nxml/*.el. 2014-03-20 23:56:55 -07:00
rng-util.el Add some standard finder Keywords: to lisp/nxml/*.el. 2014-03-20 23:56:55 -07:00
rng-valid.el Add some standard finder Keywords: to lisp/nxml/*.el. 2014-03-20 23:56:55 -07:00
rng-xsd.el Add some standard finder Keywords: to lisp/nxml/*.el. 2014-03-20 23:56:55 -07:00
xmltok.el * lisp/nxml/nxml-mode.el (nxml-fontify-matcher): Make sure propertization 2014-04-16 11:28:26 -04:00
xsd-regexp.el Add some standard finder Keywords: to lisp/nxml/*.el. 2014-03-20 23:56:55 -07:00