From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thierry Volpiatto Newsgroups: gmane.emacs.devel Subject: quit-window new behavior with frames Date: Thu, 08 Sep 2011 08:35:02 +0200 Message-ID: <87litzbkyx.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1315463728 6656 80.91.229.12 (8 Sep 2011 06:35:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 8 Sep 2011 06:35:28 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 08 08:35: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 1R1YCo-0005Ib-II for ged-emacs-devel@m.gmane.org; Thu, 08 Sep 2011 08:35:22 +0200 Original-Received: from localhost ([::1]:47925 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1YCn-0007Ml-V2 for ged-emacs-devel@m.gmane.org; Thu, 08 Sep 2011 02:35:21 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:47854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1YCl-0007MS-Cx for emacs-devel@gnu.org; Thu, 08 Sep 2011 02:35:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1YCk-0007MW-7M for emacs-devel@gnu.org; Thu, 08 Sep 2011 02:35:19 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:50040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1YCj-0007MG-Uu for emacs-devel@gnu.org; Thu, 08 Sep 2011 02:35:18 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R1YCg-0005Eh-CB for emacs-devel@gnu.org; Thu, 08 Sep 2011 08:35:14 +0200 Original-Received: from 117.78.88.79.rev.sfr.net ([79.88.78.117]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Sep 2011 08:35:14 +0200 Original-Received: from thierry.volpiatto by 117.78.88.79.rev.sfr.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Sep 2011 08:35:14 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 53 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 117.78.88.79.rev.sfr.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:KxTsHvqGj2fntK6VJZJJw5fcLG0= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:143809 Archived-At: Hi, 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. To reproduce, use this: --8<---------------cut here---------------start------------->8--- (setq special-display-buffer-names `((,(help-buffer) (minibuffer . nil) (width . 80) (height . 24) (left-fringe . 0) (border-width . 0) (menu-bar-lines . 0) (tool-bar-lines . 0) (unsplittable . t) (top . 24) (left . 450) (background-color . "LightSteelBlue") (foreground-color . "black") (alpha . nil) (fullscreen . nil)) ("*Compile-Log*" (minibuffer . nil) (width . 85) (height . 24) (left-fringe . 0) (border-width . 0) (menu-bar-lines . 0) (tool-bar-lines . 0) (unsplittable . t) (top . 24) (left . 450) (background-color . "Palevioletred1") (foreground-color . "black") (alpha . nil) (fullscreen . nil)))) --8<---------------cut here---------------end--------------->8--- and compile some file and try to quit compile buffer with "q". "q" should fail as well with help buffer, but not sure, because i am using a special mode that fix this in help. -- A+ Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997