> I'm saying that changing it to
    >   (save-excursion (save-window-excursion (select-window (next-window))))
    > ought to solve the problem too, and the approach is less risky.

    That's true.  But what about:

        (save-window-excursion (forward-char 1) (select-window (next-window)))

    I'd expect this to move the window's cursor by one char.

No, that is not what it should do.  (select-window (next-window))
positions point at the position for the other window, and that is the
value that should remain in effect.

So I think there is no bug here.


_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to