bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#29729: [PATCH] Support French password prompts in shell


From: Noam Postavsky
Subject: bug#29729: [PATCH] Support French password prompts in shell
Date: Wed, 15 Aug 2018 20:30:43 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Ian Johnson <ianprime0509@gmail.com> writes:

> +   "\\(?: [[:alpha:]]+ .+\\)?[\\s  ]*[::៖][\\s  ]*\\'")

Actually, shouldn't that [\\s  ] be [[:whitespace:] ] (and perhaps
better written [[:whitespace:]\u00A0])?  [\\s ] matches backslash, "s",
and space, not whitespace syntax characters.

Or maybe it should rather be [[:blank:]].






reply via email to

[Prev in Thread] Current Thread [Next in Thread]