On Wed, Feb 15, 2006 at 03:40:28PM +0100, Bas Zoetekouw wrote: > [EMAIL PROTECTED]> gnome-gv > gnome-gv --> _gnome-gv ? n > zsh: command not found: gnome-gv > > The _command things seems to be some internal zsh commands that it > uses for completion. IMO, zsh should never take into account such > commands for completion or spell correction.
The spelling correction code is considerably older than the new completion system and has no grasp of what _ means. This can be solved by replacing hard-coded correction with a modular, function-based system. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

