Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Zsh util helpfiles does not produce output
- X-seq: zsh-users 14062
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Zsh util helpfiles does not produce output
- Date: Fri, 24 Apr 2009 14:57:58 -0700
- In-reply-to: <gss5bj$m9j$1@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <gss5bj$m9j$1@xxxxxxxxxxxxx>
On Apr 24, 12:47pm, Thorsten Kampe wrote:
}
} on a Gentoo Linux with Perl 5.8.8 and Zsh 4.3.9. The commands don't
} error but I receive no output at all.
}
} On a Cygwin system with Perl 5.10 the help files are generated just
} fine.
}
} Any way to debug that?
Start by capturing the output of "man zshbuiltins" on both machines
and compare.
Then capture "man zshbuiltins | colcrt -" or equivalent and compare.
If you don't find an explanation by that point, there's a problem with
the perl script.
One possibility is that "man" on Gentoo is producing UTF-8 output,
which the perl script probably can't deal with. Try forcing another
locale.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author