Path: csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: Bob Proulx Newsgroups: gnu.utils.bug Subject: Re: [PATCH] Avoid usage of PATH_MAX. Date: Mon, 9 Mar 2020 16:39:37 -0600 Lines: 26 Approved: bug-gnu-utils@gnu.org Message-ID: References: <8736ak8bcc.fsf@gnu.org> <202003072150.027LoWm3012271@freefriends.org> <20200309163353874480730@bob.proulx.com> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: usenet.stanford.edu 1583793585 23897 209.51.188.17 (9 Mar 2020 22:39:45 GMT) X-Complaints-To: action@cs.stanford.edu To: janneke@gnu.org, bug-gnu-utils@gnu.org, Karl Berry Envelope-to: bug-gnu-utils@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proulx.com; s=dkim2048; t=1583793577; bh=UB5v0HHKJy0tv1xfYyKpx6Br4YcDpR79lqgZz0qnksc=; h=Date:From:To:Subject:References:In-Reply-To:From; b=F5d/ldObPkZsVAp4SH0o41/fty4IUfGSU8RsApdL3zf3bnyWW0C7rFZ13ej7G8AFC HL4o9ShMN8VE2NWBWlmLlbOAisRAThHxOZoWI1eFlNlZWD1eOR8QWztEszym6/rDqO vh1k25CeDdgTnWI2xCKJCcr4OLaMv9EAf+N9xHw0hJ4BxC01E3p012LdgH9LG7KAJs CRoNVlIxC/i2u8OlyOREOU4cZJeVGflYO1vvBCOun34UlEXoUMDCwXsjvZB+UydSKi 3fw6YO37M7WQUPJ5t4Zj3YHgK9scwAkz2spunGmD6oIMPAcIgXtyJnKjYDqXAPGKJ6 4ChUy9CpLm6/g== Mail-Followup-To: janneke@gnu.org, bug-gnu-utils@gnu.org, Karl Berry Content-Disposition: inline In-Reply-To: <202003072150.027LoWm3012271@freefriends.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 96.88.95.61 X-BeenThere: bug-gnu-utils@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports for the GNU utilities List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <20200309163353874480730@bob.proulx.com> X-Mailman-Original-References: <8736ak8bcc.fsf@gnu.org> <202003072150.027LoWm3012271@freefriends.org> Xref: csiph.com gnu.utils.bug:2280 > Initially I sent this patch to bug-less@gnu.org, through fencepost, and > got a bounce. Also, I went to look for the archives, but it seems that > bug-less is not a list? > Which shows that bug-less goes to the maintainer's email address... If I go to the author's web site I see: http://www.greenwoodsoftware.com/less/ When I look at the "Bugs and Enhancement Requests" it takes me to Github. https://github.com/gwsw/less/issues Looking at the FAQ I see: http://www.greenwoodsoftware.com/less/faq.html#mail Q: How can I write to the author of less? A: Less was written by Mark Nudelman and is currently being maintained by him. You can write to him at markn@greenwoodsoftware.com. Q: What if I find a bug in less? A: Please use https://github.com/gwsw/less/issues to report bugs. So that must be the author's preferred bug reporting now. :-( Bob