From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25561 invoked by alias); 3 Jun 2016 20:57:25 -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: 21610 Received: (qmail 14960 invoked from network); 3 Jun 2016 20:57:25 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=5eHKAuRKAwbpNU7iQVZqzqgjdsk=; b=Ir3bkx ArZbqA1GbSX8q18uF9Do0yRc9ustHUO/NyWcc6r956Sk/Lk1RDlBxG37zTlQZZqg liOeO9+3f6hl8nvdouwAqfXzEn/HbemAzGsY3SVQAKiQCR+hqFFgN6OaAfN0wCl2 6DKdAeasTh4IODmqjK++KEyqd7iIvsR1kbaPE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=5eHKAuRKAwbpNU7iQVZqzqgjdsk=; b=SYdpM AHDBDNma/VyKPwSSskh88d32YjTjwtcD4Ir81pBUFHoWcxdl6Z4todXnL4B2mF89 AZkyQeWxHC2rxNevyRW87vtWxPlziBOQCJg5xCMAw+uCibLg41wFC0aG8ev1vIwZ BKGlSiGjnD3EBAv8HzLHXILxLHEIBEoIzJkViM= X-Sasl-enc: BQCZrzO2SQ/nDWjZljqJGomCT4y24bsugIw7yOfkzCqF 1464986810 Date: Fri, 3 Jun 2016 20:46:41 +0000 From: Daniel Shahaf To: zsh-users@zsh.org Subject: Re: X=`cat ~/y` completion Message-ID: <20160603204641.GB2490@tarsus.local2> References: <20160603053123.GA26773@fujitsu.shahaf.local2> <160603122905.ZM24555@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <160603122905.ZM24555@torch.brasslantern.com> User-Agent: Mutt/1.5.21 (2010-09-15) Bart Schaefer wrote on Fri, Jun 03, 2016 at 12:29:05 -0700: > [This is more properly a -workers discussion but I'll continue on -users > because we started here.] I meant to send this to -workers. Thanks for the fix, I confirm the patch works for me. Cheers, Daniel