Superfluous scrolling in CIDER REPL when printing result

The CIDER REPL (in 0.18.0) always scrolls the point to the bottom of a window when printing a result. It does so even when there’s enough space to fit the result.

cider

I find this visually jarring. I’m forced to type at the bottom of the window just to prevent “jumps.”

How can I configure CIDER so that it only scrolls by an amount necessary to show a result? (Thus in the example above, no scrolling should occur. The point should only scroll to the bottom when a result is longer than the space below the point.)

The fix is here: https://stackoverflow.com/questions/52548693/superfluous-scrolling-in-cider-repl-when-showing-result

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.