zsh-users
 help / color / mirror / code / Atom feed
From: Daniel Shahaf <d.s@daniel.shahaf.name>
To: Fourhundred Thecat <400thecat@gmx.ch>
Cc: zsh-users@zsh.org
Subject: Re: filename autocompletion/autocorrection misfeature
Date: Sat, 8 Oct 2016 07:40:45 +0000	[thread overview]
Message-ID: <20161008074045.GA4681@fujitsu.shahaf.local2> (raw)
In-Reply-To: <57F896B2.9010506__48050.8810993799$1475909404$gmane$org@gmx.ch>

Fourhundred Thecat wrote on Sat, Oct 08, 2016 at 08:48:18 +0200:
> $ ls gs<tab>
> $ ls logs
> 
> How can I disable this "feature" ?

It's not enabled by default; something in your setup opts in to it.
Judging by your reference to DISABLE_CORRECTION, which is not a zsh
thing at all (not in zshparams(1)), I suspect it's enabled by some
configuration framework you use.

So, you should really follow up with that framework's support venue.
However, we may be able to steer you in the right direction.  What's the
output of
.
    bindkey $'\t'
    zstyle -L \* completer
.
?

> I tried adding following options into my .zshrc, but that did not help:
> 
>   DISABLE_CORRECTION="true"
>   unsetopt correct
>   unsetopt correct_all
> 

Not sure about the first one (as I said: it's not a zsh feature), but
the latter two should be placed at the end of .zshrc to be effective.


       reply	other threads:[~2016-10-08  7:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <57F896B2.9010506__48050.8810993799$1475909404$gmane$org@gmx.ch>
2016-10-08  7:40 ` Daniel Shahaf [this message]
2016-10-08  8:04   ` Fourhundred Thecat
2016-10-13  9:24     ` Oliver Kiddle
2016-10-13 13:34       ` Eric Cook
2016-10-13 14:22         ` Oliver Kiddle
2016-10-13 17:35           ` Fourhundred Thecat
2016-10-08  6:48 Fourhundred Thecat

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=20161008074045.GA4681@fujitsu.shahaf.local2 \
    --to=d.s@daniel.shahaf.name \
    --cc=400thecat@gmx.ch \
    --cc=zsh-users@zsh.org \
    /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).