all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Noam Postavsky <npostavs@gmail.com>
To: Ian Johnson <ianprime0509@gmail.com>
Cc: 29729@debbugs.gnu.org
Subject: bug#29729: [PATCH] Support French password prompts in shell
Date: Wed, 15 Aug 2018 20:30:43 -0400	[thread overview]
Message-ID: <8736vfxido.fsf@gmail.com> (raw)
In-Reply-To: <87lgi3mn35.fsf@gmail.com> (Ian Johnson's message of "Fri, 15 Dec 2017 21:19:10 -0500")

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:]].






  parent reply	other threads:[~2018-08-16  0:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-16  2:19 bug#29729: [PATCH] Support French password prompts in shell Ian Johnson
2017-12-22 14:13 ` Eli Zaretskii
2018-08-16  0:30 ` Noam Postavsky [this message]
2018-08-16 13:27   ` Eli Zaretskii
2018-08-24 11:49     ` Noam Postavsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8736vfxido.fsf@gmail.com \
    --to=npostavs@gmail.com \
    --cc=29729@debbugs.gnu.org \
    --cc=ianprime0509@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.