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
Since a few weeks, I get the following error when using swiper (after a few keystrokes in the swiper minibuffer):
Error in post-command-hook (ivy--queue-exhibit): (wrong-type-argument number-or-marker-p nil)
It seems that this only happens in buffers with org-mode enabled, but I am not 100% sure.
As this does not trigger debug-on-error, I am not sure how to best debug it further.
Error in post-command-hook (ivy--queue-exhibit): (wrong-type-argument number-or-marker-p nil)
It seems that this only happens in buffers with org-mode enabled, but I am not 100% sure. As this does not trigger debug-on-error, I am not sure how to best debug it further.
Yes, these can be difficult to debug, especially when it's not always reproducible. One of the simplest options is to copy the definition of ivy--insert-minibuffer, sprinkle some print-debugging calls like (message ">>> n") for different values of n among the function's lines, and reevaluate the function (this will overwrite its previous definition). That might shed more light on which part of the ivy--exhibit hook is failing. It could be that old-mark is nil, for example.
Since a few weeks, I get the following error when using swiper (after a few keystrokes in the swiper minibuffer):
Error in post-command-hook (ivy--queue-exhibit): (wrong-type-argument number-or-marker-p nil)
It seems that this only happens in buffers with
org-mode
enabled, but I am not 100% sure.As this does not trigger debug-on-error, I am not sure how to best debug it further.
My init.el only contains the following:
The text was updated successfully, but these errors were encountered: