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
Tried cider-use-overlays t for the first time in a while and ran into strange behavior.
When the overlay is shown, pressing C-p to jump on the previous line doesn't, but instead goes to the beginning of the line and the minibuffer says Beinning of buffer. There is also a noticeable delay (~100 ms) in doing so. There is the same or similar delay when I do next-line, but at least it goes where it should. There is no such delay when doing forward-char or backward-char or forward-sexp and so on.
The delay also seemingly depends on the size of the frame. When I tried to reduce the frame size to shoot the video, the delay was gone (but bad prev-line behavior remained).
Screen.Recording.2024-05-13.at.22.07.10.mov
The text was updated successfully, but these errors were encountered:
Tried
cider-use-overlays t
for the first time in a while and ran into strange behavior.When the overlay is shown, pressing
C-p
to jump on the previous line doesn't, but instead goes to the beginning of the line and the minibuffer saysBeinning of buffer
. There is also a noticeable delay (~100 ms) in doing so. There is the same or similar delay when I donext-line
, but at least it goes where it should. There is no such delay when doingforward-char
orbackward-char
orforward-sexp
and so on.The delay also seemingly depends on the size of the frame. When I tried to reduce the frame size to shoot the video, the delay was gone (but bad prev-line behavior remained).
Screen.Recording.2024-05-13.at.22.07.10.mov
The text was updated successfully, but these errors were encountered: