Skip to content

fix: tangle command's elisp byte incompatiability issue

Aron Gile requested to merge fix-tangle-command-incompatible-elisp-byte-code into main

Different versions of Emacs produce different version byte compiled code. This causes runtime incompatibilities if the version of Emacs used to parse a gix document is not the same as version of Emacs the user has installed.

To work around this problem Emacs can be started with -Q option to suppress autoloads provided by GNU/Guix.

Merge request reports