From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17407 invoked by alias); 2 Dec 2011 17:37:37 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 16597 Received: (qmail 3627 invoked from network); 2 Dec 2011 17:37:26 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at altlinux.org does not designate permitted sender hosts) Date: Fri, 2 Dec 2011 21:37:24 +0400 From: "Alexey I. Froloff" To: zsh-users@zsh.org Subject: Re: Q: _regex_arguments problem Message-ID: <20111202173724.GB18623@altlinux.org> References: <20111202131418.GA18623@altlinux.org> <20111202161519.3adb17bf@pwslap01u.europe.root.pri> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tjCHc7DPkfUGtrlw" Content-Disposition: inline In-Reply-To: <20111202161519.3adb17bf@pwslap01u.europe.root.pri> User-Agent: Mutt/1.5.21 (2010-12-30) --tjCHc7DPkfUGtrlw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 02, 2011 at 04:15:19PM +0000, Peter Stephenson wrote: > The key point is that in this case you are given the whole command line > at once, joined with NULLs Oh, that explains a lot about the whole _regex_* stuff. I've found so far, that the only utility function, that can complete anything-but-space-separated list of values is _values. And it accepts only predefined values. My list of ids is not static, it is fetched from remote server via executing special ssh command, so I guess this problem is not related to _regex_* completion, this is just not possible... --=20 Regards, -- Sir Raorn. --- http://thousandsofhate.blogspot.com/ --tjCHc7DPkfUGtrlw Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAEBAgAGBQJO2QzOAAoJEErPkC6vOrpJU1QP/2sDI4uVVCc6Gw4cQbllc5Im tmAV25sED5AjXaHaG7HlzV2Cqe+1eKJ/HDm9r9CPGS0e7mMGRd43r/8GCGsTm/SC aCYnsi+j5bgT3426qsjUlyyyOXvXUd6fQ/04tzIiwL2wzC0N7jBVY5pgv8TqHfaB KydHksT9/SAzTnZP8cU2h2JnrXmr/MKzF0AoRddbxJ/PId3fZYHWAm/hCvlO4QTj dhN9kXkHzt087REnM56j/z+LDqzL1+7izfCdMGgs3CFxUqYh1Z+dMZRlNqHvgng8 oJFKXCDpwSoFiISzmLgFNulTS1Jecx+peZ4iA0/+uzIyMICMZxoz2fZ8pN8ayAR2 EnA9/0mkP8BYp9S5Ri2KHIHk/uFBuqXN+fhkk32WylccPgEpeJVg69OV509XLdy3 +Ve0vriAEPBbVwBPhLcJlkm/pVHLTCcucNcx9OxWhwDtnh4UxLFxIn0RBdpOrYnG ZZ4yonQP2Dgve9KnDaunXD37nTpdtHMcl+UjzEU6/520x2Trzjv8iqzcTqu1Mi0J 5x1G8RWP8JvkU1ivZrxvKzu8/eGHXDjVY81OB2e3XdGsPgSIMEseEoyAUGBCBaNE Del/yHfzp9a/l2wUxrG1LAYAKEhEXsE4WxvEa0el7c64mV+we0Z4avxhpnl9HTzL bGKWOmxnhFseyTgesQag =Eu4B -----END PGP SIGNATURE----- --tjCHc7DPkfUGtrlw--