-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
esup fails to run on macOS High Sierra / Emacs 25.3 #51
Comments
I also have an issue in MacOS, not sure if it's related or completely different:
Emacs version:
|
+1 on Emacs 26, High Sierra.
|
+1 for Emacs 25.1 on SUSE Linux. Seeing |
+1 for emacs 25.3. Will help in anyway I can. :-) |
Hey all, as a hot-fix I'll reduce the reduce profile depth to see if that addresses the issue. |
I think it has to do with how esup intercepts require calls. I switched it to use advice instead of parsing the elisp. The advice is much more robust, but has the unintended side-effect of intercepting require calls that don't appear in dotfiles.
To fix this, esup should only intercept require calls that appear directly in dotfiles. |
@jschaf, Thanks for the update! :-) I tried the latest version. The eieio issue seems unaffected by the fix.
I guess it's the same issue in #52 and #54 within |
@jschaf, that fixed the original issue for me (the error that this issue was created for: |
Seems to be fixed with latest version of esup and Emacs 26.1. |
Still seeing this with Emacs 26.1: for reference, my configuration is at https://bitbucket.org/jeffbowman/dotfiles |
@jeffbowman Occasionally I manage to fix things by deleting all *.elc files in .emacs.d. Things start working after recompilation. |
Still seeing this on Emacs 26.1 with today's version of esup and all |
I also stumbled upon this after trying to switch to straight.el which compiles everything. After reverting to package.el (and not having any *.elc) esup worked again. GNU Emacs 26.1 (build 1, x86_64-w64-mingw32) of 2018-05-30 |
Oh is that what it is? I also use |
I am also seeing this again after switching to straight.el. Not sure which package is at fault. |
@jschaf got same error with straight on emacs 28 |
Same error ) esup-child-send-log: Process esup-child-connection not running". Any ideas? |
Maybe you can try this: https://github.com/dholm/benchmark-init-el |
Thanks, I will try. |
Hey there, thanks for this great plugin! I recently started having some problems running
M-x esup
The
*Messages*
buffer has this:Any ideas (this probably worked about a 2-3 weeks ago)?
The text was updated successfully, but these errors were encountered: