From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20703 invoked by alias); 31 Oct 2016 15:26:08 -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: 22051 Received: (qmail 13947 invoked from network); 31 Oct 2016 15:26:08 -0000 X-Qmail-Scanner-Diagnostics: from out2-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.26):SA:0(0.0/5.0):. Processed in 0.504617 secs); 31 Oct 2016 15:26:08 -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=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable 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: | Received-SPF: none (ns1.primenet.com.au: domain at daniel.shahaf.name does not designate permitted sender hosts) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=cR80RR/EKIAO51m 26Ir2XpW0sAw=; b=s9C7bflhDZYK1h0lsgB1l7HXqZ2Ok5Rf5F0rIFb8ijY2KtR J5Pz+Lni2CK20ABAbQt3BhbkjVt85/4tMsZc/BkYKFWS0wyXrabteA5DlurCrZTM zFk5CIyMKeoSz6UmBpFQrFnATXfQZuu255oxllj3OkmTgLCAkue9BjZvEjOQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=smtpout; bh=cR80RR/EKIAO51 m26Ir2XpW0sAw=; b=oR7R6IBVgyVLPPkw6PLhKen8ejvlEBXJpQS/RQcikiVyaW ptF4TP/3ajE5VzPj2W8kTR0Ui/Sg6Nx5jWB+adTHIliEjGNsBsUszSLecNbIT4Kj qFtyPhsOoxyIx7CCFQnHaXloML+d1AAeHrt7fSxNuAzpk4Oy3QqC7to4RBCmU= X-ME-Sender: X-Sasl-enc: knforR+8qDeauoyj7cjyd+4zqwh4SxSgCfT13N0GKFLP 1477927560 Date: Mon, 31 Oct 2016 15:23:58 +0000 From: Daniel Shahaf To: zsh-users@zsh.org Subject: Re: zsh completion for umount Message-ID: <20161031152358.GA8452@fujitsu.shahaf.local2> References: <5815DDAB.8070307__40712.3355348178$1477828401$gmane$org@gmx.ch> <20161030153537.GB12137@fujitsu.shahaf.local2> <58164C21.9090505@gmx.ch> <161031004732.ZM18486__31116.0025107258$1477900147$gmane$org@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <161031004732.ZM18486__31116.0025107258$1477900147$gmane$org@torch.brasslantern.com> User-Agent: Mutt/1.5.23 (2014-03-12) Bart Schaefer wrote on Mon, Oct 31, 2016 at 00:47:32 -0700: > If you try to trick it as Daniel suggested by adding "./", things > are only slightly better in _canonical_paths, but then go sideways > later: the bug discussed earlier this year, in which the current > prefix is erased but nothing replaces it, affects this completion. For the archives: that bug is workers/39093.