From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Frame navigation broken in terminal Date: Sat, 05 Apr 2008 11:36:54 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207409910 31175 80.91.229.12 (5 Apr 2008 15:38:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Apr 2008 15:38:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Jose A. Ortega Ruiz" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 05 17:39:03 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JiASg-0004pv-Vs for ged-emacs-devel@m.gmane.org; Sat, 05 Apr 2008 17:37:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JiAS4-0003Ni-7v for ged-emacs-devel@m.gmane.org; Sat, 05 Apr 2008 11:37:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JiAS0-0003NO-0H for emacs-devel@gnu.org; Sat, 05 Apr 2008 11:37:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JiARx-0003Mh-G5 for emacs-devel@gnu.org; Sat, 05 Apr 2008 11:37:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JiARx-0003Me-9X for emacs-devel@gnu.org; Sat, 05 Apr 2008 11:37:01 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182] helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JiARt-0002PM-4p; Sat, 05 Apr 2008 11:36:57 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aq0BAEM590fO+J/WdGdsb2JhbACBXI94ASqYYw X-IronPort-AV: E=Sophos;i="4.25,609,1199682000"; d="scan'208";a="17867787" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 05 Apr 2008 11:36:55 -0400 Original-Received: from pastel.home ([206.248.159.214]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id LTP06955; Sat, 05 Apr 2008 11:36:55 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id C2B527F85; Sat, 5 Apr 2008 11:36:54 -0400 (EDT) In-Reply-To: (Jose A. Ortega Ruiz's message of "Sat, 29 Mar 2008 14:36:51 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:94416 Archived-At: > In yesterday's CVS (configured with --without-x and run with -q), > 'other-frame' seems broken: i can create new frames (and the display > switchs to the new ones as they're created), but cannot switch > to old ones with other-frame (there's no error, but emacs stays in the > same frame, the last one created). 'select-frame-by-name' seems to > work, though. Should be fixed now, > (BTW, should I use report-emacs-bug for these kind of ongoing > development glitches?) Yes, that would be fine, Stefan