Re: 2.3.1(0.291/5/3): MAXNAMLEN too small

2016-04-12 Thread Marco Atzeri
On 12/04/2016 18:26, Arturo Castro wrote: Hey all, I was compiling mg (the OpenBSD microemacs editor), and it was using MAXNAMLEN for filename completion. It had a bug because its value in Cygwin is 256 (too low!). We changed it to NAME_MAX which is 1024 and it works, but I think they should

2.3.1(0.291/5/3): MAXNAMLEN too small

2016-04-12 Thread Arturo Castro
Hey all, I was compiling mg (the OpenBSD microemacs editor), and it was using MAXNAMLEN for filename completion. It had a bug because its value in Cygwin is 256 (too low!). We changed it to NAME_MAX which is 1024 and it works, but I think they should have the same value, so MAXNAMLEN should be