You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have the full steps to reproduce, because on emacs -Q it doesn't seem to happen, but for me when I have (setq prism-comments nil) and run the command consult-line in an elisp file, I get an "End of buffer" message and the prompt dies before it can start. It works after I re-run consult-line once or twice.
I've tried to use toggle-debug-on-quit and type C-g right after it happens, but Emacs doesn't seem to think there's anything to debug.
PS: consult-line is similar to swiper or the old helm-swoop.
If you want more info let me know.
The text was updated successfully, but these errors were encountered:
:) If you can help figure it out, that would be appreciated. As I wrote there, it might be a simple change to Consult and/or Swiper to handle the error, but I don't know if it's necessarily a bug in those packages or in this one.
I don't have the full steps to reproduce, because on emacs -Q it doesn't seem to happen, but for me when I have
(setq prism-comments nil)
and run the commandconsult-line
in an elisp file, I get an "End of buffer" message and the prompt dies before it can start. It works after I re-runconsult-line
once or twice.I've tried to use
toggle-debug-on-quit
and type C-g right after it happens, but Emacs doesn't seem to think there's anything to debug.PS: consult-line is similar to swiper or the old helm-swoop.
If you want more info let me know.
The text was updated successfully, but these errors were encountered: