emacs-devel
[Top][All Lists]
Advanced

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

Re: format use inquiry


From: Paul Eggert
Subject: Re: format use inquiry
Date: Tue, 20 Jun 2017 18:23:02 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0

On 06/20/2017 05:20 PM, Jean-Christophe Helary wrote:
(format "http%s://elpa.gnu.org/packages/" (if (gnutls-available-p) "s" ""))
> I'd rather have the urls are fully spelled out because it makes the code more readable.

I'd rather not see two copies of essentially-identical URLs, as that's a maintenance hassle. Perhaps we could use a function that replaces http: with https: as needed.




reply via email to

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