From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17567 invoked by alias); 21 Aug 2018 10:46:22 -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: List-Unsubscribe: X-Seq: 43323 Received: (qmail 12080 invoked by uid 1010); 21 Aug 2018 10:46:21 -0000 X-Qmail-Scanner-Diagnostics: from out1-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(66.111.4.25):SA:0(-2.6/5.0):. Processed in 2.145283 secs); 21 Aug 2018 10:46:21 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) 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, SPF_HELO_PASS,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=FVJEmN QhxiSCUuvSUZtVj/G3FWGpUtcybHbJR30CpOs=; b=E3i6gGd0u7dIFHNuD+EUDm Qi/EnfHNobEbaZsxeIfiaaF4PqMXpqeXK3ma6GadJLeb/BGhZM7WEqUZ9BJdTHyG 3gRrObX25iRR6FDQTwSVCxR87BVGHwtwT678vrFqs6WTbEDo6RIrg6mDsKbxpIWC VlJd/LM67NnFdprDVnfk0SWooeusykj/obm5hWQ5qbKaK8EHUlpa/Gk8PdAu8seR UqDLuzuLhaEkV1z7/OxdCl7hNrtu92S7vHCLv4a5jatXOR+ZmgT7w9Qqlx0X7Xyv snAbUMYilZA9xtKSvM2gzZlWSth/ek5+vZBiFiZhLBtmDG3iVj24IcSnE7OB0E4g == DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=FVJEmN QhxiSCUuvSUZtVj/G3FWGpUtcybHbJR30CpOs=; b=ulWo+Wnw22mBk7rvedt4T4 hSNcEQ8P9S4323S7fHcKLGzJ4TB49bs+KIIJkAjkpbIOfJ5WDipvQyrQQLxDYhcv 9ffmvZq4zHNC5eeWB/9b4N5nGP2FkB9UiScAOpMGucB8PiK8SqyUSwSM52NxAgWa OHnsOL5/uF42tV1XbPDW23/pSY3CWzLp0A8/dN071aED55LrGj8BCGSFqbnbKgAH PsK2EQTt2/RCV1safdTBwzaVnlGfUOlh9scDlN6OpR1o0rLZVue+/ejquwCEQ6Fs EYUcCPYwuIddYwYUqDMOz0j+v3X6DS/OOkeyp/4UubsKg4Mc72xfBXQWRplIUwYw == X-ME-Proxy: X-ME-Sender: Message-Id: <1534847772.3540929.1481090208.24D58A31@webmail.messagingengine.com> From: Daniel Shahaf To: zsh-workers@zsh.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-7b72137a Subject: Re: bug report about zsh In-Reply-To: <3C1D9C2A-8B6D-4845-A8AD-584FB53BB434@kba.biglobe.ne.jp> References: <3C1D9C2A-8B6D-4845-A8AD-584FB53BB434@kba.biglobe.ne.jp> Date: Tue, 21 Aug 2018 10:36:12 +0000 Jun T wrote on Tue, 21 Aug 2018 12:24 +0900: > all of these complete to foo@host.com and the 123 will never be offered. > So I wonder why : is in the pattern [:@]. Is it just to ignore the > port number (if it exists)? The 'else' branch deals exclusively with the portion before the "@" sign of the (incomplete) "user@host" word on the command line. The ':' there allows values of the users-hosts style to use colons, as in: zstyle '*' users-hosts danielsh:localhost