[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#9012: 24.0.50; weird window behavior of next-error
From: |
martin rudalics |
Subject: |
bug#9012: 24.0.50; weird window behavior of next-error |
Date: |
Thu, 07 Jul 2011 10:24:18 +0200 |
User-agent: |
Thunderbird 2.0.0.21 (Windows/20090302) |
> I run the Gtk Emacs. I have 2 frames displayed.
>
> In one frame I run M-x compile. I switch to the *compilation* buffer
> and make it be the only window in the frame.
>
> Then I switch to the other frame and type M-x next-error.
>
> Emacs switches the focus back to the first frame, and puts me into the
> buffer with the error -- but in the sole window in the first frame.
> That is, the *compilation* buffer completely disappears.
>
> I expect instead for point to move in *compilation* and for the error
> location to show up in the current window in the second frame.
>
> Failing that I at least expect that the *compilation* buffer will not
> disappear entirely.
>
> In GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.4)
> of 2011-06-23 on barimba
I can't reproduce this here which may be due to a number of causes:
- There have been changes in the buffer display code in the last two
weeks.
- Our settings wrt buffer display and compilation setup might differ.
- Our window managers differ.
So if possible please upgrade and give me a scenario using emacs -Q so I
can try to reproduce it.
Thanks, martin