GNU bug report logs - #78640
elisp url.el cannot handle some valid URLs

Previous Next

Package: emacs;

Reported by: 林羽 <0713ws <at> gmail.com>

Date: Fri, 30 May 2025 03:59:02 UTC

Severity: normal

Tags: fixed

Fixed in version 31.1

Done: Robert Pluim <rpluim <at> gmail.com>

Full log


Message #30 received at control <at> debbugs.gnu.org (full text, mbox):

From: Robert Pluim <rpluim <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 78640 <at> debbugs.gnu.org, schwab <at> linux-m68k.org, 0713ws <at> gmail.com
Subject: Re: bug#78640: elisp url.el cannot handle some valid URLs
Date: Wed, 11 Jun 2025 17:27:14 +0200
tags 78640 fixed
close 78640 31.1
quit

>>>>> On Mon, 09 Jun 2025 17:42:27 +0300, Eli Zaretskii <eliz <at> gnu.org> said:

    >> From: Robert Pluim <rpluim <at> gmail.com>
    >> Cc: Eli Zaretskii <eliz <at> gnu.org>,  78640 <at> debbugs.gnu.org,  林羽
    >> <0713ws <at> gmail.com>
    >> Date: Mon, 09 Jun 2025 14:47:57 +0200
    >> 
    >> >>>>> On Mon, 09 Jun 2025 12:01:23 +0200, Andreas Schwab <schwab <at> linux-m68k.org> said:
    >> 
    Andreas> The two conditions could be combined since (concat "/" real-fname) also
    Andreas> works if real-fname is "".
    >> 
    Andreas> (if (not (string-match-p "\\`/" real-fname))
    Andreas> (setq real-fname (concat "/" real-fname)))
    >> 
    >> Sure. Although I think Iʼll use `unless' and invert the test.

    Eli> Thanks, feel free to install on the master branch.

Done

Robert
-- 

Pushed to master.

7e62c2cf3aa 2025-06-11T17:10:46+02:00 "Normalize URL path correctly for http"
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=7e62c2cf3aadb52397bcff8439d00084cd36afa0





This bug report was last modified 6 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.