Re: Operators '=' ‘:=’ ‘::=’ in manual

2020-12-10 Thread Kyle Rose
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) >

RE: FW: Manual, ch. 6.2 The Two Flavors of Variables, section simply expanded.. controlled leading whitespace, page 63

2020-12-10 Thread DUDZIAK Krzysztof
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

RE: Operators '=' ‘:=’ ‘::=’ in manual

2020-12-10 Thread DUDZIAK Krzysztof
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...

Re: FW: Manual, ch. 6.2 The Two Flavors of Variables, section simply expanded.. controlled leading whitespace, page 63

2020-12-10 Thread Paul Smith
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

Re: Operators '=' ‘:=’ ‘::=’ in manual

2020-12-10 Thread Paul Smith
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

Operators '=' ‘:=’ ‘::=’ in manual

2020-12-10 Thread DUDZIAK Krzysztof
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

FW: Manual, ch. 6.2 The Two Flavors of Variables, section simply expanded.. controlled leading whitespace, page 63

2020-12-10 Thread DUDZIAK Krzysztof
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