zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@sunsite.dk (Zsh hackers list)
Subject: Re: PATCH: completion regex handling
Date: Tue, 27 Feb 2007 08:46:04 -0800	[thread overview]
Message-ID: <070227084604.ZM13253@torch.brasslantern.com> (raw)
In-Reply-To: <20070227124105.8208c36c.pws@csr.com>

On Feb 27, 12:41pm, Peter Stephenson wrote:
}
} _values is doing something weird [traditional pause for amazed cries to die
} away] with the separator.  It gets it with compvalues -s sep near the top,
} then further down there's this:
} 
}       if [[ ${#noargs}+${#args}+${#opts} -ne 1 ]] && compvalues -s sep; then
}         sep=( "-qS" "$sep" )
}       else
}         sep=()
}       fi

That all appears to date back to zsh-workers/8219 when Sven first added
the compvalues call.  SourceForge CVS won't help because it doesn't go
back that far.  Then look at workers/14257.  Could Sven have missed a
spot where he needed to make a change?  Also, perhaps some of those calls
to "compvalues -s sep" should (or at least could) be changed to instead
test (( $+sep )) or something?


  reply	other threads:[~2007-02-27 16:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-25 22:37 Peter Stephenson
2007-02-26  8:18 ` Bart Schaefer
2007-02-27 12:41   ` Peter Stephenson
2007-02-27 16:46     ` Bart Schaefer [this message]
2007-02-27 20:35       ` Peter Stephenson

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=070227084604.ZM13253@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@sunsite.dk \
    /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).