BTS

Issue1066

Title zshrc on Ubuntu, broken completion
Priority bug Status wont-fix
Superseder Nosy List scifi_fan
Assigned To Topics

Created on 2011-10-05.13:00:20 by scifi_fan, last changed 2011-10-14.13:14:52 by mika.

Messages
msg3980 (view) Author: mika Date: 2011-10-14.13:14:52
This isn't a bug in Grml's zshrc but instead an bug in Zsh upstream, see e.g.:

http://www.zsh.org/mla/workers/2011/msg00235.html
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=353863

So update your Zsh version (and/or bug Ubuntu that they provide a fixed package, the one in 
Debian/unstable is known to be working).

regards,
-mika-
msg3973 (view) Author: scifi_fan Date: 2011-10-05.13:00:20
On Ubuntu 11.04, using the .zshrc provided on http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc causes my zsh to not react to any user input anymore if I try to tab-complete 'ls'

Reproduction procedure:
Start Ubuntu 11.04
Install zsh 
Run a Terminal (default shell still /bin/bash)
bash$ wget -O ~/.zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc 
bash$ /bin/zsh
zsh$ ls[TAB]

Expected behavior:
Auto-Completion menu should pop up for commands relevant for string 'ls'

Actual behavior:
Cursor blinks, but no reaction to user input whatsoever, not even Ctrl+C. Only solution is to kill the terminal window.

This also happens on my x86 Gentoo machine, reproduction procedure is the same. Notice that this does not happen if I type ls[Space][Tab], only on ls[Tab]

Addittional Info:
$ zsh --version
zsh 4.3.11 (x86_64-unknown-linux-gnu)
$ uname --all
Linux sf 2.6.38-11-generic #50-Ubuntu SMP Mon Sep 12 21:17:25 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
History
Date User Action Args
2011-10-14 13:14:52mikasetstatus: unread -> wont-fix
messages: + msg3980
2011-10-12 19:25:58mikasetpriority: bug
title: grml bug report: Scifi Fan -> zshrc on Ubuntu, broken completion
2011-10-05 13:00:20scifi_fancreate