Open lyjdwh opened 4 years ago
Please post a full backtrace.
Do you know how to get the full backtrace?
toggle-debug-on-error
can't be triggered by this error.
I don't understand how debug-on-error
would fail to provide a backtrace if an error is signaled.
Here's what I suggest:
emacs -q
or emacs-sandbox.sh
to ensure it isn't a problem with your config.I tried emacs -q
, the same error occurred and toggle-debug-on-error
still didn't be triggered.
my emacs test init file is https://gist.github.com/lyjdwh/051bfef652612b6c02632f608af26011
The code works for me, so I don't know why it doesn't work for you. Maybe something changed in Hydra or pretty-hydra or some other package, but I don't have time to dig into that for you. I'm afraid you'll have to debug it yourself. Maybe you can use Edebug to step through the code. You could also try expanding all of the macros and stepping through the resulting code.
Wait, did you not install pretty-hydra?
Sorry, I mistook the install of requires.
After I install pretty-hydra, it still doesn't work. I will debug it myself. Thanks for your help!
You're welcome. Thanks for reporting the problem, and please let me know if you figure it out.
When using
my/elfeed-search-view-hydra
@
keybinding tocomplete-age
, the error occurs that