From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: quit-window new behavior with frames Date: Thu, 08 Sep 2011 17:52:13 +0200 Message-ID: <4E68E4AD.3060205@gmx.at> References: <87litzbkyx.fsf@gmail.com> 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 1315497147 18473 80.91.229.12 (8 Sep 2011 15:52:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 8 Sep 2011 15:52:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thierry Volpiatto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 08 17:52:23 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 1R1gtr-00023P-AR for ged-emacs-devel@m.gmane.org; Thu, 08 Sep 2011 17:52:23 +0200 Original-Received: from localhost ([::1]:45537 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1gtr-0007uy-0K for ged-emacs-devel@m.gmane.org; Thu, 08 Sep 2011 11:52:23 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1gtn-0007uO-SC for emacs-devel@gnu.org; Thu, 08 Sep 2011 11:52:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1gtm-0005X9-R5 for emacs-devel@gnu.org; Thu, 08 Sep 2011 11:52:19 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:53161) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1R1gtm-0005Wz-2Y for emacs-devel@gnu.org; Thu, 08 Sep 2011 11:52:18 -0400 Original-Received: (qmail invoked by alias); 08 Sep 2011 15:52:16 -0000 Original-Received: from 62-47-32-66.adsl.highway.telekom.at (EHLO [62.47.32.66]) [62.47.32.66] by mail.gmx.net (mp008) with SMTP; 08 Sep 2011 17:52:16 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18PTXcHTxgPydb0gLFHfHYuW5WseNMnph8vqCAfbT NLU6eiCjnHokhm User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <87litzbkyx.fsf@gmail.com> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.165.64.22 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:143816 Archived-At: > i use dedicated frames for help and compile buffers, set with > `special-display-buffer-names'. > > Now when these buffers are displayed in their own frame, "q" has no > more effect. > > In emacs23 and recently in 24 too, frame was deleted as expected. I can't reproduce this at the moment but I modified quit-window this morning. Could you please try again? martin