From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27843 invoked by alias); 29 Mar 2015 21:02:40 -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: 20046 Received: (qmail 15351 invoked from network); 29 Mar 2015 21:02:37 -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:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=PheFttyF9Ec0V4jKZ40FQDzugyg7bI8ljWx0ctpDaYU=; b=cxMe7ff62Mtp5s4JL05Lwi7goX0ZqymL5bHdELZJYdlt76NfcUbUbuX8Uc4Brpw++y NkH/cpsZzRd7ZkWo1vD9Z8kSyNNF53fpydtoLfyE9KnWZdP/Lt6mnCIQK73KQ2LuCG0u BtxyP9fkGZp6e1cBqRlCaRRrBZWBXIXq7lZ0jX4A8oGpIwTDYM1MsUCPySUqsHUok4sP 4/bq31wDiQYETPC5ysvgux+8bX5UibB4XKz2Hq6KK58lgnIat+LfYcT7kt5f4jXjHYgC saIN1OSF0SBPixVILmBQfaUtfSIHUz3xk8PRB9RnJY7rLnjwmvixL8MxR+T2etcY0chA 9OEw== X-Gm-Message-State: ALoCoQna40XuyTgIPf6ZD2A9FIYH5M57EbquhsCsAGqcgfvVpzOfYmoHGHZIJKLzPTwj83op9cqa X-Received: by 10.202.214.84 with SMTP id n81mr22554154oig.87.1427662954251; Sun, 29 Mar 2015 14:02:34 -0700 (PDT) From: Bart Schaefer Message-Id: <150329140230.ZM13876@torch.brasslantern.com> Date: Sun, 29 Mar 2015 14:02:30 -0700 In-Reply-To: <551831D5.9080007@gmx.com> Comments: In reply to Eric Cook "Re: Seeking feedback word breaks and aliasing of tokens" (Mar 29, 1:09pm) References: <150327090501.ZM4166@torch.brasslantern.com> <5517402C.1000005@gmx.com> <150328211913.ZM6831@torch.brasslantern.com> <551831D5.9080007@gmx.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: Seeking feedback word breaks and aliasing of tokens MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Mar 29, 1:09pm, Eric Cook wrote: } } The additional effect example is what looks weird to me. I was mostly } curious how it would affect completion that relys on $words or $service } since with {- or {subcommand there would only be one word on } the line. But i was reminded in IRC that aliases expand before compsys runs. Yes, the behavior of completion *with* 34781 applied is consistent for unquoted non-alphanumeric tokens whether or not COMPLETE_ALIASES is set. That's probably a good thing.