-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
Prism seems to have a weird interaction with Swiper at least in prism-whitespace-mode
: when Swiper is invoked with Prism enabled, sometimes Emacs will just beep and show "End of buffer" in the minibuffer. Trying again will usually work. With Prism disabled, Swiper always works.
On Emacs 27.0.90, I can repeat it like this:
- Start emacs -Q and evaluate:
(package-initialize)
(require 'prism)
(require 'swiper)
- Open a file in python-mode.
(2b. Try M-x swiper, note that it works.) - Invoke M-x prism-whitespace-mode.
- Try M-x swiper, note that it dies with "End of buffer".
(4b. Try M-x swiper again, note that it works most of the time.)
I'm not sure if this is a bug in Prism, Swiper or Emacs. The End of buffer error doesn't seem to trigger debug-on-error
. Any ideas on debugging this?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed