zsh-users
 help / color / mirror / code / Atom feed
From: "Matias Graña" <matias.alejo@gmail.com>
To: "Benjamin R. Haskell" <zsh@benizi.com>
Cc: Bart Schaefer <schaefer@brasslantern.com>, zsh-users@zsh.org
Subject: Re: Zsh completion question
Date: Sun, 14 Nov 2010 17:52:35 -0300	[thread overview]
Message-ID: <AANLkTim+y_w+8n0S7uMmC+bKF4LFZDFupYr3siHH7TuW@mail.gmail.com> (raw)
In-Reply-To: <alpine.LNX.2.01.1011121359290.3583@hp>

On Fri, Nov 12, 2010 at 4:09 PM, Benjamin R. Haskell <zsh@benizi.com> wrote:
> 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

Yup, I had a line setting recexact (I took my initial .zshrc from
somewhere I can't recall now; I usually don't know which behaviours
are "optable" or not.)
I don't know about the OP, but this thread was really valuable to me.
Thanks,
Matias


  reply	other threads:[~2010-11-14 21:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-12 15:10 Volodya Khomchak
2010-11-12 16:57 ` Benjamin R. Haskell
2010-11-12 18:31   ` Matias Graña
2010-11-12 18:49     ` Bart Schaefer
2010-11-12 19:09       ` Benjamin R. Haskell
2010-11-14 20:52         ` Matias Graña [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-11-12 15:05 Volodya Khomchak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AANLkTim+y_w+8n0S7uMmC+bKF4LFZDFupYr3siHH7TuW@mail.gmail.com \
    --to=matias.alejo@gmail.com \
    --cc=schaefer@brasslantern.com \
    --cc=zsh-users@zsh.org \
    --cc=zsh@benizi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).