[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] environment copy
From: |
Tadziu Hoffmann |
Subject: |
Re: [Groff] environment copy |
Date: |
Mon, 17 Oct 2016 23:57:47 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
> Why are the partial lines of environment 0 droped after the .evc?
The info file doesn't say what happens to the partially
collected line, but in the source code it is nullified
(void environment::copy in file env.cpp). If you comment
out "line = 0;" it gets printed in the default point size,
as one would expect...
(Would this cause problems? The line should be initialized
when creating the environment, so not setting it to zero
in copy should not cause anything to be undefined, no?)