zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <p.w.stephenson@ntlworld.com>
To: Zsh Hackers' List <zsh-workers@zsh.org>
Subject: Re: PATCH: parameter substitution for exclusion by array
Date: Sat, 21 Apr 2012 22:05:43 +0100	[thread overview]
Message-ID: <20120421220543.29adea5a@pws-pc.ntlworld.com> (raw)
In-Reply-To: <20120420202051.367d012e@pws-pc.ntlworld.com>

On Fri, 20 Apr 2012 20:20:51 +0100
Peter Stephenson <p.w.stephenson@ntlworld.com> wrote:
> Index: Completion/Zsh/Command/_typeset
>        args=(${^fpath}/*(:t))

I wonder if it would be OK to fix this to

      args=(${^fpath}/*(-.:t))

or is that going to give problems with network paths?  Presumably zsh
function paths should never get quite as hairy as system executable paths.
I could base it on HASH_EXECUTABLES_ONLY (except they're not hashed and
aren't executables).

> +      args=${args:|funckeys}

I'll fix the embarrassing lack of parentheses here.

-- 
Peter Stephenson <p.w.stephenson@ntlworld.com>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/


  reply	other threads:[~2012-04-21 21:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-20 19:20 Peter Stephenson
2012-04-21 21:05 ` Peter Stephenson [this message]
2012-04-21 21:48   ` Bart Schaefer
2012-04-21 22:06     ` Peter Stephenson
2012-04-22 12:55 ` Mikael Magnusson
2012-04-22 18:20   ` Peter Stephenson
2012-04-23 13:54     ` PATCH: NEWS: mention new array operations Mikael Magnusson

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=20120421220543.29adea5a@pws-pc.ntlworld.com \
    --to=p.w.stephenson@ntlworld.com \
    --cc=zsh-workers@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).