Package: zsh
Version: 4.3.4-5
Severity: normal

Something in the system zsh setup is causing zsh to ignore a directory
named "video" if a directory "video2" exists. For example

mkdir ~/test
cd ~/test
mkdir video
cd vid<TAB> -- finds video, ok. abort.
mkdir video2
cd vid<TAB> -- suggests video2, hitting tab repeatedly does not cycle to video.

This does not happen with zsh -f.

My .zshrc is below and the referenced .zshrc.local does not exist on this
system.

Thanks,
Hamish


HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000

setopt noequals autocd
bindkey -e
fignore=(o)

zstyle :compinstall filename '/home/hamish/.zshrc'
autoload -Uz compinit; compinit
autoload -U colors; colors

if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then
    debian_chroot=$(cat /etc/debian_chroot)
fi

PS1="${debian_chroot:+($debian_chroot)}[%t] [EMAIL 
PROTECTED]:%{$fg_bold[green]%}%3~%{$fg_no_bold[default]%} %(!.#.$) "

eval `lesspipe`
alias ls="ls --color=auto"
alias pdebuild="debuild -eMAKEFLAGS=-j2"

export PATH=$HOME/bin:$PATH
export MAIL=/var/mail/hamish
export [EMAIL PROTECTED]

case $TERM in
        *xterm*|rxvt|(dt|k|E)term)
                precmd () { print -Pn "\e]0;%~\a" }
                preexec () { print -Pn "\e]0;$1\a" }
                ;;
esac 

if [ -f "$HOME/.zshrc.local" ]; then
        source $HOME/.zshrc.local
fi

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.21-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages zsh depends on:
ii  debconf [debconf-2.0]         1.5.13     Debian configuration management sy
ii  libc6                         2.5-9      GNU C Library: Shared libraries
ii  libncurses5                   5.6-3      Shared libraries for terminal hand

Versions of packages zsh recommends:
ii  libcap1                       1:1.10-14  support for getting/setting POSIX.
ii  libpcre3                      6.7-1      Perl 5 Compatible Regular Expressi

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to