From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Jude DaShiell Newsgroups: gmane.emacs.help Subject: Re: Unable to use `package-refresh-contents`: Bad signature from GNU ELPA Signing Agent Date: Sun, 23 Jun 2019 14:21:47 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="257820"; mail-complaints-to="usenet@blaine.gmane.org" Cc: help-gnu-emacs@gnu.org To: VanL , Nicky Chorley Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 23 20:22:06 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hf77t-0014lv-IB for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Jun 2019 20:22:05 +0200 Original-Received: from localhost ([::1]:46298 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hf77n-0005IA-AN for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Jun 2019 14:21:59 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55321) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hf77d-0005I2-UO for help-gnu-emacs@gnu.org; Sun, 23 Jun 2019 14:21:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hf77c-0005vr-Qv for help-gnu-emacs@gnu.org; Sun, 23 Jun 2019 14:21:49 -0400 Original-Received: from mailbackend.panix.com ([166.84.1.89]:33605) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hf77c-0005vU-Mm for help-gnu-emacs@gnu.org; Sun, 23 Jun 2019 14:21:48 -0400 Original-Received: from panix1.panix.com (panix1.panix.com [166.84.1.1]) by mailbackend.panix.com (Postfix) with ESMTP id 45X13J07QtzxyW; Sun, 23 Jun 2019 14:21:47 -0400 (EDT) Original-Received: by panix1.panix.com (Postfix, from userid 20712) id 45X13H62fxzcbR; Sun, 23 Jun 2019 14:21:47 -0400 (EDT) Original-Received: from localhost (localhost [127.0.0.1]) by panix1.panix.com (Postfix) with ESMTP id 45X13H5gYdzcbQ; Sun, 23 Jun 2019 14:21:47 -0400 (EDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux (Android) X-Received-From: 166.84.1.89 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:121017 Archived-At: Before (package-initialize) you need (require 'package). On Sun, 23 Jun 2019, VanL wrote: > Date: Sun, 23 Jun 2019 07:50:38 > From: VanL > To: Nicky Chorley > Cc: help-gnu-emacs@gnu.org > Subject: Re: Unable to use `package-refresh-contents`: Bad signature from GNU > ELPA Signing Agent > > > > On 23 Jun 2019, at 14:50, Nicky Chorley wrote: > > > > (setq package-archives '(("gnu" . "https://elpa.gnu.org/packages/"))) > > At the top of my .emacs is the following... > > --8<---------------cut here---------------start------------->8--- > (package-initialize) > (setq package-archives '(("gnu" . "https://elpa.gnu.org/packages/") > ("org" . "https://orgmode.org/elpa/") > ("melpa" . "https://melpa.org/packages/"))) > --8<---------------cut here---------------end--------------->8--- > > > > --