Radon Rosborough
Radon Rosborough
@rsms any update on this? I'd love to see this long-standing bug fixed.
@rsms Ping?
@rsms Is this project still maintained?
My use case was being able to jump unambiguously to Messenger with a global system hotkey. That would really be quite nice, but maybe I can learn to live without...
I finally got fed up with `profile-dotemacs` and decided to get to the bottom of this. Apparently, `profile-dotemacs` is loading `cl-lib.elc` and choking on an invalid byte code: ``` LOG:...
Interestingly, this `cl--defalias` byte-code problem has [already been reported](https://github.com/jschaf/esup/issues/25). I am running Emacs 25.1.1 (El Capitan, `brew cask install emacs`) and all packages including `esup` from HEAD.
As a workaround, I have simply set `esup-child-profile-require-level` to `0`, which prevents `esup` from descending into `cl-lib`.
@therockmandolinist As you can see, `esup` is still stepping into the `require` for `server`, and because `server` is compiled, it triggers the error. This is because the setting of `esup-child-profile-require-level`...
`esup` needs better error reporting IMO. To see what the actual error is, you'll have to remove `(kill-emacs)` from the child code: ``` (defun esup-child-run (init-file port) "Profile INIT-FILE and...
Has the original problem (i.e. `esup` chokes on loading `cl-lib.elc`) been fixed?