From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3746 invoked by alias); 18 May 2017 03:45: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: 22704 Received: (qmail 26837 invoked from network); 18 May 2017 03:45:34 -0000 X-Qmail-Scanner-Diagnostics: from mail-pf0-f178.google.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(209.85.192.178):SA:0(-2.8/5.0):. Processed in 1.02191 secs); 18 May 2017 03:45:34 -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.8 required=5.0 tests=FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_PASS,T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: lilydjwg@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.192.178 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version:content-disposition :disposition-notification-to:user-agent; bh=VM+zmhP3cXtgMxHd82GYs2paxK95gqmZy+EJ1RV4ZtY=; b=mTku3BSXuKSM9ua1QvzAobgBW/+bTdm5k+4DemJ/uEdLeVga/H2epd78dp26sMG0iN NcO0luK1/ahjFAp4l0Mmn9wq84eNncdjcZLJf/6mNkNVRXX3qKXVdCAetmj+buq0fB9T swMHVox4sdEDCCatAspF3/jwsgQ/beZa8jIoHkHrntCnzCN8MqBIzZOWli4t4Qt2E1rC arj8z1Fck4w2hQYzAh6UytXTYg+FbYnJYu8v7ymDhGD3ifRyzMccU7OPKQptBH7GWR0A qMet3ZsYYrcJG2lhS92gwUwH+BEyjiUNCYb2u86vobj4NH4VqDk49VVYyeFBWn5nK+i+ ZH8A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:disposition-notification-to:user-agent; bh=VM+zmhP3cXtgMxHd82GYs2paxK95gqmZy+EJ1RV4ZtY=; b=EULgLoewOY5js7kaPTF54K8RAvcgMHM5RsnrG3ky3hv4bF+Za49vquRKfoYFVvlwNZ gXWWJOY8BxuHzHs/x6Plbfte3KRZkhWLgDC0GyGUwEJNO6jXVhVhBVE/Uo9MSQDENZaQ /gCES1KZu79IiauLT9LJoPlVlF87fWhYL4DM4p2EwGswMMig8EsaJC23vgIt3Mc7lbtA 9XmrTwARZomBsvlK78nZ+d8zc8A+sWKet8Jk2JqjkpX7tEriuHRJPensoui1quSjDJS1 ijFhs/fhRZMW1xjIXZEkX2ehH54yrP5usOuXA5/8CsR33e8KVn9NSeYwSmxEbq03qe+S zxVg== X-Gm-Message-State: AODbwcCDKs9dWOz9a5rQC9gkwh61zxrMNB+duCyBm+WDMLhY6df7VP7m ob4cUylxVjUZS4M7 X-Received: by 10.98.22.9 with SMTP id 9mr2095260pfw.125.1495079127064; Wed, 17 May 2017 20:45:27 -0700 (PDT) Date: Thu, 18 May 2017 11:44:52 +0800 From: lilydjwg To: zsh-users@zsh.org Subject: Can't complete path with hidden .zfs? Message-ID: <20170518034452.GA22579@lilyforest.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.8.2 (2017-04-18) Hi there, When I try to complete path like /zpool/.zfs/snap or further, zsh shows there are "No Matches Found" even there actually are. The .zfs directory is special in zfs: it doesn't appear in "ls" but if you access it, it is there. But zsh doesn't complete any path beneath it. -- Best regards, lilydjwg