[issue983] zsh freezing on tab completion (ls)

Frank Terbeck ft at bewatermyfriend.org
Mon May 9 17:29:36 CEST 2011


Bobby wrote:
> zsh version 4.3.11 with ubuntu 11.04 freezes with the ls command using
> the grml config.  Other commands work normally.

Well. Okay.

I'll need the *exact* command line you're using with the exact point
where the cursor is at upon hitting TAB. E.g.:

  % ls foo<tab>

Also, I'd like to know which version of `ls' you're using there:

  % ls --version

Also, I need to see the code of your `_ls' completer:

  % cat ${^fpath}/_ls(N)

With that I might be able to see what's going on.  If not, I might have
further questions. :)

Regards, Frank

-- 
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
                                                  -- RFC 1925


More information about the Bugs-changes mailing list