From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7576 invoked by alias); 7 Mar 2013 12:18:12 -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: 17674 Received: (qmail 7444 invoked from network); 7 Mar 2013 12:18:11 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) 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, SPF_HELO_PASS autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at samsung.com does not designate permitted sender hosts) X-AuditID: cbfec7f4-b7f4c6d0000018de-46-5138832423c3 Date: Thu, 07 Mar 2013 12:08:03 +0000 From: Peter Stephenson To: zsh-users@zsh.org Subject: Re: Slow completion Message-id: <20130307120803.2d7f1266@pwslap01u.europe.root.pri> In-reply-to: References: <20130307102251.4ff2e611@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=UTF-8 Content-transfer-encoding: quoted-printable X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFuphluLIzCtJLcpLzFFi42I5/e/4VV2VZotAg+vfjS12nFzJ6MDoserg B6YAxigum5TUnMyy1CJ9uwSujOunNjMXLGOpWLH7CEsDYy9zFyMHh4SAicSf545djJxAppjE hXvr2boYuTiEBJYySsx6cZAZymGSmHPkMCtIFYuAqkTzk4NsIDabgKHE1E2zGUFsEQFRieUr NrODDBUWkJE4OoUFJMwrYC/xfcoKdhCbUyBY4sDUr8xwCxr/LwSbwy+gL3H17ycmiCvsJWZe OcMI0Swo8WPyPbBBzALqEpPmLWKGsLUlnry7wDqBUWAWkrJZSMpmISlbwMi8ilE0tTS5oDgp PddQrzgxt7g0L10vOT93EyMkBL/sYFx8zOoQowAHoxIP74Yc80Ah1sSy4srcQ4wSHMxKIrwX 5CwChXhTEiurUovy44tKc1KLDzEycXBKNTBmfJThuuunPX32Ve1kkZCIDr5vZlUbwwT/SF9Y YlKZ2+izNNhvu5lG5ekS9fmzK+v7nM8eW528+CfjpfQzHO9u3drP6aan1DZzB8OLI+8WrGuT XZt4LOmAguwOgTvF+V5nb3uKFqlPX5K1ZNXu3SUx9bffaui8FLG7ZXpA9En/BuY/Jrv9V7Ar sRRnJBpqMRcVJwIAVx8lGx8CAAA= On Thu, 07 Mar 2013 12:44:55 +0100 Mikael Magnusson wrote: > > I don't think we have an option to turn completion of all path segments > > off altogether at the moment. >=20 > Isn't that what this does? >=20 > path-completion > Explicitly setting this style to false inhibits this behavi= our for > path components up to the / before the cursor; this > overrides the set=E2=80=90 > ting of accept-exact-dirs. Oh, yes, I forgot we eventually added that, too. pws