From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Calc window handling Date: Tue, 04 Nov 2008 16:56:28 -0500 Message-ID: <87prlb6tpv.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1225835800 26513 80.91.229.12 (4 Nov 2008 21:56:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Nov 2008 21:56:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jay Belanger Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 04 22:57:42 2008 connect(): Connection refused 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 1KxTu3-0000kG-18 for ged-emacs-devel@m.gmane.org; Tue, 04 Nov 2008 22:57:35 +0100 Original-Received: from localhost ([127.0.0.1]:50308 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KxTsv-00070p-V7 for ged-emacs-devel@m.gmane.org; Tue, 04 Nov 2008 16:56:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KxTsr-0006zQ-QR for emacs-devel@gnu.org; Tue, 04 Nov 2008 16:56:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KxTsp-0006zD-RR for emacs-devel@gnu.org; Tue, 04 Nov 2008 16:56:21 -0500 Original-Received: from [199.232.76.173] (port=57361 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KxTsp-0006z8-O0 for emacs-devel@gnu.org; Tue, 04 Nov 2008 16:56:19 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]:36373) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KxTsq-0007wN-9l for emacs-devel@gnu.org; Tue, 04 Nov 2008 16:56:20 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 8441057E1D3; Tue, 4 Nov 2008 16:56:28 -0500 (EST) X-detected-operating-system: 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:105373 Archived-At: Hi Jay, Something broke in the calc window handling recently, at least in my CVS build. I don't know whether calc, or Emacs's window management is at fault. emacs -Q M-x calc q => The selected buffer is the Calc buffer, as the only window on the frame. The Calc buffer is supposed to be buried! Did you change anything in Calc that might have caused this?