From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4207 invoked by alias); 26 Aug 2015 18:18:17 -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: 36283 Received: (qmail 15991 invoked from network); 26 Aug 2015 18:18:16 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=KER87T+z2PeT4XgnoHjc2YghA6i4qS2hm4M8eVpOsJc=; b=M8Zb0H5Zb4J7M7VeSBxmZcTWDAIhqVYnLxYO/zV37FOcV8cn3pGVDOolJQBcUpjlyH mmQhcwKqgwf8Gj/XXCvodeMhIENw8I5e83kBxLlsHpc3mdlA24dlWxFynSrPWUFEBqMT +91zR+iLtVrhLEKM3g4z9+VqsciRqCRNYKeiejdOui6OlRDSjoI1RvEODTOIGPB4pFRT BLAbPwAZ0cZ8E/IQrQz7L6QoQ8E/tCyFu7tsKsEzNajBpWvdX2rBavgQde78tl3Wer+N JmOSMkxiF1Ob3xz38Pk0QY98eeRfSMZZArISYmHTjaJlD6yj/AAoIEz0n4a8FwtIMOGU OtOA== X-Gm-Message-State: ALoCoQkZmOa/vdkUAVQGOxAO88d+LREv3yHx+TDr+m627BDZGNDw1RniM7SePrPAR2kbGprMzynD X-Received: by 10.202.219.67 with SMTP id s64mr29916253oig.25.1440613094687; Wed, 26 Aug 2015 11:18:14 -0700 (PDT) From: Bart Schaefer Message-Id: <150826111808.ZM30185@torch.brasslantern.com> Date: Wed, 26 Aug 2015 11:18:08 -0700 In-Reply-To: <20150826053928.GD19027@tarsus.local2> Comments: In reply to Daniel Shahaf "Completion of prefix redirections is -command- instead of -redirect-" (Aug 26, 5:39am) References: <20150826053928.GD19027@tarsus.local2> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: Completion of prefix redirections is -command- instead of -redirect- MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Aug 26, 5:39am, Daniel Shahaf wrote: } } Typing "<" and at the prompt tries these completions [wrapped by me]: } } tags in context :completion::complete:-command-:: Confirm this is new since 5.0.8. Looking at _complete_debug output, it seems to be ignoring the "<" and completing as if the buffer were empty; there is nothing in the $words array when entering compsys, so of course it tries commands. Interestingly, compctl doesn't have this problem (though maybe not for the right reason).