From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4256 invoked by alias); 27 May 2015 13:13:21 -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: 20228 Received: (qmail 18224 invoked from network); 27 May 2015 13:13:18 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS autolearn=ham autolearn_force=no version=3.4.0 X-AuditID: cbfec7f4-f79c56d0000012ee-31-5565c0907a80 Date: Wed, 27 May 2015 14:03:09 +0100 From: Peter Stephenson To: zsh-users@zsh.org Subject: Re: change behaviour of command line completion Message-id: <20150527140309.66a06300@pwslap01u.europe.root.pri> In-reply-to: <20150527125549.4961ffde@pwslap01u.europe.root.pri> References: <20150527125549.4961ffde@pwslap01u.europe.root.pri> Organization: Samsung Cambridge Solution Centre X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.0; i386-redhat-linux-gnu) MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrKLMWRmVeSWpSXmKPExsVy+t/xK7oTDqSGGmxr4bHYcXIlowOjx6qD H5gCGKO4bFJSczLLUov07RK4MqY938xSMIutYvbiO2wNjL9Zuhg5OSQETCSaly9hhbDFJC7c W8/WxcjFISSwlFFi0Y9fUM40Jok7K1YxQjjbGCW23e8Fa2cRUJX4cOk+WDubgKHE1E2zGUFs EQFRieUrNrOD2MICFhIfdx1jA7F5Bewl5q7+DVbDKeAg8fT0SVaIoR2MEudXfQEbyi+gL3H1 7ycmiJvsJWZeOcMI0Swo8WPyPbAaZgEtic3bmlghbHmJzWveMoPYQgLqEjfu7mafwCg0C0nL LCQts5C0LGBkXsUomlqaXFCclJ5rqFecmFtcmpeul5yfu4kRErhfdjAuPmZ1iFGAg1GJh/eA dGqoEGtiWXFl7iFGCQ5mJRHeqXuBQrwpiZVVqUX58UWlOanFhxilOViUxHnn7nofIiSQnliS mp2aWpBaBJNl4uCUamBMfrz9D1dPUIMty2bPybMFo/f4uuhn/+3l59syOcbtaEOaUv26yUzc vc48Ne7sQT+efzyU/zgpZ164nWiBTEajsLJulp+shVT5HyM/4xkT/oRZ1Nw7+fXIs+ar/dZf zVzdNv5Runn+0dxv/P+rW5S9RWsOVl2P6p6402/L9iz5Mmf2M/OTpiuxFGckGmoxFxUnAgCY 8ayrWAIAAA== On Wed, 27 May 2015 12:55:49 +0100 Peter Stephenson wrote: > On Wed, 27 May 2015 13:36:56 +0200 > ruud grosmann wrote: > > In the old situation, when I was in a directory with only one file, > > 'example.txt' and I typed 'ls x', no completion followed. Because > > no files start with an 'x'. > > But now, zsh happily changes the x to 'example.txt', because the x is > > in 'example.txt'. I rather don't want this behaviour, but I cannot > > find in the documentation of the options anything that describes this. > > This could be various things... > > 2. Matcher control. In case anyone else wants to know, Ruud told me off-list it was here --- removing the matcher-list style stopped that particular behaviour. pws