mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
![]() Nested repetitions such as (A*)* potentially take exponential time but can usually be rewritten in a faster and more readable way without much trouble. These were all found by Relint. * lisp/obsolete/terminal.el (te-parse-program-and-args): * lisp/org/org.el (org-make-tags-matcher): Apply the transform (A+B*)+ -> A(A|B)* * lisp/textmodes/fill.el (adaptive-fill-regexp): Apply the transform A*(B+A*)* -> (A|B)* * lisp/progmodes/idlw-shell.el (idlwave-shell-filter): Find the last newline or CR in a more direct way. * lisp/progmodes/vhdl-mode.el (vhdl-port-copy, vhdl-subprog-copy): Trim trailing whitespace from a string in a more direct way. All-whitespace strings are left unchanged as before. |
||
---|---|---|
.. | ||
artist.el | ||
bib-mode.el | ||
bibtex-style.el | ||
bibtex.el | ||
conf-mode.el | ||
css-mode.el | ||
dns-mode.el | ||
emacs-authors-mode.el | ||
emacs-news-mode.el | ||
enriched.el | ||
fill.el | ||
flyspell.el | ||
glyphless-mode.el | ||
html-ts-mode.el | ||
ispell.el | ||
less-css-mode.el | ||
makeinfo.el | ||
mhtml-mode.el | ||
nroff-mode.el | ||
page-ext.el | ||
page.el | ||
paragraphs.el | ||
picture.el | ||
pixel-fill.el | ||
po.el | ||
refbib.el | ||
refer.el | ||
refill.el | ||
reftex-auc.el | ||
reftex-cite.el | ||
reftex-dcr.el | ||
reftex-global.el | ||
reftex-index.el | ||
reftex-parse.el | ||
reftex-ref.el | ||
reftex-sel.el | ||
reftex-toc.el | ||
reftex-vars.el | ||
reftex.el | ||
remember.el | ||
rst.el | ||
sgml-mode.el | ||
string-edit.el | ||
table.el | ||
tex-mode.el | ||
texinfmt.el | ||
texinfo.el | ||
texnfo-upd.el | ||
text-mode.el | ||
tildify.el | ||
toml-ts-mode.el | ||
two-column.el | ||
underline.el | ||
word-wrap-mode.el | ||
yaml-ts-mode.el |