On Thu, Dec 10, 2020 at 1:33 PM Paul Smith wrote:
> On Thu, 2020-12-10 at 18:19 +, DUDZIAK Krzysztof wrote:
> > Operators ‘=’ ‘:=’ ‘::=’ seem to have two dimensions these control
> > things expansion recursiveness (simple vs. recursive expansion)
> > expansion time (immediate vs. deferred)
>
Sorry for my typo, it should read 'quote'.
-Original Message-
From: Paul Smith [mailto:p...@mad-scientist.net]
Sent: Donnerstag, 10. Dezember 2020 19:38
To: DUDZIAK Krzysztof ; bug-make@gnu.org
Subject: Re: FW: Manual, ch. 6.2 The Two Flavors of Variables, section simply
expanded.. contr
I don't actually dare to use terms "recursive variable" and "simple variable"
as myself didn't find such in manual. Terms which I found read
variable expanded recursively
variable expanded simply
Hence, no complaint from me at this point.
-Original Message-
From: Paul Smith [mailto:psm...
On Thu, 2020-12-10 at 17:45 +, DUDZIAK Krzysztof wrote:
> example
> dir := /foo/bar# directory to put the frobs in
> vs.
> paragraph 1 text
> Here the value of the variable dir is '/foo/bar' (with four
> trailing spaces)
>
> Trailing spaces in front of closing quota or behind? I
On Thu, 2020-12-10 at 18:19 +, DUDZIAK Krzysztof wrote:
> Operators ‘=’ ‘:=’ ‘::=’ seem to have two dimensions these control
> things expansion recursiveness (simple vs. recursive expansion)
> expansion time (immediate vs. deferred)
No, there is only one dimension really.
Either the content o
Hi,
Operators ‘=’ ‘:=’ ‘::=’ seem to have two dimensions these control things
expansion recursiveness (simple vs. recursive expansion)
expansion time (immediate vs. deferred)
Those two natures of mentioned operators are presented in manual
at two separate locations. If there is location in manual
Page 64, first paragraph with example:
example
dir := /foo/bar # directory to put the frobs in
vs.
paragraph 1 text
Here the value of the variable dir is '/foo/bar ' (with four trailing spaces)
Trailing spaces in front of closing quota or behind?
I see four trailing spaces on right side of c