Bug#1139979: elpa-pcre2el: Package description has list with badly formatted items
Beatrice Torracca <[email protected]> Sun, 14 Jun 2026 11:30:05 +0200
| Newsgroups | gmane.linux.debian.devel.emacsen |
|---|---|
| Message-ID | <178142940597.279713.1661067058632547571.reportbug__22985.2878417418$1781429968$gmane$org@beamobile3.aebea.it.invalid> |
Package: elpa-pcre2el
Severity: minor
Hi,
the package description now includes a list of features, the items in the list have been splitted/formatted badly (looking at https://github.com/joddie/pcre2el)
Specifically the 2nd,3rd and 4th items now looks like this:
- convert either syntax to `rx', an S-expression based regexp syntax
untangle complex regexps by;
- showing the parse tree in `rx' form and highlighting the;
- corresponding chunks of code show the complete list of strings
(productions) matching a regexp, provided the list is finite;
while they should look like this:
- convert either syntax to `rx', an S-expression based regexp syntax;
- untangle complex regexps by showing the parse tree in `rx' form and
highlighting the corresponding chunks of code;
- show the complete list of strings (productions) matching a regexp,
provided the list is finite;
Thanks for your work in Debian,
beatrice