From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel Subject: Re: *Group* incorrectly popping up in a new frame Date: Tue, 16 Nov 2004 17:30:22 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1100593975 12786 80.91.229.6 (16 Nov 2004 08:32:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 16 Nov 2004 08:32:55 +0000 (UTC) Cc: bugs@gnus.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 16 09:32:44 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CTylY-0000lb-00 for ; Tue, 16 Nov 2004 09:32:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTyuI-0007ET-1k for ged-emacs-devel@m.gmane.org; Tue, 16 Nov 2004 03:41:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CTysb-0006ha-AG for emacs-devel@gnu.org; Tue, 16 Nov 2004 03:40:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CTysZ-0006h7-SX for emacs-devel@gnu.org; Tue, 16 Nov 2004 03:40:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTysZ-0006gu-94 for emacs-devel@gnu.org; Tue, 16 Nov 2004 03:39:59 -0500 Original-Received: from [69.61.11.2] (helo=washington.hostforweb.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CTyjQ-0006QR-Od for emacs-devel@gnu.org; Tue, 16 Nov 2004 03:30:32 -0500 Original-Received: from localhost ([127.0.0.1]) by washington.hostforweb.net with esmtpa (Exim 4.42) id 1CTyjL-0002F8-OH; Tue, 16 Nov 2004 03:30:28 -0500 Original-To: Stefan X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:xTQQRRO4JO86qoBzSSLl28VW5/s= X-Hashcash: 1:20:041116:monnier@iro.umontreal.ca::EhPGVNip39vdJ+Nj:000000000000000000000000000000000000003sR X-Hashcash: 1:20:041116:emacs-devel@gnu.org::+FBz0GKH7gHPFDUs:0000000000000000000000000000000000000000001ytb X-Hashcash: 1:20:041116:bugs@gnus.org::CXr3ETLqkk58PwAD:00002xOd X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29916 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29916 >>>>> In Stefan wrote: > My *Group* buffer sometimes pops up in a new frame (I use Gnus within > a single frame, but I have set pop-up-frames and > special-display-buffer-names to get lots of pop up frames otherwise). > It turns out it's because of a suspicious call to pop-to-buffer in > gnus-summary-exit. So I suggest the patch below. > I also included a patch to gnus-win.el which removes redundant code (at > least, my reading of code makes those 3 lines redundant since the same > swith-to-buffer-or-set-buffer will happen immediately afterwards anyway). > This code looks a bit too tricky for me to be 100% confident and install the > patch directly in Emacs's CVS repository, so please double check it for me, > thank you, I set pop-up-frames and confirmed the group buffer pops up when reading articles in ephemeral groups. And also I confirmed your patch does the trick. It looks useful to me.