Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: compaudit problem



On Sat, 19 Aug 2006 22:00:46 +0400
Alexey Tourbin <at@xxxxxxxxxxx> wrote:
> On Sat, Aug 19, 2006 at 10:30:33AM -0700, Bart Schaefer wrote:
> > Does anything change if you run "zsh -o posix_identifiers"?  Have you
> > tried building with "configure --disable-multibyte"?
> 
> posix_identifiers doesn't help, but --disable-multibyte makes things
> work again.

Do you have multibyte characters in files in your $fpath?  I did a quick
sanity check by creating ~/tmp/cyrillic/тест/_тест with
"#compdef тест" in it and putting the directory in my fpath, but it
seemed to work OK.

Can you put "set -x" in compinit and see what it's doing when it
complains?

-- 
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/



Messages sorted by: Reverse Date, Date, Thread, Author