From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2419 invoked by alias); 10 Jan 2016 19:55:34 -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: 21144 Received: (qmail 8714 invoked from network); 10 Jan 2016 19:55:33 -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,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version:content-type; bh=IGyjf7DLhmMhl8uSAixfeTrdQD5aRsgZmioKEgMI+oM=; b=jCIm0Xd6RSzim+TLCfPwJcBYPZC5b9Bs3pjh9lXLd2UgkD3Iqz7dLxHoUNGTR2ESdO AuuIC1Ll8RflFv/u1amo3UH9PX+k/sX1P2EXob0HZ6yrjWZqywBf3eqNj9SVMwBc9YK1 wwRZnOf3J8sxfn2xT7m9ZAjDTUGZ3/+VUJOFUw8i3179P/dig1bnqPTvazgpFkGF0j+q YwTzj0vI+4O1wgPPTvXW6lFfwL1jqHyKTTlCBdL4C+8Hn2mxQVDE736jb1bfJ46mzN0W 3hk6PQHWWpPLvZGUsIYu8tDJL06QyhFzJmwlrFJ4YJ9n+ywNZOYYQu8gkmt/2hVDh5Zz R3dA== 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=IGyjf7DLhmMhl8uSAixfeTrdQD5aRsgZmioKEgMI+oM=; b=bvm/MqTqKLXqDmQm9raQsaWfbazWfuO0mDv7gzzHV/6UOPzpH2CBQHgGDUki9/pdRN 7V3Y177sD3EUkRd6gvf38jcsH4WJYzv2evuGQVE93qKzXgEdAwlulEXjLCa+WOVpURhK AqF/bCQR78gkaIIVrhcli+11O8Nd0wf2x5gKEcmZqElqbZaXhDaxXS4lnM0zFP58i26t I1CnFqRjJ53kJ/woH7O8gb3MvE7xgwQ8WaKZeNNKdYUBXrsAr6dcefk2Zt0iGkqlLM8+ sMSurdB08lPxdmCnCirLPpVekc1ITPbgCTllM6u6SAMkNoQJg9hKKWWjXzyI78ZFu37X WeRw== X-Gm-Message-State: ALoCoQn1aqFyglqdu9dIFrBp6K82sJ7gCgnZOXgVZOj8lvY6yBogFHkt3nPx+poOfs2TIw8jlgDSz5XDJQFwDprKa3vAakZTSw== X-Received: by 10.98.18.76 with SMTP id a73mr20804107pfj.65.1452455730810; Sun, 10 Jan 2016 11:55:30 -0800 (PST) From: Bart Schaefer Message-Id: <160110115542.ZM998@torch.brasslantern.com> Date: Sun, 10 Jan 2016 11:55:42 -0800 In-Reply-To: Comments: In reply to Sebastian Gniazdowski "Re: Announcement of Zsh Command Architect v1.0" (Jan 10, 8:20am) References: <20160108093313.GA16910@linux.vnet.ibm.com> <160109155417.ZM4367@torch.brasslantern.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Zsh Users Subject: history-words (Re: Announcement of Zsh Command Architect v1.0) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jan 10, 8:20am, Sebastian Gniazdowski wrote: } } PS. Still seeing duplicates after: } } zstyle ':completion:*:history-words' remove-all-dups true My mistake; only "list" and "stop" are looked up in that context, "remove-all-dups" and "range" are looked up in the context :completion:history-words:history::: without the trailing tag. Obviously this is not very well documented. zstyle ':completion:history-words:*' remove-all-dups true