all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefan@marxist.se>
To: Elliott Roper <elliott@yrl.co.uk>
Cc: 44907@debbugs.gnu.org
Subject: bug#44907: 25.3.50; elpa auctex will not update or delete
Date: Sat, 28 Nov 2020 13:52:42 +0100	[thread overview]
Message-ID: <CADwFkmnoAACjmyby3-Wk63m0o_1AYo92U3tOs0TjKqnVaZyLPA@mail.gmail.com> (raw)
In-Reply-To: <27AB811F-5851-4C73-BC5C-CA7E6620DEB9@yrl.co.uk>

(Please keep the bug tracker in Cc.)

Elliott Roper <elliott@yrl.co.uk> writes:

> > You are running a version of Emacs with an old key.  Please upgrade to
> > Emacs 26.3 or follow these instructions:
> >
> > 1. set package-check-signature to nil, e.g. M-: (setq
> > package-check-signature nil) RET
> > 2. download the package gnu-elpa-keyring-update and run the function
> > with the same name, e.g. M-x package-install RET
> > gnu-elpa-keyring-update RET.
> > 3. reset package-check-signature to the default value allow-unsigned
> >
>
> Thanks for that. I chose your second method because Aquamacs has Emacs 25.3.50.1 built in.
> Everything went fine till I got to step 3
> I said:
> M: (setq package-check-signature allow-unsigned)
> It replied:
> eval: Symbol’s value as variable is void: allow-unsigned
>
> Please excuse my inexperience with lisp. I do not know how to tell it to use the default. Nor do I know how to ask it what the current value is. I guess it is still set to nil

Sorry, I copied the above instructions and didn't proofread them for
mistakes.  The third step should be:

    (setq package-check-signature 'allow-unsigned)

'C-h v' will tell you the value of a variable.  You can also use 'M-x
customize-option RET' which is usually the prefered way of setting
user-options.

> PS. FYI I was trying to get a bit of experience with the latest AucTeX because I have volunteered to help Wim Treese, the new maintainer of Aquamacs, prepare the documentation for a new version which among other things will allow it to follow Emacs versions better. I will need to learn elisp for that job, but a little help setting package-check-signature back to its default would be appreciated in case I have left it in a dangerous state.

If it is set to nil, that just means that signatures are not checked.
Since you used setq above, the value will reset to the default the
next time you restart Emacs.

Best of luck with your forays into Emacs Lisp!





  parent reply	other threads:[~2020-11-28 12:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-27 19:42 bug#44907: 25.3.50; elpa auctex will not update or delete Elliott Roper
2020-11-27 21:46 ` bug#44907: Less of a problem after re-installing Aquamacs nightly Elliott Roper
2020-11-28  7:40 ` bug#44907: 25.3.50; elpa auctex will not update or delete Stefan Kangas
     [not found]   ` <27AB811F-5851-4C73-BC5C-CA7E6620DEB9@yrl.co.uk>
2020-11-28 12:52     ` Stefan Kangas [this message]
     [not found]       ` <33515FB5-D870-45B0-93A5-E321C9FA702D@yrl.co.uk>
2020-12-07  9:59         ` Stefan Kangas
2020-12-06 23:52   ` 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=CADwFkmnoAACjmyby3-Wk63m0o_1AYo92U3tOs0TjKqnVaZyLPA@mail.gmail.com \
    --to=stefan@marxist.se \
    --cc=44907@debbugs.gnu.org \
    --cc=elliott@yrl.co.uk \
    /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.