Symbol’s value as variable is void: _
errors
#342
Replies: 3 comments 2 replies
-
actually, if i manually eval the built-in version of transient, i also don't seem to get this error, but magit and other dependents will not work properly. (i figure because they need a newer transient to do their thing.) |
Beta Was this translation helpful? Give feedback.
-
I assume so, but I do not use straight myself, so I don't know how. Also make sure you use a recent build of the emacs development branch. |
Beta Was this translation helpful? Give feedback.
-
here's a backtrace from init file failing to load:
also, i ran into the same error when byte-compiling mastodon.el (which depends on transient via tp.el) for quite a while prior to this magit update, but it never broke anything for me. |
Beta Was this translation helpful? Give feedback.
-
I'm struggling to get transient loading ok after updating magit.
I thought it might be due to version mismatches somewhere, perhaps between built-in versions and non-built-in ones.
when i try to load my init file now, i get
Symbol’s value as variable is void: _
errors when trying to load any package that depends on transient.if i manually go and eval a recent version of the file
transient.el
from the repo, then the dependents will load fine.is there a way i can be sure i am running an updated version?
i use straight.el, and i try to mandate using the repo version like so:
or
i also updated magit using straight.el.
i'm on emacs 30.0.50.
Beta Was this translation helpful? Give feedback.
All reactions