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

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

Re: Is there something like `file-name-concat', but for urls?


From: Yuri Khan
Subject: Re: Is there something like `file-name-concat', but for urls?
Date: Wed, 26 Jul 2023 00:35:33 +0700

On Tue, 25 Jul 2023 at 23:39, Emanuel Berg <incal@dataswamp.org> wrote:

> If so, you can use the correct URL terminology, which is
>
> 1. scheme:
> 2. //server

It’s host rather than server, and you left out the user and password.

> 3. [:port]
> 4. [/path]
> 5. [/program?q=argument]

No such thing as program in URIs. It’s all part of the path. Also,
query does not have to be structured as k1=v1&k2=v2&….

> 6. [#fragment]


But yes, the correct answer to the OP would be ‘url-split’ and
‘url-unsplit’ if only such functions were defined.



reply via email to

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