Closed abscondment closed 6 months ago
Ah, apologies. Please ignore - I had some very old, inherited config that recently broke both this an magit
. Once I stopped loading it, the issue in v2.2 went away.
Would you mind sharing what made it go away for you?
@orlandini sure, I can give a little more detail:
I have been using some dotfiles shared by a friend in ~2007. A few of the old functions defined there seem to be overriding newer functions added to emacs proper, which in turn has been causing random errors in various libraries.
I noticed this and disabled most of this old config, and a handful of issues disappeared. I didn't dig deeper to figure out exactly which conflicts caused this particular issue.
@abscondment thank you!
In the end, in my case it was something else, which I will share should someone face the same issue in the future.
When setting the environment variables I wanted to get from my shell I accidentally had a space between them, like
"VAR1 VAR2"
instead of "VAR1" "VAR2"
I'm using
bash
on OSX. My.emacs
ends with this:After installing the 2.2 release via MELPA, I get this error on startup:
If I check out the 2.1 release and install it via
M-x package-install-file
, things work.