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: Calc window handling Date: Tue, 04 Nov 2008 18:16:52 -0500 Message-ID: References: <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 1225840628 11509 80.91.229.12 (4 Nov 2008 23:17:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Nov 2008 23:17:08 +0000 (UTC) Cc: Jay Belanger , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 05 00:18:11 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 1KxVA2-0003QF-RK for ged-emacs-devel@m.gmane.org; Wed, 05 Nov 2008 00:18:11 +0100 Original-Received: from localhost ([127.0.0.1]:52065 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KxV8v-00053g-Qj for ged-emacs-devel@m.gmane.org; Tue, 04 Nov 2008 18:17:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KxV8r-00053P-N9 for emacs-devel@gnu.org; Tue, 04 Nov 2008 18:16:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KxV8p-00050B-KH for emacs-devel@gnu.org; Tue, 04 Nov 2008 18:16:56 -0500 Original-Received: from [199.232.76.173] (port=42551 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KxV8p-000502-EV for emacs-devel@gnu.org; Tue, 04 Nov 2008 18:16:55 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:46087) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KxV8p-0001A6-CO for emacs-devel@gnu.org; Tue, 04 Nov 2008 18:16:55 -0500 Original-Received: from alfajor.home (vpn-132-204-232-47.acd.umontreal.ca [132.204.232.47]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id mA4NGr4c019120; Tue, 4 Nov 2008 18:16:53 -0500 Original-Received: by alfajor.home (Postfix, from userid 20848) id F2AB51C13B; Tue, 4 Nov 2008 18:16:52 -0500 (EST) In-Reply-To: <87prlb6tpv.fsf@cyd.mit.edu> (Chong Yidong's message of "Tue, 04 Nov 2008 16:56:28 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3140=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:105392 Archived-At: > 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? Sounds like the recent change to quit-window. Stefan