From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10902 invoked by alias); 19 Mar 2015 02:36:15 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 34737 Received: (qmail 9906 invoked from network); 19 Mar 2015 02:36:11 -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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=gez3HEBVfkvTQ0nTFCeWbrvTh5uxo0fFc56V3J8RxG8=; b=Q6qWio2FHkaP5bEj7YEwhxpAzdHoWxdcEYfRsHZfJ2bEY+Tulo7rJcejvxKMvl1DkI gfUuik0OS9UyiMh73risu8B5UOq0NkPuDzBeT+KrrbcMovF0GKBGQK6BGgBcrrJW+9Rr ua6g176zVkJ8VXU+ste5IUF8+HYNVoJNgHCjcdEsQpRfDiCBq3MTGr42mn2FYEW77WND JKv7TIWVO9Wgt6BEUn2BptDNMMaGSzbiWhKQXAKfTsoHwyA5kOPxnVpf6p9T3p9oHO/B 8Qlp51D2Psda7eF16buF6JH/veUSDdqlqP3FXGkSympyJyCmf4n8mc/wD45S5OVvuNDa 9tVA== X-Gm-Message-State: ALoCoQl5QixbvDCfWwYlLLyrqkx1dvgZIENNhAzyE8LNCGKhavQg4oDt6y/2mT3WZiyPJLpllW4+ MIME-Version: 1.0 X-Received: by 10.180.77.166 with SMTP id t6mr12380954wiw.52.1426732124745; Wed, 18 Mar 2015 19:28:44 -0700 (PDT) In-Reply-To: References: Date: Wed, 18 Mar 2015 19:28:44 -0700 Message-ID: Subject: Re: capturing output of !! not working From: Bart Schaefer To: Vin Shelton Cc: "Zsh Hackers' List" Content-Type: text/plain; charset=UTF-8 On Wed, Mar 18, 2015 at 6:49 PM, Vin Shelton wrote: > $ ls -l $(!!) > ls -l $() If I back all the way off to 870d880befaede1f55f232717a93ed07b9edb4c6, I get the first inklings of this: schaefer<502> echo $( !! ) 5.0.7-dev-0 echo $( echo foo ) zsh: command not found: !! Note the printed expansion is correct but that's not what gets executed. It appears it was last working in 93846edb0d5d606e167f929532608eaea273c23f before workers/34160.