-
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
Error on Emacs 26.1 #54
Comments
Same here |
Same here
with
|
same issue. Interestingly, I don't always get this, but I can't seem to figure out why it happens. |
I accidentally posted this on #51, which is closed. So I'll repeat this here: 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 |
Same problem here. |
me too:
|
Haven't tried, but here might be a solution: radian-software/straight.el#332 |
Hey all, I mostly use IntelliJ (Java pays the bills) these days. I'd be happy to mentor someone through the code but I don't have a ton of time to investigate this particular bug. This could be a few things:
|
I've been having the same exact problem. Clearing my |
Same problem here using
Emacs 26.3, Linux. |
Same here. I also have use-package and am running Emacs 25.2.2 in an Ubuntu WSL installation. Interestingly, running esup under Windows-Native 26.3 (with the same emacs init file) gives no error. |
I just found a case where changing one line causes the sentinel error to appear on my Windows-Native 26.3. (I've managed to reduce 1.5s from my load time using the esup results so far, rerunning esup several times before discovering this)
Of course, I subsequently discovered that setting that :mode line caused other issues, but hopefully the fact it's also causing the sentinel issue is a clue of some sort. |
I faced the same problem and for me it was cider. |
Same for me but the package was |
FWIW, I hadn't tried |
Same error on 27.0.91. |
Emacs 27.0.91 macOS I have added following to load esup using use-package
|
Same error on GNU Emacs 26.3 |
same error here, emacs 26.1 |
This seems to help: ;; Work around a bug where esup tries to step into the byte-compiled
;; version of `cl-lib', and fails horribly.
(setq esup-depth 0) |
This worked for me. And, from the likes, probably for several others. |
The workaround proposed by @nettoyoussef also works for me. |
same-ish here
and emacs version
EDIT: sorry I did not read the depth workaround, this works with |
Reposting from #85, since now that issue seems it might be a duplicate of this one, though this issue could benefit from a more descriptive title to aid discovery.
My root cause was that I had coincidentally misconfigured my PATH, so one emacs version was using bytecode compiled for a slightly different emacs version. However, since this error (choking on a |
same with GNU Emacs 26.2 (build 1, x86_64-w64-mingw32) |
Ran into this as well, |
Hi,
Based on this blog post, I've been trying to optimize my Emacs startup time, and I wanted to give esup a try - it looks like a very interesting tool.
When I run
esup
, I get the following messages:In addition, I get three
*esup-
buffers, with the following contents:*esup-log*
: https://gist.github.com/zzamboni/16e989ea5173a1c47327bcb5fdb86411*esup-child*
: empty*esup-results*
: https://gist.github.com/zzamboni/146c03d4d4b3feff50b35ea2b13ff901I am running Emacs 26.1-pre1 from Homebrew, the full output of
(emacs-version)
isGNU Emacs 26.1 (build 1, x86_64-apple-darwin17.4.0, NS appkit-1561.20 Version 10.13.3 (Build 17D102)) of 2018-04-22
.For reference, my current configuration file is here: https://github.com/zzamboni/dot-emacs/blob/20686af45a3b33629480713018ea88b1164b6b79/init.el
The text was updated successfully, but these errors were encountered: