Is there a way to get behavior like you find in follow-mode but have it across multiple windows in separate frames?
I've gotta work with some nasty legacy code that has seven page bricks of eight-level-deep nested for loops with lots'a goto's and it helps to see as much of the code as possible (in order to adequately understand and rewrite it without breaking everything else).
The more code I can see at once, the better.
This restriction is set explicitly by
follow-all-followers
in its call tonext-window
.Here's a rudimentary workaround. There are some deficiencies you'll notice pretty quickly (e.g. you may need to arrange the frames manually), but it facilitates the basic requirement of utilising all frames, and you should be able to get it working.
I would also suggest that FrameMove with WindMove might prove very useful for this arrangement.
You might instead prefer to simply redefine the
follow-all-followers
function to do what you want.