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: Wed, 05 Oct 2011 15:05:23 +0200 Message-ID: <4E8C5613.3010001@gmx.at> References: <87litzbkyx.fsf@gmail.com> <4E68E4AD.3060205@gmx.at> <874o053ybm.fsf@gmail.com> <4E7ADC88.60606@gmx.at> <87botvvcs3.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1317819947 5334 80.91.229.12 (5 Oct 2011 13:05:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 Oct 2011 13:05:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thierry Volpiatto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 05 15:05:43 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 1RBRAL-0004vF-L5 for ged-emacs-devel@m.gmane.org; Wed, 05 Oct 2011 15:05:41 +0200 Original-Received: from localhost ([::1]:36298 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBRAK-000173-RR for ged-emacs-devel@m.gmane.org; Wed, 05 Oct 2011 09:05:40 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:37244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBRAD-00016m-IB for emacs-devel@gnu.org; Wed, 05 Oct 2011 09:05:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBRA8-0007CO-0a for emacs-devel@gnu.org; Wed, 05 Oct 2011 09:05:33 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:42791) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RBRA7-0007CI-HX for emacs-devel@gnu.org; Wed, 05 Oct 2011 09:05:27 -0400 Original-Received: (qmail invoked by alias); 05 Oct 2011 13:05:25 -0000 Original-Received: from 62-47-62-153.adsl.highway.telekom.at (EHLO [62.47.62.153]) [62.47.62.153] by mail.gmx.net (mp018) with SMTP; 05 Oct 2011 15:05:25 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+1+5lTuHC1x9QhHj7xymA8YdwNJEIouy5qeWwEWm +HzHwc4dV9sWsS User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <87botvvcs3.fsf@gmail.com> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:144578 Archived-At: >>> You have fixed this some time ago, but it come up again. >>> >>> When i hit "q": (View-quit) >>> >>> =>switch-to-prev-buffer: Window # is dedicated to buffer *Help* >> Sorry. Please try again with revision 105871. >> >> Thanks, martin >> > Same again with revision 105996. What precisely happens? The `switch-to-prev-buffer' cannot be the culprit as shown above due to (set-window-dedicated-p window nil) (switch-to-prev-buffer window 'bury-or-kill))) If you mean that the frame is no more deleted, you have to customize the new option `frame-auto-hide-function'. martin