From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11371 invoked from network); 17 May 2008 12:43:39 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 17 May 2008 12:43:39 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 68683 invoked from network); 17 May 2008 12:43:35 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 17 May 2008 12:43:35 -0000 Received: (qmail 15087 invoked by alias); 17 May 2008 12:43:33 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25056 Received: (qmail 15072 invoked from network); 17 May 2008 12:43:32 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 17 May 2008 12:43:32 -0000 Received: from mother.lugmen.org.ar (unknown [200.110.134.2]) by bifrost.dotsrc.org (Postfix) with ESMTP id 7C04E80589A4 for ; Sat, 17 May 2008 14:43:26 +0200 (CEST) Received: from thruster.twat.com.ar (p54954513.dip.t-dialin.net [84.149.69.19]) by mother.lugmen.org.ar (Postfix) with ESMTP id E44B219E809 for ; Sat, 17 May 2008 09:43:23 -0300 (ART) Received: by thruster.twat.com.ar (Postfix, from userid 1000) id C6F9B1019F; Sat, 17 May 2008 14:43:18 +0200 (CEST) Date: Sat, 17 May 2008 14:43:18 +0200 From: Angel Olivera To: zsh-workers@sunsite.dk Subject: _email-lbdbq Message-ID: <20080517124317.GA5157@thruster.twat.com.ar> Mail-Followup-To: zsh-workers@sunsite.dk MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="1LKvkjL3sHcu1TtY" Content-Disposition: inline X-Accept-Language: en, es, es_AR X-GPG-ID: 0xDB98F72 X-GPG-Fingerprint: A182 F6EC 302B 8491 A563 9B28 259F F209 CDB9 8F72 X-Homepage: http://www.redondos.biz X-Blog: http://blog.twat.com.ar X-Jabber-ID: redondos@lugmen.org.ar X-MSN-ID: redondos@redondos.biz X-AIM-ID: redondossh X-UIN: 11943866 X-YIM-ID: redondossh User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-Virus-Scanned: ClamAV 0.91.2/7141/Sat May 17 03:12:19 2008 on bifrost X-Virus-Status: Clean --1LKvkjL3sHcu1TtY Content-Type: multipart/mixed; boundary="gKMricLos+KVdGMg" Content-Disposition: inline --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi. I am tying to write a completion function for The Little Brother's=20 Database to complete e-mail addresses. I don't understand why: a. names (aliases) are not shown, despite the function returning the=20 items appropriately fomatted: alias:address b. the list appears. I select one address and then the list appears=20 again, this time read-only (I cannot choose any of the items). Thanks in advance. --=20 redondos --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=_email-lbdbq _email-lbdbq() { while read address name; do reply+=(${name%[[:space:]]*\(*\)}:$address) done < <(lbdbq) reply=(${reply:#*lbdbq:}) return 300 } --gKMricLos+KVdGMg-- --1LKvkjL3sHcu1TtY Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iQEVAwUBSC7S5Zuxm/q7/+jqAQIYYwf/XtCRPUfYPPDoD2P67VmNWNaB4XLQ7Agk ZxI9lomf41Gu9GwpZ8PJkj9mHhNfq4N8csOdvt1klp/P6tCEnK4Rz9y5C8avIXWU W+DrE0sYEDDsL9395+tc7w0Mh6e2//YPqjJ0Vj5dXmcHf+Eumux47NAZYWlI5iKo CZLVrJ6dQQ/VNEtXuvrJaaO9LbCqbsDM4RTF4sPocDvz6F027fM6J9rgXgTz7JT4 z/3KoZzE3GwABKZC3zGlgE/V19Mwoy1wGe+QshZH6X1TwAsu/8MiMcej/4/iMVTv A4GhHU2GaBsQTdCxzzQE/opjfviFpnxZuDU4Iv4rdKHgRqfJpa+BpA== =tzvA -----END PGP SIGNATURE----- --1LKvkjL3sHcu1TtY--