From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: How to get the old "other window" back? Date: Sat, 25 Jun 2011 23:08:22 +0200 Message-ID: References: <19974.19404.277447.147411@rgr.rgrjr.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1309036175 29756 80.91.229.12 (25 Jun 2011 21:09:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 25 Jun 2011 21:09:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Bob Rogers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 25 23:09:29 2011 Return-path: Envelope-to: ged-emacs-devel@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 1Qaa6Z-00040c-Co for ged-emacs-devel@m.gmane.org; Sat, 25 Jun 2011 23:09:27 +0200 Original-Received: from localhost ([::1]:58437 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qaa6Y-0007tq-9w for ged-emacs-devel@m.gmane.org; Sat, 25 Jun 2011 17:09:26 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:40200) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qaa6D-0007sX-U1 for emacs-devel@gnu.org; Sat, 25 Jun 2011 17:09:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qaa6C-00023y-3Y for emacs-devel@gnu.org; Sat, 25 Jun 2011 17:09:05 -0400 Original-Received: from mail-pz0-f41.google.com ([209.85.210.41]:45708) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qaa6B-00023r-Oo for emacs-devel@gnu.org; Sat, 25 Jun 2011 17:09:03 -0400 Original-Received: by pzk4 with SMTP id 4so2876741pzk.0 for ; Sat, 25 Jun 2011 14:09:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=nKE/KPM4yVdlDp+6DGX3gMMD7Y9fqR8cDG0JwYZTa6g=; b=riEy17FCI4pFWrSHf42bp0y69zJBULcrtaYq5AItdf8otq09fXghq6ux5XXcA/NeHh 9W4j+VShdQVgwaD9FYL3M1hVmuq6BZBMH92VlzDY9ZyLK3buRWXbmk/CnGlE4BZV/V0I yKrh4bSozTTgBwnz52wqq9u8Ep3XNGfYHmlbc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=VqlaJdYwZtes55T3Fpp3S+tovtdQPB4G1SfBXwGwBMJfJvNK9hO+Q/8+qkX8+Tfw3b 9tWten5H0ZtRZuCQyEE0Pdr2c7sZQILtczQGbw7Rm43S4lVdcD8cw2IePsGDgBNzXCHu r1JzVNFjjt51mi4fAcKJrF/djGh9gCmX217Uk= Original-Received: by 10.143.43.15 with SMTP id v15mr39344wfj.164.1309036142117; Sat, 25 Jun 2011 14:09:02 -0700 (PDT) Original-Received: by 10.142.173.16 with HTTP; Sat, 25 Jun 2011 14:08:22 -0700 (PDT) In-Reply-To: <19974.19404.277447.147411@rgr.rgrjr.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:140970 Archived-At: On Sat, Jun 25, 2011 at 22:57, Bob Rogers w= rote: > =C2=A0 I just updated trunk for the first time in three weeks, and find t= hat > C-x 4 b has a new interpretation of "other window"; it keeps popping up > windows in new frames. >From emacs -Q I cannot get C-x 4 b to pop any frame. So, if you're seeing that, could be something in your setup, or a bug in the new window code. Could you please try to find a simple test case and send a bug report? It's the easier way to make the issue be noticed and remembered (and eventually fixed ;-) =C2=A0 =C2=A0 Juanma