From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: bug#9012: 24.0.50; weird window behavior of next-error Date: Thu, 07 Jul 2011 10:24:18 +0200 Message-ID: <4E156D32.5090406@gmx.at> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1310028179 8055 80.91.229.12 (7 Jul 2011 08:42:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 7 Jul 2011 08:42:59 +0000 (UTC) Cc: 9012@debbugs.gnu.org To: Tom Tromey Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 07 10:42:55 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QekAh-0006FA-Ki for geb-bug-gnu-emacs@m.gmane.org; Thu, 07 Jul 2011 10:42:55 +0200 Original-Received: from localhost ([::1]:51352 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QekAg-0000RO-C8 for geb-bug-gnu-emacs@m.gmane.org; Thu, 07 Jul 2011 04:42:54 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:59285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QejtQ-0004a8-3S for bug-gnu-emacs@gnu.org; Thu, 07 Jul 2011 04:25:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QejtO-0007b2-Qz for bug-gnu-emacs@gnu.org; Thu, 07 Jul 2011 04:25:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60544) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QejtO-0007av-EC for bug-gnu-emacs@gnu.org; Thu, 07 Jul 2011 04:25:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1QejtO-0004nf-Bs; Thu, 07 Jul 2011 04:25:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: martin rudalics Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 07 Jul 2011 08:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9012 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9012-submit@debbugs.gnu.org id=B9012.131002707018404 (code B ref 9012); Thu, 07 Jul 2011 08:25:02 +0000 Original-Received: (at 9012) by debbugs.gnu.org; 7 Jul 2011 08:24:30 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qejsr-0004mn-RT for submit@debbugs.gnu.org; Thu, 07 Jul 2011 04:24:30 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1Qejsq-0004mc-As for 9012@debbugs.gnu.org; Thu, 07 Jul 2011 04:24:28 -0400 Original-Received: (qmail invoked by alias); 07 Jul 2011 08:24:21 -0000 Original-Received: from 62-47-38-27.adsl.highway.telekom.at (EHLO [62.47.38.27]) [62.47.38.27] by mail.gmx.net (mp007) with SMTP; 07 Jul 2011 10:24:21 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18+hz8mWEo+a9nhRJD98bf/Ce6s8DlAbAu7opkvI2 LkF9pf5tEiwdEH User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: X-Y-GMX-Trusted: 0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Thu, 07 Jul 2011 04:25:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:48153 Archived-At: > 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