Benjamin Levy
Benjamin Levy
I can't reproduce this. Can you give more detailed instructions of how to cause the error? For me shift-tab collapses all the headers and doesn't close an org-mode document.
Glad you like the package! You can set the `good-scroll-step` variable to change how much one scroll event scrolls, and you can change `good-scroll-duration` to edit the animation speed.
Hmm, it probably depends on your OS and trackpad drivers.
@didibus Are you also using macOS?
Thanks for this feature request! I tried your proof of concept and I like the idea. One of the reasons I haven't implemented this yet is that `good-scroll-move` needs the...
I pushed what I have so far to the [cursor-scrolling](https://github.com/io12/good-scroll.el/tree/cursor-scrolling) branch. What's confusing is something's setting `(point)` to a value less than `(window-start)` in between `window-scroll-functions` and `good-scroll--render`. This causes...
I think the point movement inside `window-scroll-functions`/`good-scroll--after-window-scroll` is being reset, possibly by the C redisplay code. This happens with both Emacs 27.2 and df2438d3695e065d4037e1c26a0c769c373f914c (the latest git commit).
Yeah, seems to be reverted at the very end of `redisplay_window()` in `xdisp.c`.
Thanks for your issue! I think the main reason pdf-tools doesn't work well with good-scroll is good-scroll works by setting `mwheel-scroll-up-function` and `mwheel-scroll-down-function`, but pdf-tools has its own overrides for...
I want to wait until this feature is added before working on this: https://github.com/politza/pdf-tools/issues/27