bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#17958: SHR: base handling broken (shr-parse-base, shr-expand-url)


From: Lars Magne Ingebrigtsen
Subject: bug#17958: SHR: base handling broken (shr-parse-base, shr-expand-url)
Date: Thu, 13 Nov 2014 19:41:57 +0100
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)

Ivan Shmakov <ivan@siamics.net> writes:

> (let ((shr-base (shr-parse-base "http://example.org/";)))
>   (shr-tag-base '((:href . "/relative")))
>   shr-base)
> ;; ⇒
> ("" "/" nil "/relative")
>
>       With the patch MIMEd (which also fixes the issue described in my
>       initial bug report), it instead gives what I deem to be the
>       correct result:
>
> (let ((shr-base (shr-parse-base "http://example.org/";)))
>   (shr-tag-base '((:href . "/relative")))
>   shr-base)
> ;; ⇒
> ("http://example.org"; "/" "http" "http://example.org/relative";)

Thanks; applied.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]