Bug#486785: tab completion broken

2008-07-06 Thread Richard Hartmann
On Sun, Jul 6, 2008 at 21:51, Peter Stephenson <[EMAIL PROTECTED]> wrote: > It's not clear to me from the > +* documentation why the second condition would apply, but sure > +* enough if I remove it the test suite falls over. You will most likely not know _which_ test fal

Bug#486785: tab completion broken

2008-07-06 Thread Peter Stephenson
On Mon, 30 Jun 2008 21:35:22 +0100 Peter Stephenson <[EMAIL PROTECTED]> wrote: > I'm now a little worried it should be going into menu completion at this > point even without the option being set; the documentation for > _approximate says "the completer will normally start menu completion" > but in

Bug#486785: tab completion broken

2008-07-02 Thread Clint Adams
On Tue, Jul 01, 2008 at 06:26:25PM +0200, martin f krafft wrote: > Unfortunately, I cannot find the repository from which zsh-beta is > built, so I can't bisect it... You can bisect git://git.debian.org/git/private/schizo/tailor/zsh-cvs/.git -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Bug#486785: tab completion broken

2008-07-01 Thread martin f krafft
also sprach Peter Stephenson <[EMAIL PROTECTED]> [2008.06.30.2235 +0200]: > This improves things to the point where the unambiguous prefix is kept > and the trial completions are available. I think the main difference in > my own set-up was having menucomplete set, but my experiences are a bit > a

Bug#486785: tab completion broken

2008-06-30 Thread Peter Stephenson
On Sun, 22 Jun 2008 23:23:42 +0100 Peter Stephenson <[EMAIL PROTECTED]> wrote: > On Thu, 19 Jun 2008 21:15:39 + > Clint Adams <[EMAIL PROTECTED]> wrote: > > Using only the following zshrc, ls /tmp/.X2 results in the entire > > argument being elided (/tmp/.X* exists but /tmp/.X2* does not). > >

Bug#486785: tab completion broken

2008-06-27 Thread Clint Adams
On Sun, Jun 22, 2008 at 11:23:42PM +0100, Peter Stephenson wrote: > It's something to do with using the -U argument to compadd when you've > got ambiguous completions: it works fine when there's only a single > completion. It was triggered by adding the -U's to do approximation in > non-final path

Bug#486785: tab completion broken

2008-06-22 Thread Peter Stephenson
On Thu, 19 Jun 2008 21:15:39 + Clint Adams <[EMAIL PROTECTED]> wrote: > Using only the following zshrc, ls /tmp/.X2 results in the entire > argument being elided (/tmp/.X* exists but /tmp/.X2* does not). > > --8<--zshrc--8<-- > autoload -U compinit > compinit > > zstyle ':completion:*' comple

Bug#486785: tab completion broken

2008-06-19 Thread martin f krafft
also sprach Clint Adams <[EMAIL PROTECTED]> [2008.06.19.2315 +0200]: > Using only the following zshrc, ls /tmp/.X2 results in the entire > argument being elided (/tmp/.X* exists but /tmp/.X2* does not). > > --8<--zshrc--8<-- > autoload -U compinit > compinit > > zstyle ':completion:*' completer _

Bug#486785: tab completion broken

2008-06-19 Thread Clint Adams
Using only the following zshrc, ls /tmp/.X2 results in the entire argument being elided (/tmp/.X* exists but /tmp/.X2* does not). --8<--zshrc--8<-- autoload -U compinit compinit zstyle ':completion:*' completer _approximate --8<--zshrc--8<-- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Bug#486785: tab completion broken

2008-06-19 Thread Clint Adams
On Thu, Jun 19, 2008 at 08:05:05PM +0200, Yves-Alexis Perez wrote: > Try with ZDOTDIR=$PWD/zsh/.zsh ? Ah, now there we go. ls /tmp/.X2 removes the whole argument, and ls .X2 (cd'd to /tmp) just removes the 2. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Troub

Bug#486785: tab completion broken

2008-06-19 Thread Clint Adams
On Thu, Jun 19, 2008 at 03:37:16PM +0200, martin f krafft wrote: > So this works fine here too. > > My point is that my config used to work around 24 May and between > then and now, the *same* config exhibits new behaviour, suggesting > that zsh-beta changed something... which is not really nice.

Bug#486785: tab completion broken

2008-06-19 Thread Yves-Alexis Perez
On jeu, 2008-06-19 at 11:50 +, Clint Adams wrote: > On Wed, Jun 18, 2008 at 07:47:04AM +0200, martin f krafft wrote: > > git clone git://git.madduck.net/etc/zsh.git > > ZDOTDIR=`pwd`/zsh zsh > > % ZDOTDIR=$PWD/zsh zsh-beta > da% ls /tmp/.X2 > ls: cannot access /tmp/.X2: No such file or dir

Bug#486785: tab completion broken

2008-06-19 Thread martin f krafft
also sprach Clint Adams <[EMAIL PROTECTED]> [2008.06.19.1422 +0200]: > % zsh-beta -f > hostname% autoload -U compinit > hostname% compinit > hostname% ls /tmp/.X2 So this works fine here too. My point is that my config used to work around 24 May and between then and now, the *same* config exhibit

Bug#486785: tab completion broken

2008-06-19 Thread Clint Adams
On Thu, Jun 19, 2008 at 02:07:27PM +0200, martin f krafft wrote: > Definitely not here, on two separate systems. > > Do you have a configuration available that I can test, like you > could test mine? Sure. % zsh-beta -f hostname% autoload -U compinit hostname% compinit hostname% ls /tmp/.X2 -

Bug#486785: tab completion broken

2008-06-19 Thread martin f krafft
also sprach Clint Adams <[EMAIL PROTECTED]> [2008.06.19.1350 +0200]: > % ZDOTDIR=$PWD/zsh zsh-beta > da% ls /tmp/.X2 > ls: cannot access /tmp/.X2: No such file or directory Definitely not here, on two separate systems. Do you have a configuration available that I can test, like you could test min

Bug#486785: tab completion broken

2008-06-19 Thread Clint Adams
On Wed, Jun 18, 2008 at 07:47:04AM +0200, martin f krafft wrote: > git clone git://git.madduck.net/etc/zsh.git > ZDOTDIR=`pwd`/zsh zsh % ZDOTDIR=$PWD/zsh zsh-beta da% ls /tmp/.X2 ls: cannot access /tmp/.X2: No such file or directory -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a sub

Bug#486785: tab completion broken

2008-06-17 Thread martin f krafft
Package: zsh-beta Version: 4.3.6-dev-0+20080605-1 Severity: important Either 4.3.6-dev-0+20080520-1, 4.3.6-dev-0+20080605-1, or 4.3.6-dev-0+20080531-1 seem to have broken tab completion, I have not had the chance to figure out which. The symptoms are that tab completion on nonexistent prefixes ca