If I enable follow-mode
in Emacs the behavior of this mode is that the point/cursor leaves the active window if there is another window showing already the text the active window should scroll to. But I want to use it with three windows, editing only in this one in the middle and having the left and right ones showing the preceding and following text.
How can I modify the 'follow.el' code to make the follow-mode to scroll the other windows, but with a point/cursor always staying in the current active window?