From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.bugs Subject: Re: View-quit in *Help* restores wrong window when display-buffer-reuse-frames is t Date: Thu, 29 Nov 2007 09:05:35 +0000 Message-ID: References: <70FBB428-1B37-4C3B-A60D-E3A7139E384C@gmail.com> <4711D670.6060508@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1196327181 8819 80.91.229.12 (29 Nov 2007 09:06:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Nov 2007 09:06:21 +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 Thu Nov 29 10:06:29 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 1IxfLa-00041g-Rf for geb-bug-gnu-emacs@m.gmane.org; Thu, 29 Nov 2007 10:06:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IxfLL-0002HE-7h for geb-bug-gnu-emacs@m.gmane.org; Thu, 29 Nov 2007 04:05:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IxfLC-0002F8-BE for bug-gnu-emacs@gnu.org; Thu, 29 Nov 2007 04:05:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IxfL4-00029M-P5 for bug-gnu-emacs@gnu.org; Thu, 29 Nov 2007 04:05:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IxfL4-000295-Fo for bug-gnu-emacs@gnu.org; Thu, 29 Nov 2007 04:05:42 -0500 Original-Received: from an-out-0708.google.com ([209.85.132.249]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IxfL4-0000kc-0e for bug-gnu-emacs@gnu.org; Thu, 29 Nov 2007 04:05:42 -0500 Original-Received: by an-out-0708.google.com with SMTP id c25so345455ana for ; Thu, 29 Nov 2007 01:05:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; bh=/XyaYM/fERfeHL03MmNZXjj8fbk3l9cwPHTRANxUkX4=; b=BJCiEzLJ2LhLt1blJF6HbeiUjFa9AuBwJg9D4iUrnbHqSy4fSPoPnm86wzNALwTXe2M+8BV9k1IsB9YuDW0tGzc5u0cvXSQGFXEsLaIt3TojJCyhXxI19L4hUWQMhkGH6b5e1TDIlgxT4VWoIga6M7kzBWngxVzQOqg6f1AbI3Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; b=uaf4wGdV0a4WHm8KEQVQwnJoIuejS8aGGgo6x7WlLnEKVS4FZ96XCSaxbIf4wafbzWg7XZyTSfdf1Ub2SfvqYwiQ0wnJ3C9WbknphYML+y307TdBNp/XJ+xtsdyHlKiRCk1tHJyUHx0zcKw56oZSx5TZ0fsnV+ZwrSohu4qR3Wg= Original-Received: by 10.100.208.11 with SMTP id f11mr11126424ang.1196327141174; Thu, 29 Nov 2007 01:05:41 -0800 (PST) Original-Received: from scarlett.lan ( [86.151.118.16]) by mx.google.com with ESMTPS id f4sm2317046nfh.2007.11.29.01.05.38 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 29 Nov 2007 01:05:39 -0800 (PST) In-Reply-To: <4711D670.6060508@gmx.at> X-Mailer: Apple Mail (2.915) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:17089 Archived-At: On 14 Oct 2007, at 09:42, martin rudalics wrote: > > Thanks for reporting. This is one of a couple of known problems with > `View-quit'. I posted a tentative patch here > > http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00154.html > > and would be very glad if someone could try whether it helps to solve > this and related problems. Thanks for this patch. I've had it in my emacs and in the Aquamacs CVS whose nightly builds a couple of people use for a month, and I haven't seen any issues with respect to view-quit. I just noticed that you posted a new patch a few days later, but we haven't tried that. (Some hunks of the original patch don't apply any longer.) Is this going to make its way into 22.2?