1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 09:51:22 -08:00
emacs/lisp/textmodes
Paul Eggert 8023715cf1 Fix bugs found by 2019-09-29 regexp scanner
Problems reported by Mattias Engdegård in:
https://lists.gnu.org/r/emacs-devel/2019-09/threads.html
* lisp/calendar/iso8601.el (iso8601--year-match)
(iso8601--full-date-match, iso8601--without-day-match)
(iso8601--week-date-match, iso8601--ordinal-date-match)
(iso8601--zone-match):
* lisp/textmodes/rst.el (rst-re-alist-def):
Put ‘-’ at the end of bracketed ranges, following the style
suggestion in the Elisp manual.
(iso8601--time-match): Use \([0-9]*\) instead of \([0-9]+\)?
to pacify the regexp scanner.
(iso8601-parse-time): Adjust accordingly.
* lisp/language/burmese.el (burmese-composable-pattern):
* lisp/language/indian.el (devanagari-composable-pattern)
(bengali-composable-pattern, gurmukhi-composable-pattern)
(gujarati-composable-pattern, oriya-composable-pattern)
(telugu-composable-pattern, kannada-composable-pattern)
(malayalam-composable-pattern):
Prefer [ab] to [a-b] when the characters differ by 1,
to pacify the regexp scanner.
* lisp/language/burmese.el (burmese-composable-pattern):
Fix missing-‘\u’ typos.
* lisp/language/indian.el (gurmukhi-composable-pattern):
Fix missing-‘\’ typo.
* lisp/language/tibetan.el (tibetan-regexp):
Quote ‘+’ in regexp to pacify the regexp scanner.  Simplify.
* lisp/textmodes/rst.el (rst-re-alist-def): Fix ‘[]-'...]’
typo by putting the ‘-’ at end of the bracketed expression.
2019-10-04 14:40:29 -07:00
..
artist.el
bib-mode.el
bibtex-style.el
bibtex.el Update some URLs 2019-09-23 00:12:52 -07:00
conf-mode.el
css-mode.el
dns-mode.el
enriched.el
fill.el
flyspell.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ispell.el Remove some XEmacs compat code from ispell.el 2019-10-04 15:29:47 +02:00
less-css-mode.el
makeinfo.el
mhtml-mode.el
nroff-mode.el
page-ext.el
page.el
paragraphs.el
picture.el
po.el
refbib.el
refer.el
refill.el
reftex-auc.el
reftex-cite.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
reftex-dcr.el
reftex-global.el
reftex-index.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
reftex-parse.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
reftex-ref.el
reftex-sel.el
reftex-toc.el
reftex-vars.el
reftex.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
remember.el
rst.el Fix bugs found by 2019-09-29 regexp scanner 2019-10-04 14:40:29 -07:00
sgml-mode.el
table.el Remove leftover XEmacs compat code and doc fixes 2019-09-13 18:37:15 +02:00
tex-mode.el Fix usage of remove-text-properties 2019-08-01 17:04:53 +03:00
texinfmt.el
texinfo.el
texnfo-upd.el
text-mode.el
tildify.el
two-column.el
underline.el