From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/14307 Path: main.gmane.org!not-for-mail From: Harald Meland Newsgroups: gmane.emacs.gnus.general Subject: Frame focus when doing framesplits from windowconfigs Date: 26 Feb 1998 20:57:52 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035153520 14173 80.91.224.250 (20 Oct 2002 22:38:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:38:40 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id MAA31011 for ; Thu, 26 Feb 1998 12:02:22 -0800 Original-Received: from sina.hpc.uh.edu (root@Sina.HPC.UH.EDU [129.7.3.5]) by xemacs.org (8.8.5/8.8.5) with ESMTP id NAA23275 for ; Thu, 26 Feb 1998 13:59:59 -0600 (CST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id NAH27243; Thu, 26 Feb 1998 13:59:25 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 26 Feb 1998 13:58:28 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id NAA27230 for ; Thu, 26 Feb 1998 13:58:18 -0600 (CST) Original-Received: (qmail 13557 invoked by uid 504); 26 Feb 1998 19:58:10 -0000 Original-Received: (qmail 13554 invoked from network); 26 Feb 1998 19:58:09 -0000 Original-Received: from pat.uio.no (6089@129.240.130.16) by claymore.vcinet.com with SMTP; 26 Feb 1998 19:58:09 -0000 Original-Received: from octarine.uio.no (actually octarine.uio.no [129.240.186.25]) by pat.uio.no with SMTP (PP); Thu, 26 Feb 1998 20:57:53 +0100 Original-Received: by octarine.uio.no ; Thu, 26 Feb 1998 20:57:52 +0100 (MET) Original-To: ding@gnus.org Original-Lines: 27 X-Mailer: Quassia Gnus v0.32/Emacs 20.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:14307 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:14307 Hi, WIBNI Gnus had some way of specifying what frame would have focus after a window configuration had been established (by ways of `gnus-configure-frame')? This window configuration nearly does what I want for `reply-yank': (gnus-add-configuration '(reply-yank (frame 1.0 (second (assq 'article gnus-buffer-configuration)) (vertical ((user-position . t) (name . "Gnus Edit")) (message 1.0 point))))) Would it be too much to ask that in addition to the optional third tag `point' there would be a `focus' tag specifying frame focus? Finally, is there some "right" way of figuring out which is the "main" Gnus frame (i.e. the frame which had focus when Gnus first split off another frame)? I'm asking because I would like to add some function to some message-mode hook that gave focus back to this "main" frame whenever I finish editing something in my "editing" frame. -- Harald