Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Can't complete path with hidden .zfs?
- X-seq: zsh-users 22711
- From: lilydjwg <lilydjwg@xxxxxxxxx>
- To: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- Subject: Re: Can't complete path with hidden .zfs?
- Date: Wed, 24 May 2017 18:41:48 +0800
- Cc: zsh-users@xxxxxxx
- Disposition-notification-to: lilydjwg@xxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:disposition-notification-to :user-agent; bh=mcNIU6Vfo+0GYewqpT4jjFcv2lPNyqeOvn6nevEiegk=; b=jWn0PyAlseEK6zRozi2wJl2gm6VpuJY0ZeQkAlT+hhB7+B9qDz0ky4mABmkBwdY8YQ paGUOtSYDmrpaauaVO3kC4RmQl+yDDHM/yKbP9Rkl7wrSModF+QSK3xNZeX0bjYZhWgq siglZKcjK0F1Z5Y19n2uUT5d2SlJwXzPqSFVdb5M6i5L5TywhSbCLV8U4cPVluQTcUic cn4bcJutSi9MxP4RAwt/BzSDC+ovjBTGwlpboGZuUN79bV9t0CEqFqtTIA6HoRSO947s 9wtECnKhQPQjdz1eYeiVajd+/+XA1fyhVOtSg3G/tKf8aK1IEqT8lqpKhRPXOonXTFH/ FW9A==
- In-reply-to: <20170519093052.1832023d@pwslap01u.europe.root.pri>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CGME20170518034638epcas3p184182faf0a2f6197f34386a052b7c856@epcas3p1.samsung.com> <20170518034452.GA22579@lilyforest.localdomain> <20170518100220.14cb480e@pwslap01u.europe.root.pri> <20170519033809.GA16150@lilyforest.localdomain> <20170519093052.1832023d@pwslap01u.europe.root.pri>
On Fri, May 19, 2017 at 09:30:52AM +0100, Peter Stephenson wrote:
> Here's some improved documentation about the cases in question.
> [...]
> @@ -1428,9 +1434,10 @@ or colons in var(dir) should be quoted with a backslash to be treated
> literally.
>
> This can be useful on systems that support special file systems whose
> -top-level pathnames can not be listed or generated with glob patterns.
> -It can also be used for directories for which one does not have read
> -permission.
> +top-level pathnames can not be listed or generated with glob patterns
> +(but see tt(accept-exact-dirs) for a more general way of dealing
> +with this problem). It can also be used for directories for which one
> +does not have read permission.
>
> The pattern form can be used to add a certain `magic' entry
> to all directories on a particular file system.
Thanks. But with fake-files, I have to list all paths that are root of
a zfs "filesystem". It isn't going to be easy to maintain, so I prefer
accept-exact-dirs.
It'll be great if I can use a custom function to decide what to add, so
I can add .zfs only when it actually exists.
--
Best regards,
lilydjwg
Messages sorted by:
Reverse Date,
Date,
Thread,
Author