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 Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
bib-mode.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
bibtex-style.el
bibtex.el Update some URLs 2019-09-23 00:12:52 -07:00
conf-mode.el Clean up conf-mode-syntax-table slightly 2019-07-28 12:26:08 +02:00
css-mode.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
dns-mode.el Remove XEmacs compat code from dns-mode.el 2019-06-20 12:51:39 +02:00
enriched.el
fill.el Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
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 Improve regexp advice again, and unchain ranges 2019-04-02 15:01:34 -07:00
makeinfo.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
mhtml-mode.el
nroff-mode.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
page-ext.el * lisp/textmodes/page-ext.el (sort-pages-buffer): Fix typo 2019-06-26 12:49:01 -04:00
page.el Split up and add tests for two page.el functions 2019-06-23 07:27:19 +02:00
paragraphs.el Add more quote-end characters to sentence-end-base 2019-07-09 15:38:26 +02:00
picture.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
po.el
refbib.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
refer.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
refill.el Use default-indent-new-line' instead of indent-new-comment-line' 2019-06-27 16:57:47 +02:00
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 Avoid obsolete function in reftex-global.el 2019-06-16 15:21:18 +02:00
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 Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
reftex-sel.el
reftex-toc.el
reftex-vars.el citeasnoun in reftex can take an optional parameter 2019-07-13 16:34:55 +02:00
reftex.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
remember.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
rst.el Fix bugs found by 2019-09-29 regexp scanner 2019-10-04 14:40:29 -07:00
sgml-mode.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
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 Allow using @@ in @uref in texinfo 2019-07-09 04:01:26 +02:00
texinfo.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
texnfo-upd.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
text-mode.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
tildify.el Suppress warnings in tildify.el 2019-06-13 02:29:57 +02:00
two-column.el
underline.el Use lexical-binding in underline.el and add tests 2019-06-09 09:56:03 +03:00