BTS

Message3756

Author ft
Recipients bugs-changes
Date 2011-05-09.15:32:29
Content
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
History
Date User Action Args
2011-05-09 15:32:31ftlinkissue983 messages
2011-05-09 15:32:29ftcreate