From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13735 invoked by alias); 8 Oct 2016 08:10:10 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 22003 Received: (qmail 23907 invoked from network); 8 Oct 2016 08:10:09 -0000 X-Qmail-Scanner-Diagnostics: from mout.gmx.net by f.primenet.com.au (envelope-from <400thecat@gmx.ch>, uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(212.227.15.15):SA:0(0.6/5.0):. Processed in 0.458931 secs); 08 Oct 2016 08:10:09 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=FREEMAIL_FROM, FROM_STARTS_WITH_NUMS,SPF_PASS autolearn=no autolearn_force=no version=3.4.1 X-Envelope-From: 400thecat@gmx.ch X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at gmx.net designates 212.227.15.15 as permitted sender) Message-ID: <57F8A8A7.8040405@gmx.ch> Date: Sat, 08 Oct 2016 10:04:55 +0200 From: Fourhundred Thecat <400thecat@gmx.ch> MIME-Version: 1.0 To: zsh-users@zsh.org Subject: Re: filename autocompletion/autocorrection misfeature References: <57F896B2.9010506__48050.8810993799$1475909404$gmane$org@gmx.ch> <20161008074045.GA4681@fujitsu.shahaf.local2> In-Reply-To: <20161008074045.GA4681@fujitsu.shahaf.local2> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:AqaikmgoFH28RGm45/EYVdv5XSYBM9NftBOZnHBe6J3LZW+ecmb +zNBM21dJSalC47Ie86CR4xLWXDAQrc0NzULS1EBhVm6T5tg0zjzO1/DoZoeow1Quc22/zm 2Ze8qfdCfzVo/Ex27AXUpOJksZlQhlhf+VRB4gxqNjb2gcT9M7j2rrO94E8VaigGfGaYeYg 3FZOdnTFGR06LxNFXm2SQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:cfS+Kuz21Xs=:r1uXwTUx+lh/BJoYBI+9ZW CB60TVICQIwGZRjIbfOjZPNoB+Urc7ydT4Q/fwGnfW8UdkYM8PdkH6R3p+4tYsR6z8tPxSRye jg3m7IrlB4pJUrZ2qJCRf+/Vn6ur7ELoTn80j48NfXm7M8MYKS9lWR4dicXERDw7fAqv443s1 rCRsziyzqqdjUrDivqyT/dqdaICJUZt5yFGHODUUxKZCl186WL536mErss7Us+GPR5SZk5jEx SBAZK7pFkoIQ+D8IKqNnxMXb//1eKHqgeGoEJ6Wq2SWsd+56AO7kohnQty+FLsp6U55T4DGvf xwQPZF42hhxBKPHqZYB0yLBXlmS7J1y0bRA8Y47JqZyPZTkkiTU9YgY2bgXXFEdDe6yosl5Jr BozPjQxsw3YU0pmr0i1oE69c6nNMhBL3x5Rsat+iAPBD3sJ04OrI8hvQ5HMnPWbhKFiBBNea9 YZSppoFxeuGjF37a0tJRLepxNP3VtvmD05u2hluVH8uwKyHl8i38vnq6AhPGetc/PoSm8lY29 z0ihoNRRX4AaN6rWUhThFgybhM10PZKZNUUQFSjV7rLYZvOqmqoxzLDBNsKylwfnM1PVFHfqi oFA4fFQTknNdajco0MWsoi9GkqJcqqN8jhqy/iF8mB2kq6SzmgdCQE6VKjKhzSU/bq4PJSxjZ MmVamNbVZeA4fk81h1Q58YbJS23IZCic3xdR21TFlVPRliyTQmHEdmz51hlrzRSfHGwjBi6PI KgfHQTnbw608wIB9TKAAJNbVT8zL2Q1tWLhwTxokj8Iaa991QG+Jv8wcZ1m4oDhzWD297AmWP 009cfnm > On 2016-10-08 09:40, Daniel Shahaf wrote: > > 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 > . the output is: "^I" expand-or-complete zstyle ':completion:*' completer _expand _complete I have now disabled zsh-syntax-highlighting, and I am not using any other framework (no oh my zsh). But the problem persists. >> 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. yeah, DISABLE_CORRECTION did not look like valid zsh option, but I tried it anyway, because several people were recommending it when I googled around. I should also add, that I am using zsh 4.3.17 thanks for help,