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: Eli Zaretskii
Subject: bug#29729: [PATCH] Support French password prompts in shell
Date: Thu, 16 Aug 2018 16:27:07 +0300

> From: Noam Postavsky <npostavs@gmail.com>
> Date: Wed, 15 Aug 2018 20:30:43 -0400
> Cc: 29729@debbugs.gnu.org
> 
> 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:]].

I think [:blank:] is indeed what is needed here.





reply via email to

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