GNU bug report logs -
#65023
29.1.50; Tramp 2.6.1.1 cannot be installed as ELPA package
Previous Next
Reported by: Michael Albinus <michael.albinus <at> gmx.de>
Date: Wed, 2 Aug 2023 14:18:01 UTC
Severity: normal
Found in version 29.1.50
Done: Jim Porter <jporterbugs <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Michael Albinus <michael.albinus <at> gmx.de> writes:
Hi Jim,
>> This makes the 'package-data' argument never be nil, which avoids
>> running the broken code. I'd be a little worried about publishing this
>> without further testing, but hopefully it (or something like it) could
>> be a solution until 29.2 is released...
>
> I've tried to apply this change, but it doesn't work as expected yet.
Finally, I've decided to add the following to the Tramp README on ELPA:
--8<---------------cut here---------------start------------->8---
Mitigation of a bug in Emacs 29.1
*********************************
Due to a bug in Emacs 29.1, you must apply the following change prior
installation or upgrading Tramp 2.6.1.1a from GNU ELPA:
(when (string-equal emacs-version "29.1")
(with-current-buffer
(url-retrieve-synchronously
"https://git.savannah.gnu.org/cgit/emacs.git/plain/lisp/emacs-lisp/loaddefs-gen.el?h=emacs-29")
(goto-char (point-min))
(while (looking-at "^.+$") (forward-line))
(eval-region (point) (point-max))))
--8<---------------cut here---------------end--------------->8---
In order to make it visible, I've released Tramp 2.6.1.1a.
Best regards, Michael.
This bug report was last modified 1 year and 337 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.