emacs/lisp/textmodes
Mattias Engdegård 770f76f050 Remove subsumed repetitions in regexps
Make regexps smaller and faster by removing terms that are superfluous
by virtue of standing next to another term that matches more.  See
https://lists.gnu.org/archive/html/emacs-devel/2020-01/msg00949.html
for details.

* lisp/bs.el (bs--make-header-match-string):
* lisp/gnus/deuglify.el (gnus-outlook-repair-attribution-block):
* lisp/gnus/message.el (message-subject-trailing-was-ask-regexp)
(message-subject-trailing-was-regexp):
* lisp/informat.el (Info-validate):
* lisp/net/browse-url.el (browse-url-button-regexp):
* lisp/net/rcirc.el (rcirc-url-regexp):
* lisp/org/ob-core.el (org-babel-remove-result):
* lisp/org/ob-fortran.el (org-babel-fortran-ensure-main-wrap):
* lisp/org/org-capture.el (org-capture-set-target-location):
* lisp/org/org-table.el (org-table-expand-lhs-ranges):
* lisp/org/org.el (org-maybe-keyword-time-regexp, org-ts-regexp)
(org-ts-regexp-inactive, org-ts-regexp-both):
* lisp/play/gametree.el (gametree-hack-file-layout):
* lisp/progmodes/cc-mode.el (c-Java-defun-prompt-regexp):
* lisp/progmodes/idlw-shell.el (idlwave-shell-halting-error):
* lisp/progmodes/ruby-mode.el (ruby-mode-set-encoding):
* lisp/progmodes/verilog-mode.el (verilog-error-font-lock-keywords)
(verilog-verilint-off, verilog-case-indent-level)
(verilog-within-translate-off, verilog-start-translate-off)
(verilog-back-to-start-translate-off, verilog-end-translate-off)
(verilog-expand-dirnames):
* lisp/term.el (term-control-seq-regexp):
* lisp/textmodes/reftex-vars.el (featurep):
* lisp/url/url-gw.el (url-open-telnet):
* lisp/vc/ediff-ptch.el (ediff-context-diff-label-regexp):
* lisp/vc/pcvs-parse.el (cvs-parse-status):
* test/src/regex-emacs-tests.el (regex-tests-PCRE):
Remove subsumed repetitions.
* lisp/progmodes/sh-script.el (sh-syntax-propertize-function):
Simplify repetition of a repetition.
2020-02-20 16:05:18 +01:00
..
artist.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
bib-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
bibtex-style.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
bibtex.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
conf-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
css-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
dns-mode.el dns-mode-soa-auto-increment-serial: safe if symbolp 2020-01-27 21:35:17 -08:00
enriched.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
fill.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
flyspell.el Merge from origin/emacs-27 2020-01-01 01:08:16 +00:00
ispell.el ; spelling fixes 2020-01-17 14:24:15 -08:00
less-css-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
makeinfo.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mhtml-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
nroff-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
page-ext.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
page.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
paragraphs.el Merge from origin/emacs-27 2020-01-24 07:50:22 -08:00
picture.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
po.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
refbib.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
refer.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
refill.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
reftex-auc.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
reftex-cite.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
reftex-dcr.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
reftex-global.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
reftex-index.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
reftex-parse.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
reftex-ref.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
reftex-sel.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
reftex-toc.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
reftex-vars.el Remove subsumed repetitions in regexps 2020-02-20 16:05:18 +01:00
reftex.el Remove (or double) redundant backslashes in string literals 2020-01-24 23:04:34 +01:00
remember.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
rst.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
sgml-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
table.el Make more load-hooks obsolete 2020-01-16 23:06:04 -08:00
tex-mode.el Add and remove backslashes in regexps 2020-02-20 16:03:30 +01:00
texinfmt.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
texinfo.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
texnfo-upd.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
text-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
tildify.el Merge from origin/emacs-27 2020-01-01 01:08:16 +00:00
two-column.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
underline.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00