zsh-workers
 help / color / mirror / code / Atom feed
From: Andrey Borzenkov <arvidjaar@gmail.com>
To: zsh-workers@zsh.org
Subject: Re: Weird yodl thing in files.yo
Date: Thu, 21 Jan 2010 20:01:54 +0300	[thread overview]
Message-ID: <201001212001.58695.arvidjaar@gmail.com> (raw)
In-Reply-To: <100121080054.ZM21418@torch.brasslantern.com>

[-- Attachment #1: Type: Text/Plain, Size: 1262 bytes --]

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 #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

      parent reply	other threads:[~2010-01-21 17:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-21 16:00 Bart Schaefer
2010-01-21 16:09 ` Mikael Magnusson
2010-01-21 17:01 ` Andrey Borzenkov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201001212001.58695.arvidjaar@gmail.com \
    --to=arvidjaar@gmail.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).