Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Zsh completion question
- X-seq: zsh-users 15542
- From: "Benjamin R. Haskell" <zsh@xxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Zsh completion question
- Date: Fri, 12 Nov 2010 14:09:19 -0500 (EST)
- Cc: zsh-users@xxxxxxx
- In-reply-to: <101112104912.ZM13936@xxxxxxxxxxxxxxxxxxxxxx>
- 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: <AANLkTimDtWUM2-4QK387PRQGh-NaV8K1uHGv_8ocbdtp@xxxxxxxxxxxxxx> <alpine.LNX.2.01.1011121151040.3583@hp> <AANLkTik9ZjkT7brVqS1wa6=yxS1vtkO2JTEncVothnYy@xxxxxxxxxxxxxx> <101112104912.ZM13936@xxxxxxxxxxxxxxxxxxxxxx>
On Fri, 12 Nov 2010, Bart Schaefer wrote:
On Nov 12, 3:31pm, Matias GraÃa wrote:
}
} I get the same behaviour. I don't set
} zstyle ':completion:*' accept-exact true
} anywhere I'm aware of. In fact, zstyle -L ':completion:*' does not
} show this setting. And, when I set it to false, behaviour changes, so
} it was this option indeed.
Check the output of
(setopt kshoptionprint; setopt | grep recexact)
Or, equivalently: set -o | grep recexact
The REC_EXACT option determines the default state of the accept-exact
style.
Thanks for pointing this out. Seems much more likely. I had only
considered things in (roughly):
set -o | egrep 'comp|menu|list'
Looking at things in the completion section of `man zshoptions` would've
been a better idea.
--
Best,
Ben
Messages sorted by:
Reverse Date,
Date,
Thread,
Author