From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2097 invoked by alias); 27 Aug 2011 17:52:08 -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: 29728 Received: (qmail 13739 invoked from network); 27 Aug 2011 17:52:07 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.220.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2ZswvY2MThwMMJLvsKZ8sLj8nCkDmuejn0oY4sBw3/0=; b=N/b6y588JSWXmpj75MYIZEcL57IDa1+Hb816mdFs2NiJaBzpqtXHrm+JvQvousChd1 DheKYIXk8UWeJu26u7h8xBbYbpfxdfbL8PwtDgt3WXZ/ZB7eQrkiveow/z0CsGEhPf5K 5nTZGWaSqKE9CIQZ7OjPyMEt3+pz8NcyNlRlE= MIME-Version: 1.0 In-Reply-To: References: Date: Sat, 27 Aug 2011 19:52:02 +0200 Message-ID: Subject: Re: PATCH: Fix little chown completion annoyance From: Mikael Magnusson To: Julien Nicoulaud Cc: Mailing-list zsh-workers Content-Type: text/plain; charset=UTF-8 On 27 August 2011 19:45, Julien Nicoulaud wrote: > Hum, yes, I guess I'm feeling annoyed by this because I always specify the > group (explicitly or with the colon suffix), but most others don't. Let's > forget about this. You can just type the name of the group while the colon suffix is there, and it will remain, that's sort of the point; it's only removed if you type a whitespace character. -- Mikael Magnusson