all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Po Lu <Luangruo@yahoo.com>,
	 emacs-devel@gnu.org,  Eli Zaretskii <eliz@gnu.org>,
	 philipk@posteo.net,  stefan@marxist.se
Subject: Re: Replace 'pp' with 'prin1' to generate ELPA archive-contents
Date: Wed, 26 Oct 2022 17:31:50 +0200	[thread overview]
Message-ID: <87sfjavbx5.fsf@gmail.com> (raw)
In-Reply-To: <jwvsfja7gmz.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Wed, 26 Oct 2022 11:25:16 -0400")

>>>>> On Wed, 26 Oct 2022 11:25:16 -0400, Stefan Monnier <monnier@iro.umontreal.ca> said:

    >> And letʼs not forget that the default value of `package-archives'
    >> contains https URLs, so anyone building Emacs without GnuTLS is
    >> already causing themselves problems with package downloads.

    Stefan> Not really:

    Stefan> (defcustom package-archives `(("gnu" .
    Stefan>                                ,(format "http%s://elpa.gnu.org/packages/"
    Stefan>                                         (if (gnutls-available-p) "s" "")))
    Stefan>                               ("nongnu" .
    Stefan>                                ,(format "http%s://elpa.nongnu.org/nongnu/"
    Stefan>                                         (if (gnutls-available-p) "s" ""))))

Oh, Iʼd looked at the result, not the source. But I guess itʼs kind of
a moot point, as I doubt there are any distributions that donʼt build
Emacs with GnuTLS. [1]

Robert

Footnotes:
[1]  A dozen will now be pointed out to me :-)

-- 



  reply	other threads:[~2022-10-26 15:31 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-22 10:52 Replace 'pp' with 'prin1' to generate ELPA archive-contents Philip Kaludercic
2022-10-22 11:56 ` Stefan Kangas
2022-10-22 13:45   ` Philip Kaludercic
2022-10-22 15:01     ` Stefan Kangas
2022-10-22 15:33       ` Philip Kaludercic
2022-10-22 15:00   ` Stefan Monnier
2022-10-22 15:05     ` Philip Kaludercic
2022-10-25 19:28       ` Stefan Monnier
2022-10-26  6:43         ` Philip Kaludercic
2022-10-26 11:20           ` Eli Zaretskii
2022-10-26 11:39             ` Philip Kaludercic
2022-10-26 12:10           ` Stefan Monnier
2022-10-26 12:18             ` Eli Zaretskii
2022-10-26 14:11               ` Po Lu
2022-10-26 15:02                 ` Stefan Monnier
2022-10-26 15:18                   ` Robert Pluim
2022-10-26 15:25                     ` Stefan Monnier
2022-10-26 15:31                       ` Robert Pluim [this message]
2022-10-27  0:50                         ` Po Lu
2022-10-27  8:33                           ` Robert Pluim
2022-10-27 10:38                             ` Po Lu
2022-10-27 11:40                               ` Robert Pluim
2022-10-27 11:48                                 ` Po Lu
2022-10-27  0:49                   ` Po Lu
2022-10-27 15:17                     ` Stefan Monnier
2022-10-26 14:33             ` Stefan Kangas
2022-10-26 15:03               ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sfjavbx5.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=Luangruo@yahoo.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    --cc=philipk@posteo.net \
    --cc=stefan@marxist.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.