From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4702 invoked by alias); 13 Oct 2016 13:35:07 -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: 22006 Received: (qmail 14860 invoked from network); 13 Oct 2016 13:35:06 -0000 X-Qmail-Scanner-Diagnostics: from mout.gmx.net by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(212.227.15.19):SA:0(0.0/5.0):. Processed in 0.484152 secs); 13 Oct 2016 13:35:06 -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.0 required=5.0 tests=FREEMAIL_FROM,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: llua@gmx.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at gmx.com designates 212.227.15.19 as permitted sender) Subject: Re: filename autocompletion/autocorrection misfeature To: zsh-users@zsh.org References: <57F896B2.9010506__48050.8810993799$1475909404$gmane$org@gmx.ch> <20161008074045.GA4681@fujitsu.shahaf.local2> <57F8A8A7.8040405@gmx.ch> <9277.1476350689@hydra.kiddle.eu> From: Eric Cook Message-ID: Date: Thu, 13 Oct 2016 09:34:51 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <9277.1476350689@hydra.kiddle.eu> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:B70ihDW5V72pMSnVU10gC12GXDNy2fQx4LeXj1Soxp4vTVIxL10 FPtvwH3Q8h6Awyy64m6Wu8zf1Ss9HKjzDt+NFIw6ZMR6ID1xBo000JOKd6zrInENujBrjm0 jv/RDQKai9NLcCtY1G9Zg0Cm8lNhys1ZoBcEi45Ku+gD5quU/kPvcrAiJij58g57z6oOLoW /ksT2dK2OI1E1ObiZ034g== X-UI-Out-Filterresults: notjunk:1;V01:K0:diVCWHSRugA=:csE/cG1GDQrw9l/AgILWcg plo5wZ1ScwDr10xQ3AcOn2pYl3HOoUUed+lvCbljfgN/M+xTDX/kIAD6cONceW0cXK4D9LbCQ abNiE++ekqNMvOaqUXAJRFh4rQeyt5jWvxP4/h9yXTgktPAQizxxCyIrPwqCIe/9jkQecWqyy X5+ShCwC1funWZLU17zB0odIm7otiRSD/UlYdZ3YA94Y1XK39meNaDonvDzWi8L7xHdFYkWfd jpa1BBQrabKYjlIIZxyh3TIrY2fdbUMraHocSF2RSJHYAmVzXqb9N7EVX8RqSjLA65JeoSnf4 wbCUdbgBwqy285fqJWwev56knMIzlnDM2G4KpnEJ7C9PXdmVN0xvoTELDMdxMmLSDQc73HMxU qY0A1bweVQQvY0lOfAGMiUwnegHvVZq5KK8/w3UP3/Q0jZxiARy8W7ufvuf09VeiYa6+cKbp+ dxjqkFlKSPly0XHtvv0JetIhLQ+/+4bECSX5+fUsWuvX2KJQDXbyBqOB/SsOi2zD65S7VBJAU +R3+faLXGqAkElqx6b/AJJNfUQpGfHDk7CPVirLuszVm9E9dpZnvpdEddkh0b+NVN1ggsLjHA I2mBQJj9u+bkvidNkjyNl1a/tDEaWQe6iQ8eSRwpBUXlc5znh565Q8tawVS9Fz801GqFGyV4i V7sjrbLaLwi2PN35lBaoVr4kP4Vp7frjbY1z60jETa32jEbO2pqGpsEqyCf7FRI7v2y/T0hZP gSvyM2bXkCZxnrFFo7WBJ+51ZddcE9t0Wf4XycnYADHbh/FCGIe7Pl9DfOzAjB3kkN4YujsSg CrYCo0u On 10/13/2016 05:24 AM, Oliver Kiddle wrote: > On 8 Oct, Fourhundred Thecat wrote: >>> 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 > > Nothing there looks like the cause though it seems strange to combine _expand > with expand-or-complete. Normally, you would either stick with using > expand-or-complete as the default or bind tab to complete-word and then > carefully configure _expand to your taste. > > The next thing I would check is for matching control: > zstyle -L \* matcher > zstyle -L \* matcher-list > > If that doesn't work, try bisecting your entire .zshrc until you > narrow down that line or lines that cause the problem. You can also > run zsh -f to start with a clean setup and paste in lines. > > Oliver > It appears the question was asked in multiple places. unix.stackexchange.com/questions/315714/disable-substring-filename-completion-in-zsh