Issue fixed. This happens when 'autoload -U' takes no argument. In configuration there is one line to load functions inside .zfuncitons directory, if there is nothing in this directory, such message would be displayed.
I have updated my .zshrc to check if there is any user completion functions defined before running autoload, and this case should be closed. On Mon, May 13, 2013 at 04:31:44PM +0800, YunQiang Su wrote: > Package: zsh > Version: 5.0.2 > X-Debbugs-CC: [email protected] > > > When use the zshrc from > https://raw.github.com/roylez/dotfiles/master/.zshrc > > When any time I start zsh, I will get this on top > > run-help () { > # undefined > builtin autoload -XUz > } > > > While the author reports that he is using Arch with the same zsh version, > he has no such problem. > > -- > YunQiang Su -- _______________________________________________ < If food be the music of love, eat up, eat up. > ----------------------------------------------- \ ,__, \ (oo)____ (__) )\ ||--|| * -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

