Am Dienstag, dem 17.12.2024 um 15:10 -0500 schrieb Suhail Singh: > Liliana Marie Prikler <liliana.prik...@gmail.com> writes: > > > * `guix shell emacs emacs-transient --with-input=emacs- > > minimal=emacs` will > > load the native-compiled emacs > > Hm there may be a bug somewhere (hopefully not in my testing). With some printf-debugging, it appears as though profiles aren't correctly resolved: /gnu/store/pm8rjqqkpkiyc7b2hrigw7kgg0z7c8hf-emacs-dash-2.19.1/share/emacs/site-lisp/dash-2.19.1/dash.el → /gnu/store/f5wsraz8qp499g2sc9r5ax5p52w622lm-profile/lib/emacs/native-site-lisp/29.4-a928e9cc/dash.eln
We should sanitize native-comp-load-path like we do for regular load-path. Cheers