From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43574 Path: quimby.gnus.org!not-for-mail From: Matthieu Moy Newsgroups: gmane.emacs.gnus.general Subject: (little) problem with Gnus and multiple frames. Date: Thu, 21 Feb 2002 15:04:58 +0100 Organization: Verimag Message-ID: NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: quimby2.netfonds.no 1014300501 10283 195.204.10.66 (21 Feb 2002 14:08:21 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 21 Feb 2002 14:08:21 GMT Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16dttT-0002fP-00; Thu, 21 Feb 2002 15:08:19 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16dtqW-00022r-00; Thu, 21 Feb 2002 08:05:16 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 21 Feb 2002 08:05:17 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id IAA27202 for ; Thu, 21 Feb 2002 08:05:07 -0600 (CST) Original-Received: (qmail 27109 invoked by alias); 21 Feb 2002 14:05:01 -0000 Original-Received: (qmail 27104 invoked from network); 21 Feb 2002 14:05:01 -0000 Original-Received: from imag.imag.fr (129.88.30.1) by gnus.org with SMTP; 21 Feb 2002 14:05:01 -0000 Original-Received: from ubaye.imag.fr (root@ubaye.imag.fr [129.88.43.88]) by imag.imag.fr (8.11.6/8.11.6) with ESMTP id g1LE4xc12746 for ; Thu, 21 Feb 2002 15:04:59 +0100 (MET) Original-Received: (from moy@localhost) by ubaye.imag.fr (8.9.3/8.9+/ImagV2.feuille) id PAA05732; Thu, 21 Feb 2002 15:04:58 +0100 X-Authentication-Warning: ubaye.imag.fr: moy set sender to Matthieu.Moy@imag.fr using -f Original-To: ding@gnus.org X-Url: http://www-verimag.imag.fr/~moy/ X-Face: %xEb27l:C~bcH,tGGRk8m'o_}XBMb*NoIbS$sp(:3s+l@PwMH+C*7Vf@Y_]%rP)*/'`Lpt[O9C;jbVo?Qp Original-Lines: 37 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: quimby.gnus.org gmane.emacs.gnus.general:43574 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43574 Hello. I usually have 2 Emacs Frames, on 2 different virtual desktop. One for Gnus, and another for everything else. Sometimes, I mess up my buffers, and have for example an article buffer in one frame, and the summary in the other. In this case, if I select an article from the summary buffer, the article displays in the other frame, and I can't see it directly, because it's on another desktop. I have this window configuration : (gnus-add-configuration '(article (vertical 1.0 (horizontal 0.25 ("*BBDB*" 0.4) (summary 1.0 point)) (horizontal 1.0 (group 0.3) (article 1.0))))) (gnus-add-configuration '(summary (horizontal 1.0 (vertical 0.3 (tree 0.2) (group 1.0)) (summary 1.0) ))) Is there a way to force Gnus, when setting up the window configuration, to put everything in the same frame ? If not, do you think it is implementable ? -- Matthieu