emacs/lisp/textmodes
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
artist.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
bib-mode.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
bibtex-style.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
bibtex.el * lisp/electric.el (electric-layout-post-self-insert-function): 2014-06-22 09:43:58 +04:00
conf-mode.el * lisp/font-lock.el (font-lock-flush, font-lock-ensure): New functions. 2014-05-28 23:45:29 -04:00
css-mode.el * lisp/textmodes/css-mode.el (scss-mode): New major-mode. 2014-10-20 12:36:34 -04:00
dns-mode.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
enriched.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
fill.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
flyspell.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
ispell.el Use file-accessible-directory-p in some more places 2014-05-09 00:02:00 -07:00
makeinfo.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
nroff-mode.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
page-ext.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
page.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
paragraphs.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
picture.el Fix a few packages to work with nil tab-stop-list 2014-06-26 07:53:37 +08:00
po.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
refbib.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
refer.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
refill.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
reftex-auc.el Manage reftex's internal autoloads automatically 2014-03-28 20:53:32 -04:00
reftex-cite.el Manage reftex's internal autoloads automatically 2014-03-28 20:53:32 -04:00
reftex-dcr.el Manage reftex's internal autoloads automatically 2014-03-28 20:53:32 -04:00
reftex-global.el Manage reftex's internal autoloads automatically 2014-03-28 20:53:32 -04:00
reftex-index.el Manage reftex's internal autoloads automatically 2014-03-28 20:53:32 -04:00
reftex-parse.el Make search in reftex-using-biblatex-p non-greedy. 2014-06-24 21:39:22 +02:00
reftex-ref.el Improve reftex-format-special 2014-05-25 19:40:54 +02:00
reftex-sel.el Use font-lock-face property; derive from special-mode 2014-09-21 11:34:02 +02:00
reftex-toc.el Use font-lock-face property; derive from special-mode 2014-09-21 11:34:02 +02:00
reftex-vars.el Add `Texinfo' entry to reftex-label-alist-builtin. 2014-01-06 12:15:42 +01:00
reftex.el Auto-commit of loaddefs files. 2014-09-21 06:22:38 -04:00
remember.el Simplify use of current-time and friends. 2014-10-28 18:42:51 -07:00
rst.el "the the", "from from" and "and and". 2014-06-23 01:12:17 +02:00
sgml-mode.el tildify.el: introduce a `tildify-foreach-region-function' variable 2014-11-18 00:49:11 +01:00
table.el Spelling fixes. 2014-01-05 22:25:30 -08:00
tex-mode.el tildify.el: introduce a `tildify-foreach-region-function' variable 2014-11-18 00:49:11 +01:00
texinfmt.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
texinfo.el Fix bug #17801 with extraneous newlines after inserting markup in Texinfo mode. 2014-06-20 11:47:10 +03:00
texnfo-upd.el Fix a bug in texinfo-make-menu. 2014-08-21 18:07:13 +03:00
text-mode.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
tildify.el tildify.el: introduce a `tildify-foreach-region-function' variable 2014-11-18 00:49:11 +01:00
two-column.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
underline.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00