1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 22:11:21 -08:00
emacs/lisp/language
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
..
burmese.el Fix bugs found by 2019-09-29 regexp scanner 2019-10-04 14:40:29 -07:00
cham.el
china-util.el More regexp corrections and tweaks 2019-03-10 23:11:21 -07:00
chinese.el
cyril-util.el
cyrillic.el Fixes for "Maintainer:" and related lines 2019-05-19 21:34:27 -07:00
czech.el
english.el
ethio-util.el Merge branch 'master' into harfbuzz 2019-04-27 18:33:39 +09:00
ethiopic.el
european.el Fixes for "Maintainer:" and related lines 2019-05-19 21:34:27 -07:00
georgian.el
greek.el
hanja-util.el
hebrew.el Fix display of Hebrew text with precomposed characters 2019-06-13 12:41:37 +03:00
ind-util.el Rename symbols in ind-util.el to have indian- prefixes 2019-06-18 15:35:16 +02:00
indian.el Fix bugs found by 2019-09-29 regexp scanner 2019-10-04 14:40:29 -07:00
japan-util.el Mention Japanese change in documentation 2019-01-09 16:17:28 -08:00
japanese.el Merge branch 'master' into harfbuzz 2019-04-27 18:33:39 +09:00
khmer.el
korea-util.el
korean.el
lao-util.el Merge branch 'master' into harfbuzz 2019-04-27 18:33:39 +09:00
lao.el
misc-lang.el
romanian.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
sinhala.el
slovak.el
tai-viet.el Improve support of the Tai-Viet script 2019-09-18 15:55:08 +03:00
thai-util.el Merge branch 'master' into harfbuzz 2019-04-27 18:33:39 +09:00
thai-word.el Fixes for "Maintainer:" and related lines 2019-05-19 21:34:27 -07:00
thai.el
tibet-util.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
tibetan.el Fix bugs found by 2019-09-29 regexp scanner 2019-10-04 14:40:29 -07:00
tv-util.el
utf-8-lang.el
viet-util.el
vietnamese.el