From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: Re: View-quit in *Help* restores wrong window when display-buffer-reuse-frames is t Date: Thu, 18 Oct 2007 19:44:44 -0400 Message-ID: References: <70FBB428-1B37-4C3B-A60D-E3A7139E384C@gmail.com> <4711D670.6060508@gmx.at> <4717174B.2040103@gmx.at> <4717D837.6040706@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1192751101 18354 80.91.229.12 (18 Oct 2007 23:45:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Oct 2007 23:45:01 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, dashteacup@insightbb.com To: martin rudalics Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 19 01:45:00 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Iif2x-0001Hq-Rz for geb-bug-gnu-emacs@m.gmane.org; Fri, 19 Oct 2007 01:45:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iif2q-0000SS-Jy for geb-bug-gnu-emacs@m.gmane.org; Thu, 18 Oct 2007 19:44:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iif2l-0000S3-1T for bug-gnu-emacs@gnu.org; Thu, 18 Oct 2007 19:44:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iif2k-0000Rm-7g for bug-gnu-emacs@gnu.org; Thu, 18 Oct 2007 19:44:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iif2k-0000Rj-1l for bug-gnu-emacs@gnu.org; Thu, 18 Oct 2007 19:44:46 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iif2j-0000Ue-Ng for bug-gnu-emacs@gnu.org; Thu, 18 Oct 2007 19:44:45 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Iif2i-0000YH-Tm; Thu, 18 Oct 2007 19:44:44 -0400 X-Spook: Medco rs9512c covert video CIDA data haven Semtex JFK X-Ran: }J.^hb1?_'p8QS`T[eq(n{$f=!db\.F}ak)/\wFCKqZGjU748Lr9d0nnuK5hG3qVGK]itN X-Hue: blue X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16783 Archived-At: martin rudalics wrote: >> Quitting view mode iconifies the frame, which seems odd to me. This issue? >> >> http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00103.html > > Yes. Customizing `view-remove-frame-by-deleting' should cut that. But > apparently most people don't know about that option (FWIW it's been in > view-mode ever since). OK. I think the OP in that thread wants a third behaviour, namely just killing/burying the help buffer, and leaving the frame alone. His second point (an "unquittable" help buffer) remains true after applying your patches.