From unknown Sat Aug 09 15:52:32 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#44907 <44907@debbugs.gnu.org> To: bug#44907 <44907@debbugs.gnu.org> Subject: Status: 25.3.50; elpa auctex will not update or delete Reply-To: bug#44907 <44907@debbugs.gnu.org> Date: Sat, 09 Aug 2025 22:52:32 +0000 retitle 44907 25.3.50; elpa auctex will not update or delete reassign 44907 emacs submitter 44907 Elliott Roper severity 44907 important tag 44907 security thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 27 16:42:26 2020 Received: (at submit) by debbugs.gnu.org; 27 Nov 2020 21:42:26 +0000 Received: from localhost ([127.0.0.1]:46368 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kilVZ-0007FL-M0 for submit@debbugs.gnu.org; Fri, 27 Nov 2020 16:42:26 -0500 Received: from lists.gnu.org ([209.51.188.17]:44706) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kijeJ-0002Hq-AD for submit@debbugs.gnu.org; Fri, 27 Nov 2020 14:43:19 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:50372) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kijeJ-0002FB-3q for bug-gnu-emacs@gnu.org; Fri, 27 Nov 2020 14:43:19 -0500 Received: from b-painless.mh.aa.net.uk ([2001:8b0:0:30::52]:50349) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kijeG-0006a1-Ct for bug-gnu-emacs@gnu.org; Fri, 27 Nov 2020 14:43:18 -0500 Received: from 92.40.181.123.threembb.co.uk ([92.40.181.123] helo=[172.20.10.2]) by b-painless.mh.aa.net.uk with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kijeF-0004wF-93 for bug-gnu-emacs@gnu.org; Fri, 27 Nov 2020 19:43:15 +0000 From: Elliott Roper Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.20.0.2.21\)) Subject: 25.3.50; elpa auctex will not update or delete Message-Id: Date: Fri, 27 Nov 2020 19:42:59 +0000 To: bug-gnu-emacs@gnu.org X-Mailer: Apple Mail (2.3654.20.0.2.21) Received-SPF: none client-ip=2001:8b0:0:30::52; envelope-from=elliott@yrl.co.uk; helo=b-painless.mh.aa.net.uk X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 27 Nov 2020 16:42:23 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) M-x list-packages shows AucTex at version 11.88.6 an attempt to update comes back with either AucTeX 11.92.tar not found or Failed to verify signature archive-contents.sig: No public key for 066DAFCB81E42C40 created at 2020-11-27T10:05:05+0000 = using RSA Command output: gpg: WARNING: unsafe permissions on homedir = '/Users/elliott/Library/Preferences/Aquamacs Emacs/Packages/elpa/gnupg' gpg: Signature made Fri 27 Nov 10:05:05 2020 GMT gpg: using RSA key = C433554766D3DDC64221BFAA066DAFCB81E42C40 gpg: Can't check signature: No public key The key ID was shown in the error message, but adding it to my gpg = keyring even though it looked convincing Name: GNU ELPA Signing Agent, e-mail elpasign@elpa.gnu.org it did not improve matters M-x list-packages will not let me delete AucTeX, it autocompletes to = either of the three in this grab from the list =20 auctex-latexmk 1.0.1 available melpa-s... Add LatexMk = support to AUCTeX auctex-latexmk 20160923.7 available melpa Add LatexMk = support to AUCTeX auctex-lua 20151121.810 available melpa Lua editing = support for AUCTeX Near the end of the packages list just above the built-ins I see auctex 11.88.6 installed Integrated = environment for *TeX* but that's the one I am trying to update or delete but I cannot get = anything to happen. I tried another route, downloading auctex-12.3.1.tar from = http://elpa.gnu.org/packages/auctex.html but cannot proceed because I can find no instructioins of where to put = it. I also tried deleting and re-installing Aquamacs.app stable version 3.5 = instead of the 'nightly' I have been using. This seemed reasonable because Aquamacs documentation said the AucTeX = was bundled into it. M-x list-packages then reported the same as above. At present I cannot process LaTeX documents into pdf. ^C^A is not = defined and using the LaTeX command from the Aquamacs menubar offers a LaTeX error after 5 pages (the length of the = expected pdf) with nothing in the error buffer. I guess the problem is between my inexperience and the elpa mechanism=20 ________________________________________ In Aquamacs 3.5 GNU Emacs 25.3.50.1 (x86_64-apple-darwin16.7.0, NS = appkit-1504.83 Version 10.12.6 (Build 16G2016)) dated 2019-08-18 rev. 70b7398da506a9a53867909fa12e5cb3a07ba5c9 built on = watson.local Repository revision: 70b7398da506a9a53867909fa12e5cb3a07ba5c9 Operating System: OS X Version 10.16 (Build 20B29) Configured using: 'configure --with-ns --without-x 'CFLAGS=3D-arch x86_64 -O3 -g -mtune=3Dcorei7 -mmacosx-version-min=3D10.11' 'LDFLAGS=3D-arch x86_64 = -O3 -g -mtune=3Dcorei7 -mmacosx-version-min=3D10.11' CPPFLAGS=3D-I/usr/local/opt/libxml2/include' Configured features: NOTIFY ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS NS Important settings: value of $LANG: en_GB.UTF-8 locale-coding-system: utf-8-unix Major mode: Text Minor modes in effect: TeX-PDF-mode: t TeX-source-correlate-mode: t shell-dirtrack-mode: t savehist-mode: t smart-frame-positioning-mode: t save-place-mode: t recentf-mode: t osx-key-mode: t tabbar-mwheel-mode: t tabbar-mode: t show-paren-mode: t delete-selection-mode: t cua-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t size-indication-mode: t column-number-mode: t line-number-mode: t visual-line-mode: t transient-mark-mode: t Recent messages: Package menu: Operation started [Upgrading 1] package-install-from-archive: = http://elpa.gnu.org/packages/auctex-11.90.2.tar: Not found =E2=87=A7X is undefined insert-for-yank: Buffer is read-only: # Quit user-error: No previous help buffer I is undefined Quit [2 times] is undefined Quit [2 times] Load-path shadows: /Users/elliott/Library/Preferences/Aquamacs = Emacs/Packages/elpa/auctex-11.88.6/tex-site hides = /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/tex= -site /Users/elliott/Library/Preferences/Aquamacs = Emacs/Packages/elpa/auctex-11.88.6/auctex hides = /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auc= tex /Users/elliott/Library/Preferences/Aquamacs = Emacs/Packages/elpa/auctex-11.88.6/plain-tex hides = /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auc= tex/plain-tex /Users/elliott/Library/Preferences/Aquamacs = Emacs/Packages/elpa/auctex-11.88.6/auctex hides = /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auc= tex/auctex /Users/elliott/Library/Preferences/Aquamacs = Emacs/Packages/elpa/auctex-11.88.6/texmathp hides = /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auc= tex/texmathp /Users/elliott/Library/Preferences/Aquamacs = Emacs/Packages/elpa/auctex-11.88.6/tex-buf hides = /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auc= tex/tex-buf /Users/elliott/Library/Preferences/Aquamacs = Emacs/Packages/elpa/auctex-11.88.6/prv-emacs hides = /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auc= tex/prv-emacs /Users/elliott/Library/Preferences/Aquamacs = Emacs/Packages/elpa/auctex-11.88.6/toolbar-x hides = /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auc= tex/toolbar-x /Users/elliott/Library/Preferences/Aquamacs = Emacs/Packages/elpa/auctex-11.88.6/context hides = /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auc= tex/context /Users/elliott/Library/Preferences/Aquamacs = Emacs/Packages/elpa/auctex-11.88.6/tex-style hides = /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auc= tex/tex-style /Users/elliott/Library/Preferences/Aquamacs = Emacs/Packages/elpa/auctex-11.88.6/tex-info hides = /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auc= tex/tex-info /Users/elliott/Library/Preferences/Aquamacs = Emacs/Packages/elpa/auctex-11.88.6/prv-xemacs hides = /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auc= tex/prv-xemacs /Users/elliott/Library/Preferences/Aquamacs = Emacs/Packages/elpa/auctex-11.88.6/font-latex hides = /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auc= tex/font-latex /Users/elliott/Library/Preferences/Aquamacs = Emacs/Packages/elpa/auctex-11.88.6/latex hides = /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auc= tex/latex /Users/elliott/Library/Preferences/Aquamacs = Emacs/Packages/elpa/auctex-11.88.6/tex-fold hides = /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auc= tex/tex-fold /Users/elliott/Library/Preferences/Aquamacs = Emacs/Packages/elpa/auctex-11.88.6/tex-wizard hides = /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auc= tex/tex-wizard /Users/elliott/Library/Preferences/Aquamacs = Emacs/Packages/elpa/auctex-11.88.6/bib-cite hides = /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auc= tex/bib-cite /Users/elliott/Library/Preferences/Aquamacs = Emacs/Packages/elpa/auctex-11.88.6/tex hides = /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auc= tex/tex /Users/elliott/Library/Preferences/Aquamacs = Emacs/Packages/elpa/auctex-11.88.6/preview hides = /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auc= tex/preview /Users/elliott/Library/Preferences/Aquamacs = Emacs/Packages/elpa/auctex-11.88.6/tex-mik hides = /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auc= tex/tex-mik /Users/elliott/Library/Preferences/Aquamacs = Emacs/Packages/elpa/auctex-11.88.6/tex-bar hides = /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auc= tex/tex-bar /Users/elliott/Library/Preferences/Aquamacs = Emacs/Packages/elpa/auctex-11.88.6/multi-prompt hides = /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auc= tex/multi-prompt /Users/elliott/Library/Preferences/Aquamacs = Emacs/Packages/elpa/auctex-11.88.6/tex-jp hides = /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auc= tex/tex-jp /Users/elliott/Library/Preferences/Aquamacs = Emacs/Packages/elpa/auctex-11.88.6/context-en hides = /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auc= tex/context-en /Users/elliott/Library/Preferences/Aquamacs = Emacs/Packages/elpa/auctex-11.88.6/context-nl hides = /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auc= tex/context-nl /Users/elliott/Library/Preferences/Aquamacs = Emacs/Packages/elpa/auctex-11.88.6/tex-font hides = /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auc= tex/tex-font Features: (shadow sort mail-extr emacsbug lisp-mnt mm-archive message format-spec rfc822 mml mml-sec mailabbrev gmm-utils mailheader mm-decode mm-bodies mm-encode url-handlers network-stream nsm starttls url-http tls gnutls mail-parse rfc2231 url-gw url-cache url-auth url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util url-parse auth-source cl-seq eieio eieio-core gnus-util password-cache url-vars mailcap pp reftex-dcr reftex-auc reftex reftex-vars bib-cite tex-fold preview prv-emacs tex-bar tex-buf toolbar-x noutline outline font-latex latex tex-style tex crm tex-mode compile latexenc shell pcomplete comint ansi-color ring char-fold misearch multi-isearch conf-mode epa-file dired cursor-sensor epa derived epg parse-time manoj-dark-theme edmacro kmacro finder-inf info package epg-config seq load-emacs-plugins aquamacs-mode-defaults auctex-config server preview-latex auto-loads tex-site aquamacs-aux savehist one-buffer-one-frame byte-opt bytecomp byte-compile cl-extra cconv smart-frame-positioning drews_init color-theme-autoloads view saveplace visual-line disp-table aquamacs-bug aquamacs-autoface-mode aquamacs-cl aquamacs-editing recentf tree-widget cus-edit wid-edit osxkeys emulate-mac-keyboard-mode frame-cmds strings misc-fns thingatpt+ thingatpt frame-fns avoid aquamacs-mac-fontsets fit-frame aquamacs-frame-setup sendmail rfc2047 rfc2045 ietf-drums mm-util help-fns help-mode mail-prsvr mail-utils aquamacs-tabbar tabbar-window cl-macs cl cl-loaddefs cl-lib cus-start cus-load tabbar easy-mmode load-emacs-pre-plugins aquamacs-site-start cocoa-compatibility mule-util matlab-load smart-dnd revive aquamacs-redo check-for-updates aquamacs-menu aquamacs osx_defaults aquamacs-tool-bar gv mac-extra-functions aquamacs-tools aquamacs-macros time-date advice timezone paren delsel cua-base easymenu tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel ns-win subr-x pcase ucs-normalize term/common-win tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese charscript case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote kqueue cocoa ns multi-tty make-network-process emacs) Memory information: ((conses 16 1580335 173294) (symbols 48 38183 0) (miscs 40 581 1232) (strings 32 183456 32490) (string-bytes 1 4715411) (vectors 16 70348) (vector-slots 8 1137690 35342) (floats 8 395 468) (intervals 56 173294 1899) (buffers 976 63)) Elliott Roper +44 7454 402200 mobile, facetime 01663 747334 UK landline From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 27 16:54:05 2020 Received: (at 44907) by debbugs.gnu.org; 27 Nov 2020 21:54:05 +0000 Received: from localhost ([127.0.0.1]:46421 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kilgq-0007Zr-NN for submit@debbugs.gnu.org; Fri, 27 Nov 2020 16:54:05 -0500 Received: from authenticated.a-painless.mh.aa.net.uk ([90.155.4.48]:50815) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kilZQ-0007MI-RG for 44907@debbugs.gnu.org; Fri, 27 Nov 2020 16:46:26 -0500 Received: from 92.40.181.123.threembb.co.uk ([92.40.181.123] helo=[172.20.10.2]) by a-painless.mh.aa.net.uk with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kilZQ-000374-7a for 44907@debbugs.gnu.org; Fri, 27 Nov 2020 21:46:24 +0000 From: Elliott Roper Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.20.0.2.21\)) Subject: Less of a problem after re-installing Aquamacs nightly Message-Id: Date: Fri, 27 Nov 2020 21:46:21 +0000 To: 44907@debbugs.gnu.org X-Mailer: Apple Mail (2.3654.20.0.2.21) X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 44907 X-Mailman-Approved-At: Fri, 27 Nov 2020 16:54:03 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) I now have an AucTeX that works, although not with the very latest version Elliott Roper +44 7454 402200 mobile, facetime 01663 747334 UK landline From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 28 02:40:36 2020 Received: (at 44907) by debbugs.gnu.org; 28 Nov 2020 07:40:36 +0000 Received: from localhost ([127.0.0.1]:46874 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kiuqS-00074e-8P for submit@debbugs.gnu.org; Sat, 28 Nov 2020 02:40:36 -0500 Received: from mail-ej1-f48.google.com ([209.85.218.48]:40302) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kiuqQ-00074Q-G4 for 44907@debbugs.gnu.org; Sat, 28 Nov 2020 02:40:34 -0500 Received: by mail-ej1-f48.google.com with SMTP id x16so3587461ejj.7 for <44907@debbugs.gnu.org>; Fri, 27 Nov 2020 23:40:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=wuwi9mjXBjU7CpMxnWIP827FgYvVHz65SRqo7cFnJM4=; b=Xb5Na3bZlZ/fOkenxZW14jnXkeRUDAS//IWHNvSb9MxyM6/e4+6ylqewgD2lvMYqAO vKksVGhoEorxAzsrC8yz+yLe/W8jDHPd5wfpNrBGuXdi46wJpfZpnwmav+6raXV3hg4H h8egSjd2cxLODulDffulq6zknorgEtmmPQp/xfHsFgX6dv4WDoOkDQ+HqrIrCIK10rQM QwkzOAYJ0zQOulSaDEzsJQ0cWhuILqdsDVfXg0hBySI2yRHwY3+0N7Egy/UqEStxJCUT pzqzNUV19vnTHVRxadCoTmTMImfWmBWgkCQiEAG0XLp3aFq4Bv0/3s6Tm08xF8nUvBsz XwGg== X-Gm-Message-State: AOAM531EMNY6YC62v/xDe6ICG9SNSZSih92HgPL6GN2tLIflKjGIFYUM V9euUKOJIh98ktUCjZmsrcq47j9P3CKdoE2a1dQ= X-Google-Smtp-Source: ABdhPJwAJ+1SQcjtBg+WRhx0v1qFeziudp4t+arQgfySBTpUn/tsrWksBNTS9Aum268+bLemolOZw0nNJ8ii2GbSBqE= X-Received: by 2002:a17:906:614a:: with SMTP id p10mr11810379ejl.312.1606549228598; Fri, 27 Nov 2020 23:40:28 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Stefan Kangas Date: Sat, 28 Nov 2020 08:40:17 +0100 Message-ID: Subject: Re: bug#44907: 25.3.50; elpa auctex will not update or delete To: Elliott Roper Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 44907 Cc: 44907@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) forcemerge 35414 44907 thanks Elliott Roper writes: > M-x list-packages shows AucTex at version 11.88.6 > an attempt to update comes back with either > AucTeX 11.92.tar not found > or > > Failed to verify signature archive-contents.sig: > No public key for 066DAFCB81E42C40 created at 2020-11-27T10:05:05+0000 using RSA > Command output: > gpg: WARNING: unsafe permissions on homedir '/Users/elliott/Library/Preferences/Aquamacs Emacs/Packages/elpa/gnupg' > gpg: Signature made Fri 27 Nov 10:05:05 2020 GMT > gpg: using RSA key C433554766D3DDC64221BFAA066DAFCB81E42C40 > gpg: Can't check signature: No public key 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 > In Aquamacs 3.5 GNU Emacs 25.3.50.1 (x86_64-apple-darwin16.7.0, NS appkit-1504.83 Version 10.12.6 (Build 16G2016)) > dated 2019-08-18 rev. 70b7398da506a9a53867909fa12e5cb3a07ba5c9 built on watson.local > Repository revision: 70b7398da506a9a53867909fa12e5cb3a07ba5c9 > Operating System: OS X Version 10.16 (Build 20B29) From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 28 07:53:03 2020 Received: (at 44907) by debbugs.gnu.org; 28 Nov 2020 12:53:03 +0000 Received: from localhost ([127.0.0.1]:47089 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kizio-0006Lp-QI for submit@debbugs.gnu.org; Sat, 28 Nov 2020 07:53:03 -0500 Received: from mail-ed1-f49.google.com ([209.85.208.49]:40834) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kizil-0006LF-Tc for 44907@debbugs.gnu.org; Sat, 28 Nov 2020 07:53:01 -0500 Received: by mail-ed1-f49.google.com with SMTP id d18so8528883edt.7 for <44907@debbugs.gnu.org>; Sat, 28 Nov 2020 04:52:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=9iHA94Eo9yTyPX7/kivaKV09dEOgwWkdJPkcL7cCL74=; b=eZvDOLXKeFfJ2L28vL8Lt0sj/EZFjUkZbjCj5dyehwi6iI49/qcxF2k4KTY0eb2LVt OqiIWZkQEIIwUA9Hm7EZCb7MMgLLMLuzxl47k6AYssVOR7Mc4x0YzQ/vRqDA23eE6F/N Gl2w40XuUC7+Ey5+l6fpXt1LKqBM28ITE30lOBJ9eqEpSSKfvMjWCOXuAz325U4g/0qs 1X6iDz4x1BilZEqUT56Nz35PhCSUlcA/q7NyFIHYETy44dnc31wlZ/KUfqpGEWKCPVaG kkXbdoPGQwAg4OmIuetEe24V8FzDy6VSJZpqPw48GCzaEB9IKqX8zq4q+8ROlOIuxTny oOHg== X-Gm-Message-State: AOAM533Hc3kTxJ4C/V5DePsqBdla8c8W55QKUd0qNArzcZKEqqDxRCaX 7H91RyhAhecjsrl+CjeLiBbMlh84uxAIDSYvAD4= X-Google-Smtp-Source: ABdhPJxk7kyOqxFcdoWqb7VHxqAdI8PmuJ1jiq/2uOtYdrqvFs80kIjgjqgfdMcjrjFvw5dXfdcKIK1GhLGsjH8EHXI= X-Received: by 2002:a50:e443:: with SMTP id e3mr12854939edm.160.1606567974070; Sat, 28 Nov 2020 04:52:54 -0800 (PST) MIME-Version: 1.0 References: <27AB811F-5851-4C73-BC5C-CA7E6620DEB9@yrl.co.uk> In-Reply-To: <27AB811F-5851-4C73-BC5C-CA7E6620DEB9@yrl.co.uk> From: Stefan Kangas Date: Sat, 28 Nov 2020 13:52:42 +0100 Message-ID: Subject: Re: bug#44907: 25.3.50; elpa auctex will not update or delete To: Elliott Roper Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 44907 Cc: 44907@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) (Please keep the bug tracker in Cc.) Elliott Roper 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=E2=80=99s 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 g= uess 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 be= cause 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 t= hat job, but a little help setting package-check-signature back to its defa= ult 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! From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 06 18:52:21 2020 Received: (at 44907) by debbugs.gnu.org; 6 Dec 2020 23:52:22 +0000 Received: from localhost ([127.0.0.1]:51760 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1km3pF-00051P-OE for submit@debbugs.gnu.org; Sun, 06 Dec 2020 18:52:21 -0500 Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:7651) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1km3pE-00051C-6r for 44907@debbugs.gnu.org; Sun, 06 Dec 2020 18:52:21 -0500 Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 72501441447; Sun, 6 Dec 2020 18:52:14 -0500 (EST) Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 46F1544143C; Sun, 6 Dec 2020 18:52:13 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1607298733; bh=mpSnPrMAy5ni3YmMKgSDwZ3iS6EPIzSbiM4aVvqGdw4=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=LOlrV2AhfudN1NZHfLAybCdqpet30HS/sgiV5Wp3+MQ2+VJhmBSEecnWE61A9wqXt rkj4r12iC/rZKpNJftgaq9BwGZM2oYx2AzpNfjMkNQ6Hljm6qsWZkivocKcIoY6kBD /n6Ll1xH4UTLAq+AlGj+s3c/BmsHma6G1Ts9umzcugc+7J2VexEtGoFDhH/RzZRYkv lISuAQRugoTs42u62h+oP18tPIcZRItfI17FOXssCM/vqwOndeYwKCTUDwH2q1L0hf IT2fDrUEv360R3ThhMeuc7SVrXMilH7T+9EAq1OnsD58kuFpjyYZuEALvR9+79fIRx IkXGP1BOT9u5Q== Received: from alfajor (69-165-136-52.dsl.teksavvy.com [69.165.136.52]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 06852120294; Sun, 6 Dec 2020 18:52:12 -0500 (EST) From: Stefan Monnier To: Stefan Kangas Subject: Re: bug#44907: 25.3.50; elpa auctex will not update or delete Message-ID: References: Date: Sun, 06 Dec 2020 18:52:12 -0500 In-Reply-To: (Stefan Kangas's message of "Sat, 28 Nov 2020 08:40:17 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SPAM-INFO: Spam detection results: 0 ALL_TRUSTED -1 Passed through trusted hosts only via SMTP AWL -0.078 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain X-SPAM-LEVEL: X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 44907 Cc: 44907@debbugs.gnu.org, Elliott Roper X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > 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. Side note: if all works according to the plan, the users shouldn't have to run that command by hand because it is run when the package is installed. > 3. reset package-check-signature to the default value allow-unsigned Or to the value `t` as well, of course. Stefan From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 07 04:59:29 2020 Received: (at control) by debbugs.gnu.org; 7 Dec 2020 09:59:29 +0000 Received: from localhost ([127.0.0.1]:52459 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmDIm-0005VL-Tw for submit@debbugs.gnu.org; Mon, 07 Dec 2020 04:59:29 -0500 Received: from mail-pj1-f41.google.com ([209.85.216.41]:53363) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmDIh-0005Uq-PP for control@debbugs.gnu.org; Mon, 07 Dec 2020 04:59:25 -0500 Received: by mail-pj1-f41.google.com with SMTP id iq13so7058024pjb.3 for ; Mon, 07 Dec 2020 01:59:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=7/0BRv/fixXWrzhV1qDAqu30G8hxHWZSNSBSsSECbaU=; b=MgmOV9p61WeSAgEUrTdl9BWgee0g72ivyQKmJC6aTPo/KEGVKQAkXqrP4tkMXxhHc/ ZlJcgU9OU9yAWElXluHgf2Fum2bkDJeRN+dFpkdGVsE0nCuXIroSiZxgOPIiW3elMJlW s/kzOh+4SrOZrfR15Md/JHfwfvuXHu+uO68mrDqKlFa2TA4mPblZfcEQVCfBj1sgUYmh WiDrlXca2UDJoAaDRP0Lp+8UsYmHjzVulWGEY7vZ11uBuFKJXSoH9h5gwY58Hodp2I2I hSMdR0j8BOqueGdYYELz28Hgg5q3UtvLm86Y4COa4hlASs/2+ELR80+97lL+n5ybanju ovnA== X-Gm-Message-State: AOAM533ge2yYL4A+8/TD96qc7ZPeH1cxPmBIdb/kFoY1OHwqWZdInuUV iaLKzoda0Vz2ILNlH6mvEZCwDBL7FnO8hQvnd76I2hctZ5ihfQ== X-Google-Smtp-Source: ABdhPJyr2nDorxtyvPo4Lc6JHULXsocDijzGtfZplKJ5m8XzBUPw6oMnK71ATJKYSN0xiiirIE30O+0Xk+tkRAMCdQo= X-Received: by 2002:a17:90a:fb43:: with SMTP id iq3mr16170002pjb.175.1607335157730; Mon, 07 Dec 2020 01:59:17 -0800 (PST) MIME-Version: 1.0 References: <27AB811F-5851-4C73-BC5C-CA7E6620DEB9@yrl.co.uk> <33515FB5-D870-45B0-93A5-E321C9FA702D@yrl.co.uk> In-Reply-To: <33515FB5-D870-45B0-93A5-E321C9FA702D@yrl.co.uk> From: Stefan Kangas Date: Mon, 7 Dec 2020 10:59:06 +0100 Message-ID: Subject: Re: bug#44907: 25.3.50; elpa auctex will not update or delete To: Elliott Roper Content-Type: text/plain; charset="UTF-8" Bcc: control@debbugs.gnu.org X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: control Cc: 44907-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) unarchive 35414 forcemerge 35414 44907 thanks Elliott Roper writes: > Thanks. That worked perfectly. Great, I'm therefore closing this bug. [[For some reason, I have been unable to unarchive Bug#35414 to merge these two bugs. Trying again with this message.]] From unknown Sat Aug 09 15:52:32 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 04 Jan 2021 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator