From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15120 invoked from network); 10 Jan 2003 13:44:49 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 10 Jan 2003 13:44:49 -0000 Received: (qmail 3329 invoked by alias); 10 Jan 2003 13:44:33 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5663 Received: (qmail 3317 invoked from network); 10 Jan 2003 13:44:32 -0000 Date: Fri, 10 Jan 2003 13:58:33 +0000 From: Phil Pennock To: zsh-users@sunsite.dk Subject: Re: Completion of dirs confused over cursor position Message-ID: <20030110135833.GA9558@globnix.org> Mail-Followup-To: zsh-users@sunsite.dk References: <20030108194619.GA11708@globnix.org> <7407.1042108920@csr.com> <20030109145133.GA22171@globnix.org> <1030109183522.ZM9344@candle.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1030109183522.ZM9344@candle.brasslantern.com> Organisation: Demon Internet Netherlands On 2003-01-09 at 18:35 +0000, Bart Schaefer wrote: > I suspect this may have something to do with zsh-workers/17906 and its > follow-up, zsh-workers/17910. You could at least try applying the patch > from 17910, if you aren't already using 4.1.0-dev-whatever. It's a sparc 4 -- I use the prebuilt binary packages from the release CDs (OpenBSD 3.2). :^) I've been too spoilt by modern CPUs ... Okay, I've tried the change from: (which should be zsh-workers/17910); the changed line is 461, as per your mail, Bart. It hasn't fixed the problem. I tried reloading the function, then I logged out and in again to ensure that the shell reloaded all functions appropriately. To be honest, I just commented out the zstyle line, since it was only picked up by exploring the compinstall menus and going "oooh, shiny!". So it's not currently affecting me unless I explictly try to test. I'm happy to test ideas, but is anyone else even seeing this behaviour? -Phil