Re: [PATCH] Warn user when 2 files conflict on a case insensitive fs

2023-01-06 Thread Eli Zaretskii
> From: Gavin Smith > Date: Sat, 7 Jan 2023 00:35:25 + > > > Does anybody knows if nodes are correctly concatenated with case > > insensitive filesystems if CASE_INSENSITIVE_FILENAMES is not set? > > It would be good to know the answer to this. I've built the GDB HTML docs on MS-Windows wit

Re: Stand-alone Info and info-mode inconsistency: end of buffer behavior

2023-01-06 Thread Eli Zaretskii
> From: Gavin Smith > Date: Fri, 6 Jan 2023 22:02:54 + > Cc: Eli Zaretskii , bug-texinfo@gnu.org > > On Fri, Jan 06, 2023 at 09:23:17PM +0100, Arsen Arsenović wrote: > > Evening Eli, > > > > Eli Zaretskii writes: > > > > > That's not true, or at least that's not what I see on my system. T

Re: Stand-alone Info and info-mode inconsistency: end of buffer behavior

2023-01-06 Thread Eli Zaretskii
> From: Arsen Arsenović > Cc: bug-texinfo@gnu.org > Date: Fri, 06 Jan 2023 21:43:06 +0100 > > > The (info)Top node on my system has a next node ("(info)Getting > > Started"), which pure ``n'' and (Info-next) take me to, but none of the > > in-buffer navigation commands (including /) do. > > Aha!

Re: [PATCH] Warn user when 2 files conflict on a case insensitive fs

2023-01-06 Thread Gavin Smith
On Sat, Jan 07, 2023 at 12:21:53AM +0100, Patrice Dumas wrote: > > The manual seems to imply that CASE_INSENSITIVE_FILENAMES does not > > need to be set by the user if the file system is case insensitive. If > > that is true, then the following shouldn't happen: > > As far as I can tell, this is

Re: [PATCH] Warn user when 2 files conflict on a case insensitive fs

2023-01-06 Thread Patrice Dumas
On Fri, Jan 06, 2023 at 09:52:34PM +, Gavin Smith wrote: > On Fri, Jan 06, 2023 at 08:47:52PM +0100, Patrice Dumas wrote: > > On Fri, Jan 06, 2023 at 01:28:04PM +0100, Torbjörn SVENSSON wrote: > > > Hi, > > > > > > I can't find where to send patches, so pardon me if this is the wrong > > > cha

Re: Stand-alone Info and info-mode inconsistency: end of buffer behavior

2023-01-06 Thread Gavin Smith
On Fri, Jan 06, 2023 at 09:23:17PM +0100, Arsen Arsenović wrote: > Evening Eli, > > Eli Zaretskii writes: > > > That's not true, or at least that's not what I see on my system. The > > Emacs Info reader goes to the next node when it reaches the end of the > > current node. Maybe your Emacs has

Re: [PATCH] Warn user when 2 files conflict on a case insensitive fs

2023-01-06 Thread Gavin Smith
On Fri, Jan 06, 2023 at 08:47:52PM +0100, Patrice Dumas wrote: > On Fri, Jan 06, 2023 at 01:28:04PM +0100, Torbjörn SVENSSON wrote: > > Hi, > > > > I can't find where to send patches, so pardon me if this is the wrong > > channel. > > It is the right channel. > > > I recently noticed a problem d

Re: Stand-alone Info and info-mode inconsistency: end of buffer behavior

2023-01-06 Thread Arsen Arsenović
> The (info)Top node on my system has a next node ("(info)Getting > Started"), which pure ``n'' and (Info-next) take me to, but none of the > in-buffer navigation commands (including /) do. Aha! also does, DEL also goes back. -- Arsen Arsenović signature.asc Description: PGP signature

Re: Stand-alone Info and info-mode inconsistency: end of buffer behavior

2023-01-06 Thread Arsen Arsenović
Evening Eli, Eli Zaretskii writes: > That's not true, or at least that's not what I see on my system. The > Emacs Info reader goes to the next node when it reaches the end of the > current node. Maybe your Emacs has some customizations? If you see > the Emacs behavior you describe in "emacs -

Re: [PATCH] Warn user when 2 files conflict on a case insensitive fs

2023-01-06 Thread Patrice Dumas
On Fri, Jan 06, 2023 at 01:28:04PM +0100, Torbjörn SVENSSON wrote: > Hi, > > I can't find where to send patches, so pardon me if this is the wrong > channel. It is the right channel. > I recently noticed a problem doing a building GDB for Windows on a > GNU/Linux host. The documentation contains

Re: Stand-alone Info and info-mode inconsistency: end of buffer behavior

2023-01-06 Thread Eli Zaretskii
> From: Arsen Arsenović > Date: Fri, 06 Jan 2023 19:37:17 +0100 > > The info program goes onto the next page when reaching the end of a > buffer, where the info-mode on GNU Emacs 30.0.50 (build 1, > x86_64-pc-linux-gnu, GTK+ Version 3.24.35, cairo version 1.17.6) of > 2022-12-26 stops at the end

Stand-alone Info and info-mode inconsistency: end of buffer behavior

2023-01-06 Thread Arsen Arsenović
Greetings, The info program goes onto the next page when reaching the end of a buffer, where the info-mode on GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.35, cairo version 1.17.6) of 2022-12-26 stops at the end of a page and does not continue. I believe the latter is better

[PATCH] Warn user when 2 files conflict on a case insensitive fs

2023-01-06 Thread Torbjörn SVENSSON
Hi, I can't find where to send patches, so pardon me if this is the wrong channel. I recently noticed a problem doing a building GDB for Windows on a GNU/Linux host. The documentation contains 'qMemTags' and 'QMemTags' and as GDB is using the --split-size argument, the --node-files is automatical