Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Weird yodl thing in files.yo
- X-seq: zsh-workers 27616
- From: Andrey Borzenkov <arvidjaar@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Weird yodl thing in files.yo
- Date: Thu, 21 Jan 2010 20:01:54 +0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=yRqSNCBAakRKJeFu8H2o6dSWfBusW+F6tPnz5wrvGqY=; b=hac7qPUFguMBMeLTQXj+9K3sz7HYy57gm3Zg0djxAeLo0P/ryu5dOoL8KYS1Oj2vAN 6ZraUisSqmxmH6GooIL1XG5M97aqx+Qe++qZSv5ABDdlcqgYJUaKAfI1f29s6i8htS37 tuYxmEhpPXXN3077JPIsfNphgpc45OjyMVXr4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=OxzaZlY+RVBMnIcg+WVYhS2pP7OjJFrflClx4bx58/LaEJuFrE5o/auElmfSOwmqWM hXW9Tk440KWI7kEER41Pe7rh1EP395SIzZ38Vz38G5z4dtV74TvIe8jv9xps8kmyTT99 0DkHxBY1aW2DendgQfGEZU1hztaDzkyrQI4PI=
- In-reply-to: <100121080054.ZM21418@xxxxxxxxxxxxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <100121080054.ZM21418@xxxxxxxxxxxxxxxxxxxxxx>
On Thursday 21 of January 2010 19:00:54 Bart Schaefer wrote:
> The yodl source is this:
>
> Commands are first read from tt(zshenv()); this cannot be overridden.
>
> What I get in my compiled documentation is this:
>
> Commands are first read from no; this cannot be overridden.
>
> Er, what?
>
> Doc/version.yo:def(zshenv)(0)(no)
>
> This must be because I configure my devel build with global RC files
> disabled?
I guess so:
version.yo: $(sdir_top)/Config/version.mk
( \
echo 'IFDEF(INCWSLEVEL)(INCWSLEVEL())(STARTDEF())'; \
echo 'def(version)(0)('$(VERSION)')'; \
echo 'def(date)(0)('$(VERSION_DATE)')'; \
echo 'def(zshenv)(0)(@zshenv@)'; \
echo 'def(zprofile)(0)(@zprofile@)'; \
echo 'def(zshrc)(0)(@zshrc@)'; \
echo 'def(zlogin)(0)(@zlogin@)'; \
echo 'def(zlogout)(0)(@zlogout@)'; \
echo 'IFDEF(DECWSLEVEL)(DECWSLEVEL())(ENDDEF())#' | tr '#'
'\\'; \
) > $(sdir)/version.yo
The question is - what should be put in documentation in this case?
Either every place that mentions global files should just be omitted or
literal /etc/zshenv (et al) with comment that they may differ or be
skipped entirely.
Attachment:
signature.asc
Description: This is a digitally signed message part.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author