zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Zsh Users <zsh-users@zsh.org>
Subject: Re: Feature request: #a (approximate matching) only for spaces
Date: Sat, 20 Feb 2016 11:16:03 -0800	[thread overview]
Message-ID: <160220111603.ZM21374@torch.brasslantern.com> (raw)
In-Reply-To: <160219111327.ZM17643@torch.brasslantern.com>

On Feb 19, 11:13am, Bart Schaefer wrote:
} Subject: Re: Feature request: #a (approximate matching) only for spaces
}
} On Feb 19,  7:21am, Sebastian Gniazdowski wrote:
} } 
} } Can be resulting pattern put into $parameter for later use by $~parameter?
} 
} You might be able to work out a way to do so, but it'd be difficult to get
} the quoting right so that arrays were processed before joining etc.

Fiddled with this a little; here's the formulation that can be assigned
(in double quotes) to a parameter and/or used with $ary[(R)pattern]:

(${(j:|:)${i::=1}+${(@)${:-$INPUT"${(@)^${(s::)INPUT}/?/}"}:s/(#b)(#s)(?(#c$[i++]))/${match[1]}*}})*

So for example in the zsh source tree:

torch% () {
function> integer i=0
function> local INPUT=con
function> local -a files=(*) match
function> print -r --
$files[(R)(${(j:|:)~${i::=1}+${(@)${:-$INPUT"${(@)^${(s::)INPUT}/?/}"}:s/(#b)(#s)(?(#c$[i++]))/${match[1]}*}})*]
function> }
config.status
torch% 

All that was really necessary was to add (@) after +${ but note that any
pattern characters in $INPUT will become active again in the subscript.


  reply	other threads:[~2016-02-20 19:15 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-05  8:43 Sebastian Gniazdowski
2015-12-07  4:44 ` Mikael Magnusson
2015-12-07  8:22   ` Bart Schaefer
2016-02-19  6:21     ` Sebastian Gniazdowski
2016-02-19 19:13       ` Bart Schaefer
2016-02-20 19:16         ` Bart Schaefer [this message]
2016-02-20 19:19           ` Bart Schaefer
2016-05-08  6:13     ` Sebastian Gniazdowski
2016-05-08  6:23       ` Sebastian Gniazdowski

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=160220111603.ZM21374@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@zsh.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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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).