9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Ethan Grammatikidis <eekee57@fastmail.fm>
To: 9front@9front.org
Subject: Re: [9front] plumber filename matching
Date: Tue, 29 Oct 2013 22:52:12 +0000	[thread overview]
Message-ID: <1383087132.3320.40456125.76996F4F@webmail.messagingengine.com> (raw)
In-Reply-To: <7e1e5866d8cc813c9bf7e4704438315d@x230.inri>

On Tue, Oct 29, 2013, at 04:27 AM, sl@9front.org wrote:
> > I'm planning to make small changes to /sys/lib/plumb/basic to match
> > filenames containing commas. (Currently they are ignored.) If anyone can
> > find a problem with this, please reply.
> 
> Can you post the proposed changes?

for each stanza containing "arg isfile":
for each line beginning "data matches":
add "," to the large range regexp.

for example:
data matches '[a-zA-Z¡-￿0-9_\-./]+'
would be changed to
data matches '[a-zA-Z¡-￿0-9_\-./,]+'

stanzas containing "arg isfile" have two such lines.
the comma will be added to both.


      reply	other threads:[~2013-10-29 22:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-29  4:13 Ethan Grammatikidis
2013-10-29  4:27 ` [9front] " sl
2013-10-29 22:52   ` Ethan Grammatikidis [this message]

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=1383087132.3320.40456125.76996F4F@webmail.messagingengine.com \
    --to=eekee57@fastmail.fm \
    --cc=9front@9front.org \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).