[சனி டிசம்பர் 16, 2023] Eli Zaretskii wrote: >> From: Visuwesh >> Cc: michael.albinus@gmx.de, grfz@gmx.de, 67688@debbugs.gnu.org >> Date: Tue, 12 Dec 2023 21:15:02 +0530 >> >> [Tuesday December 12, 2023] Eli Zaretskii wrote: >> >> >> Cc: grfz@gmx.de, 67688@debbugs.gnu.org >> >> From: Visuwesh >> >> Date: Tue, 12 Dec 2023 20:41:28 +0530 >> >> >> >> -(defcustom ffap-lax-url t >> >> +(defcustom ffap-lax-url nil >> > >> > This change of the default requires a NEWS entry. >> > >> > Thanks. >> >> I was waiting for review from others. Nevertheless, I have attached a >> proper patch. > > Thanks. Let's wait a bit longer, but meanwhile, a nit: > >> --- a/etc/NEWS >> +++ b/etc/NEWS >> @@ -258,6 +258,11 @@ called in the '--eval' expression, which is useful when those >> arguments contain arbitrary characters that otherwise might require >> elaborate and error-prone escaping (to protect them from the shell). >> >> +--- >> +** ffap-lax-url now defaults to nil. >> +Previously, it was set to ffap-lax-url to t but this broke remote file >> +name detection. > > Please quote symbols in NEWS 'like this'. Oops, fixed in attached patch.