Re: No bug tracker

2023-03-23 Thread Bogdan
Gavin Smith , Thu Mar 23 2023 20:44:47 GMT+0100 (Central European Standard Time) On Thu, Mar 23, 2023 at 05:57:58PM +0100, Bogdan wrote: No bugtracker? Not good from a bug reporter's point of view :). I thought all FSF projects use the same bugtracker, it would seem logical. You probably

Re: [PATCH] Texinfo: inconsistent behavior: cmd line vs. env

2023-03-23 Thread Bogdan
s given with --build-dir or setting the + TEXI2DVI_BUILD_DIRECTORY envvar. Report from Bogdan Drozdowski. + And this ChangeLog is inaccurate, of course, as '.' is not a special case with this patch. Right. Patching the patched patch :) -- Regards - Bogdan ('bogdro'

Re: [PATCH] Texinfo: inconsistent behavior: cmd line vs. env

2023-03-23 Thread Bogdan
Gavin Smith , Thu Mar 23 2023 20:25:27 GMT+0100 (Central European Standard Time) On Thu, Mar 23, 2023 at 05:57:58PM +0100, Bogdan wrote: There is still the minor question of what should happen if TEXI2DVI_BUILD_DIRECTORY is set to '.' (the default). Since this is the default value,

Re: [PATCH] Texinfo: inconsistent behavior: cmd line vs. env

2023-03-23 Thread Bogdan
Gavin Smith , Wed Mar 22 2023 20:06:49 GMT+0100 (Central European Standard Time) On Tue, Mar 21, 2023 at 02:13:40PM +0100, Bogdan wrote: Hello. As suggested by Gavin, I'm reporting a problem (or at least a "surprising inconsistency") in the texi2dvi script. This is related

[PATCH] Texinfo: inconsistent behavior: cmd line vs. env

2023-03-21 Thread Bogdan
r: when the user provides the build directory via an environment variable, but not the build mode, set the build mode to 'tidy', to match the command-line processing. I did a simple manual test, seems to be working. Thank you for Texinfo! Bogdan Drozdowski P.S. I didn't manage