Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: GLOB_SUBST not in man page
- X-seq: zsh-users 19026
- From: Jérémie Roquet <arkanosis@xxxxxxxxx>
- To: Jerry Rocteur <jerry.rocteur@xxxxxxxxx>
- Subject: Re: GLOB_SUBST not in man page
- Date: Thu, 21 Aug 2014 15:15:01 +0200
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=yggFrRqhpU27utGSsWCJ7mpqwdx9z8L1Duif/FHKWnM=; b=tgnaxttEJsuKO7Vh3ybUo8nCc+2MTjBXP9KLIXw5KzsWU6cvXyhpu4lZwdfF9LkSq9 GwfHByMCMaUwOhHMupvBFO0rjzqiX9DXHvcNR4hXCagsGhRpY2t94VYfaOR7qDIQe16Y nNQqjAVqvimyQbqUM7TPa99unKOmy6D3PHn7/a6HYgI+PQOjHrllgHksG94gPcIyjMiV h2dskvtGa7BR5vlSPsPjpS8n3SjB1rk2MRdECRT/KpdZyF0/ZmjIq8gOYaEQLixLvZFP EAagJfTqPa7GXZ+k96yYpzW5oTBeKbe1Joj4NXr+FzBHFqRDzTx3vKMGjfm9PnI7HvcN O3lQ==
- In-reply-to: <CAGAAoy1ya70bxpEWWDXg7PN1GNEKf=JgXQ7x-dSWoWJm5bL6Pw@mail.gmail.com>
- 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: <CAGAAoy1ya70bxpEWWDXg7PN1GNEKf=JgXQ7x-dSWoWJm5bL6Pw@mail.gmail.com>
Hi,
2014-08-21 12:40 GMT+02:00 Jerry Rocteur <jerry.rocteur@xxxxxxxxx>:
> I'm trying to indentify a problem and noticed that I have globsubst set to
> off but when I man zshoptions I don't find that option ?
>
> Is it deprecated or just missing ?
It should be in the man:
$ man zshoptions | grep -A 4 GLOB_SUBST
GLOB_SUBST <C> <K> <S>
Treat any characters resulting from parameter
expansion as being eligible for file
expansion and filename generation, and any characters
resulting from command substitu‐
tion as being eligible for filename generation. Braces
(and commas in between) do not
become eligible for expansion.
$ grep -A 6 GLOB_SUBST Doc/Zsh/options.yo
pindex(GLOB_SUBST)
pindex(NO_GLOB_SUBST)
pindex(GLOBSUBST)
pindex(NOGLOBSUBST)
item(tt(GLOB_SUBST) <C> <K> <S>)(
Treat any characters resulting from parameter expansion as being
eligible for file expansion and filename generation, and any
characters resulting from command substitution as being eligible for
filename generation. Braces (and commas in between) do not become eligible
for expansion.
)
Maybe you're using an outdated man?
Best regards,
--
Jérémie
Messages sorted by:
Reverse Date,
Date,
Thread,
Author