emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Point of wrong window used in read-from-minibuffer?


From: Richard Stallman
Subject: Re: Point of wrong window used in read-from-minibuffer?
Date: Sun, 24 Apr 2005 17:23:20 -0400

    > 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]