1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 17:30:54 -08:00
emacs/lisp/textmodes
Paul Eggert 5d6a314475 2019-03-26 regex cleanup
Problems reported by Mattias Engdegård in:
https://lists.gnu.org/r/emacs-devel/2019-03/msg01028.html
* lisp/align.el (align-rules-list):
* lisp/speedbar.el (speedbar-check-read-only, speedbar-check-vc):
* lisp/vc/diff-mode.el (diff-add-change-log-entries-other-window):
* lisp/woman.el (woman-parse-numeric-arg):
Put "-" at end of character alternatives, since a range was not intended.
* lisp/erc/erc.el (font-lock):
* lisp/mail/footnote.el (cl-seq):
Avoid duplicate character alternatives by using cl-seq API.
* lisp/mail/footnote.el (footnote--current-regexp):
* lisp/textmodes/css-mode.el (css--font-lock-keywords):
Avoid repetition of repetition.
* lisp/net/webjump.el (webjump-url-encode):
Add ~ to character alternatives, and rewrite confusing range.
* lisp/progmodes/verilog-mode.el (verilog-compiler-directives)
(verilog-assignment-operator-re):
Remove duplicate.
* lisp/progmodes/verilog-mode.el (verilog-preprocessor-re):
* lisp/textmodes/css-mode.el (css--font-lock-keywords):
Don’t escape a char that doesn’t need it.
* lisp/textmodes/picture.el (picture-tab-chars): In docstring,
do not say regexp characters will be quoted; merely say in
another way that the syntax is that of character alternatives.
(picture-set-tab-stops, picture-tab-search): Don’t attempt
to regexp-quote picture-tab-chars.
(picture-tab-search): Quote \ in picture-tab-chars for
skip-chars-backwards, which treats \ differently than
regexp character alternatives do.
2019-03-26 19:07:21 -07:00
..
artist.el Fix some ineffective backslashes in string literals 2019-03-16 11:38:58 -07:00
bib-mode.el Fix more regular expression typos 2019-03-18 17:02:29 -07:00
bibtex-style.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
bibtex.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
conf-mode.el Use lexical binding for conf-mode 2019-02-15 10:38:11 +02:00
css-mode.el 2019-03-26 regex cleanup 2019-03-26 19:07:21 -07:00
dns-mode.el Fix a dns-mode reentrancy bug 2019-03-25 11:29:52 -07:00
enriched.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
fill.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
flyspell.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
ispell.el Improve ispell.el diagnostics if Hunspell dictionaries aren't found 2019-03-08 11:17:46 +02:00
less-css-mode.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
makeinfo.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
mhtml-mode.el Merge from origin/emacs-26 2019-01-07 11:51:38 -08:00
nroff-mode.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
page-ext.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
page.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
paragraphs.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
picture.el 2019-03-26 regex cleanup 2019-03-26 19:07:21 -07:00
po.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
refbib.el Fix more regular expression typos 2019-03-18 17:02:29 -07:00
refer.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
refill.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
reftex-auc.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
reftex-cite.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
reftex-dcr.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
reftex-global.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
reftex-index.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
reftex-parse.el Fix more regular expression typos 2019-03-18 17:02:29 -07:00
reftex-ref.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
reftex-sel.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
reftex-toc.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
reftex-vars.el ; Improve matching of key-val labels yet more (bug#34629) 2019-03-09 07:48:34 +01:00
reftex.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
remember.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
rst.el Fix more regular expression typos 2019-03-18 17:02:29 -07:00
sgml-mode.el More minor regex cleanup 2019-03-19 18:47:53 -07:00
table.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
tex-mode.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
texinfmt.el More regexp corrections and tweaks 2019-03-10 23:11:21 -07:00
texinfo.el Add dwim function for inserting @ref variants 2019-02-06 18:59:01 +01:00
texnfo-upd.el More minor regex cleanup 2019-03-19 18:47:53 -07:00
text-mode.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
tildify.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
two-column.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
underline.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00