tildify.el: introduce a `tildify-foreach-region-function' variablemastertrunk
commit327123b1fad78bcc8ff8abae90ac366d907a8d0a
authorMichal Nazarewicz <mina86@mina86.com>
Mon, 17 Nov 2014 20:48:35 +0000 (17 21:48 +0100)
committerMichal Nazarewicz <mina86@mina86.com>
Mon, 17 Nov 2014 20:48:35 +0000 (17 21:48 +0100)
tree7eeb32feb6e3b81508e55219f55763b57d4d0ba5
parent685d784a2e488b8343782001ba328dd2960e6767
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'.
etc/NEWS
lisp/ChangeLog
lisp/nxml/nxml-mode.el
lisp/textmodes/sgml-mode.el
lisp/textmodes/tex-mode.el
lisp/textmodes/tildify.el
test/ChangeLog
test/automated/tildify-tests.el