Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Clarify documentation of parameter-assignment behaviour
- X-seq: zsh-workers 43708
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: dana <dana@xxxxxxx>
- Subject: Re: [PATCH] Clarify documentation of parameter-assignment behaviour
- Date: Wed, 17 Oct 2018 16:29:17 -0700
- Cc: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=HY43kp1cjQouTHgzlbvox5NXOZIXwmeOXNGSxghS2d4=; b=io7IfU/BdoQVTU5zjudcblDDUCEHinPQQMfApUhBLiufNc2s7XtfoqYdxpqItin1IR 7Er6A+OHVJk4zhjcGFflzp+UPBk53Td96H5QcADPurB1uGlSd2eB4zoXNhO6y0n5DgSJ 8Y8M8bYLDH3tiytAkbEQlzElq2bfqxhiHPaJMQ9XURl5x+y2Gsw6pG2rdpsKG3Q64/wp fI2gS+mIFgV609Wb3DK5NQB3tPryVeAZdNOofN3BTsEhaaQeYuq+ayk0Gge9Im+2UrEw bQCXHdYALQ5nY6rMIpAC/ELZj6by+noMCtBbLS3D6RbbC9xgMrnk++tPEOp1XBz0fRmd OIiQ==
- In-reply-to: <042AC609-6169-4637-B7FF-708840B30853@dana.is>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CB42153D-E0FA-4EA4-BB41-85E83EB5CF89@dana.is> <CAH+w=7bMSu3_G0gtjQoXrMc_HMFQgrJc79Ms7gadd-MsPzvHrg@mail.gmail.com> <042AC609-6169-4637-B7FF-708840B30853@dana.is>
On Wed, Oct 17, 2018 at 3:56 PM dana <dana@xxxxxxx> wrote:
>
> Considering huge portions of the manual are dedicated to explaining the most
> fundamental aspects of shell functionality (how commands are resolved, how to
> redirect files, what a pipe-line is, &c.), and AFAICT it's been that way since i
> was a child, it kind of seems like that assumption went out the window a pretty
> long time ago
Some of those things are different in zsh, and some of the differences
can't be explained in isolation. You can't explain how a while-loop
or an if-else differs from csh without explaining concepts like "list"
and "sublist", even though a bash user probably knows. You have to at
least enumerate all redirection syntax if you're going to add
explanation of file descriptor duplication and process substitution.
But yes, extra details have been coming in for a long time. I meant
to encourage some sort of agreement on when enough is enough, but
maybe that's impossible (to know, not to agree on).
Messages sorted by:
Reverse Date,
Date,
Thread,
Author