On Sun, May 24, 2009 at 02:44:55PM +0200, martin f krafft wrote: > HELPDIR is not correctly set in zsh-beta. run-help tries to look at > zshexpn instead of zsh-betaexpn manpage. If I set HELPDIR to > /usr/share/zsh-beta/help, it works.
Use run-help, then do a `which run-help` and look for
local HELPDIR=${HELPDIR:-/usr/share/zsh-beta/help}
on the fourth line or so.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

