[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67292: emacs / emacs-transient collisions and bundling
From: |
Liliana Marie Prikler |
Subject: |
bug#67292: emacs / emacs-transient collisions and bundling |
Date: |
Tue, 17 Dec 2024 22:36:47 +0100 |
User-agent: |
Evolution 3.48.4 |
Am Dienstag, dem 17.12.2024 um 15:10 -0500 schrieb Suhail Singh:
> Liliana Marie Prikler <liliana.prikler@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