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: Tue, 23 Oct 2007 19:30:57 -0400 Message-ID: References: <70FBB428-1B37-4C3B-A60D-E3A7139E384C@gmail.com> <4711D670.6060508@gmx.at> <4717174B.2040103@gmx.at> <4717D837.6040706@gmx.at> <4718674A.1080505@gmx.at> <4719CE56.6020301@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193182272 25750 80.91.229.12 (23 Oct 2007 23:31:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Oct 2007 23:31:12 +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 Wed Oct 24 01:31:13 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 1IkTDM-0004qo-3e for geb-bug-gnu-emacs@m.gmane.org; Wed, 24 Oct 2007 01:31:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkTDE-0002JU-3D for geb-bug-gnu-emacs@m.gmane.org; Tue, 23 Oct 2007 19:31:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IkTDB-0002GJ-Se for bug-gnu-emacs@gnu.org; Tue, 23 Oct 2007 19:31:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IkTD8-0002BK-Pa for bug-gnu-emacs@gnu.org; Tue, 23 Oct 2007 19:31:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkTD8-0002BH-Jn for bug-gnu-emacs@gnu.org; Tue, 23 Oct 2007 19:30:58 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IkTD8-0005BQ-H4 for bug-gnu-emacs@gnu.org; Tue, 23 Oct 2007 19:30:58 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IkTD7-0004iD-M5; Tue, 23 Oct 2007 19:30:57 -0400 X-Spook: CISU satellite imagery lock picking cracking 22nd SAS X-Ran: u1U~aD/gK2+h,sjRqZ8GQM$k`N{U8_=dtVx(i,j (martin rudalics's message of "Sat, 20 Oct 2007 11:45:58 +0200") 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:16820 Archived-At: martin rudalics wrote: >> emacs -Q >> C-h find-file >> C-x 1 >> C-x b *Help* >> q >> >> -> "q" has no effect at all > > I cannot reproduce this, my Emacs has "q" display *scratch* instead. I see the above behaviour in Emacs-22.1. After applying your patches, it's better in that the above works correctly, but if I repeat the `C-x b *Help*' a second time, then `q' has no effect. Do you see that?