1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 18:41:25 -08:00
emacs/lisp/textmodes
Michal Nazarewicz df344ab435 tildify.el: Optimise environments regexes
* lisp/textmodes/tildify.el (tildify-ignored-environments-alist):
Each time beginning of an environment to ignore is found,
`tildify-find-env' needs to identify regexp for the ending
of the environment.  This is done by trying all the opening
regexes on matched text in a loop, so to speed that up, this
loop should have fewer things to match, which can be done by
using alternatives in the opening regexes.

Coincidentally, this should make matching of the opening
regexp faster as well thanks to the use of `regexp-opt' and
having common prefix pulled from many regexes.
2014-06-05 16:41:32 +02:00
..
.gitignore
artist.el
bib-mode.el
bibtex-style.el
bibtex.el
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: Fix typo in comment. 2014-03-16 04:48:56 +01:00
dns-mode.el
enriched.el
fill.el
flyspell.el
ispell.el Use file-accessible-directory-p in some more places 2014-05-09 00:02:00 -07:00
makeinfo.el
nroff-mode.el
page-ext.el
page.el
paragraphs.el
picture.el
po.el
refbib.el
refer.el
refill.el
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 Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.edu 2014-05-04 12:37:56 -07:00
reftex-ref.el Improve reftex-format-special 2014-05-25 19:40:54 +02:00
reftex-sel.el Manage reftex's internal autoloads automatically 2014-03-28 20:53:32 -04:00
reftex-toc.el Use window-total-width' instead of window-width'. 2014-04-04 14:10:22 +02:00
reftex-vars.el
reftex.el Auto-commit of loaddefs files. 2014-05-26 06:21:18 -04:00
remember.el
rst.el * lisp/textmodes/rst.el (electric-pair-pairs): Declare. 2014-04-28 11:04:49 -04:00
sgml-mode.el
table.el
tex-mode.el
texinfmt.el
texinfo.el
texnfo-upd.el
text-mode.el
tildify.el tildify.el: Optimise environments regexes 2014-06-05 16:41:32 +02:00
two-column.el
underline.el