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

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

bug#4812: 23.1.50; delete-window move point to the wrong window


From: martin rudalics
Subject: bug#4812: 23.1.50; delete-window move point to the wrong window
Date: Mon, 05 Sep 2011 10:53:38 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

A frame is setup as follows with point in window 1.

    +------------------+----------+
    |                  |          |
    |        1         |     2    |
    |                  |          |
    |                  |          |
    |------------------+----------+
    |                  |          |
    |        4         |     3    |
    |                  |          |
    |                  |          |
    +------------------+----------+


Assume each window is displaying different buffers. If I move point to
window 4 and `M-x delete-window', the point is moved to window 2.

It seems to me it is more intuitive if the point is remained in the
window that is enlarged due to delete-window, in this case, window 1.

Point now moves to the most recently selected window.

Closed, martin.






reply via email to

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