jschaf / esup

ESUP - Emacs Start Up Profiler
398 stars 22 forks source link

Cannot open load file: No such a file or directory, s #81

Closed jcs090218 closed 4 years ago

jcs090218 commented 4 years ago

Continue to this thread #63. I think is better to open it on another issue.

I think the patch from #80 will occurs the error below. 😕

Cannot open load file: No such a file or directory, s

Edit:

Just to clarify, this error occurs after M-x esup.

ghost commented 4 years ago

Have the same problem here after upgraded to Emacs 27.1

benley commented 4 years ago

As a quick workaround, try manually installing the s library: https://melpa.org/#/s

jcs090218 commented 4 years ago

I don’t think you could? Cuz once esup is enabled everything starts from scratch! I think is about the load path isn’t ready, and you are trying to load s lib. Maybe try package-initialize at the start of esup? Or extract the functions you use from s lib and implemented locally?

sergeyklay commented 4 years ago

I hope this fixed now.

sergeyklay commented 4 years ago

@jcs090218 Could you please check now?

jcs090218 commented 4 years ago

Nope, it didn't work.

Edit: Can you reopen this issue? Thanks!