>>>> "robert" == robert delius royar
<robert(a)frinabulax.org> writes:
robert> the documentation at
robert>
http://www.xemacs.org/Documentation/packageGuide.html#Installing_automati...
robert> says
robert> Depending on whether you are using mailcrypt/PGP, you
robert> will get some question about keys to fetch or whether to
robert> use the index without verifying the signature. If the
robert> new index was different from the one already on disk,
robert> XEmacs will offer you to overwrite the old index.
robert> However, I never see a question about whether to use the
robert> index without verifying. Is there a variable I can set so
robert> that lack of verification is not a problem?
You could
M-x customize-variable RET package-get-require-signed-base-updates RET
and set it to nil
I see what the problem is:
Shouldn't this variable have and autoload cookie?
(defcustom package-get-require-signed-base-updates nil
"*If set to a non-nil value, require explicit user confirmation for updates
to the package-get database which cannot have their signature verified via PGP.
When nil, updates which are not PGP signed are allowed without confirmation."
:type 'boolean
:group 'package-get)
For now robert, evaluate
(require 'package-get)
before customizing the variable.
<285 lines deleted by Adrian Aichner>
--
Adrian Aichner
mailto:adrianï¼ xemacs.org
http://www.xemacs.org/