bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#41504: 28.0.50; elpa gnus-alias problem


From: Noam Postavsky
Subject: bug#41504: 28.0.50; elpa gnus-alias problem
Date: Wed, 27 May 2020 13:44:42 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (windows-nt)

retitle 41504 28.0.50; gnus-alias.elc fails to load (uses byte-compile-dynamic)
merge 41504 41443
quit

joakim@verona.se writes:

> To reproduce, install gnus-alias from elpa, and load it.

This package is in MELPA (I just mention this for the record).

I see it has

    (eval-when-compile
      ;; silence the old byte-compiler
      (defvar byte-compile-dynamic)
      (set (make-local-variable 'byte-compile-dynamic) t))

So I guess this is the same as Bug#41443 "byte-compiled file with
byte-compile-dynamic can't be loaded."







reply via email to

[Prev in Thread] Current Thread [Next in Thread]