Am Sonntag, dem 03.09.2023 um 10:51 -0400 schrieb Maxim Cournoyer: > Hi Liliana, > > Liliana Marie Prikler <[email protected]> writes: > > [...] > > > Thanks, LGTM. I've tested this by dropping almost all parts of > > load-path and calling (guix-emacs-autoload-packages), it appears to > > do what's promised. Queued locally for emacs-next and followed up s/emacs-next/emacs-team/
Sorry for the confusion. > > with a patch that fixes the compilation warnings coming from the > > docstrings. > > Sounds good, thank you for testing it! > > About warnings, when I byte compile guix-emacs.el, all I see is: > > --8<---------------cut here---------------start------------->8--- > > Compiling file /home/maxim/src/guix/gnu/packages/aux- > files/emacs/guix-emacs.el at Sun Sep 3 10:50:19 2023 > guix-emacs.el:83:39: Warning: reference to free variable > ‘treesit-extra-load-path’ > guix-emacs.el:83:39: Warning: assignment to free variable > ‘treesit-extra-load-path’ > --8<---------------cut here---------------end--------------->8--- > > I don't know how to fix those; they seem harmless since their use is > enclosed in a (with-eval-after-load 'treesit ...) expression. Yeah, I'm on Emacs 29 with tree-sitter baked in, so I see another set of warnings (emacs-team vs master strikes again, it seems) Cheers
