From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/14381 Path: main.gmane.org!not-for-mail From: Harald Meland Newsgroups: gmane.emacs.gnus.general Subject: Re: Frame focus when doing framesplits from windowconfigs Date: 02 Mar 1998 04:12:09 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035153581 14609 80.91.224.250 (20 Oct 2002 22:39:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:39:41 +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 TAA30825 for ; Sun, 1 Mar 1998 19:29:34 -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 VAA05734 for ; Sun, 1 Mar 1998 21:16:23 -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 VAH07141; Sun, 1 Mar 1998 21:12:57 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 01 Mar 1998 21:12:39 -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 VAA07126 for ; Sun, 1 Mar 1998 21:12:31 -0600 (CST) Original-Received: (qmail 2383 invoked by uid 504); 2 Mar 1998 03:12:24 -0000 Original-Received: (qmail 2380 invoked from network); 2 Mar 1998 03:12:24 -0000 Original-Received: from pat.uio.no (6089@129.240.130.16) by claymore.vcinet.com with SMTP; 2 Mar 1998 03:12:23 -0000 Original-Received: from octarine.uio.no (actually octarine.uio.no [129.240.186.25]) by pat.uio.no with SMTP (PP); Mon, 2 Mar 1998 04:12:10 +0100 Original-Received: by octarine.uio.no ; Mon, 2 Mar 1998 04:12:10 +0100 (MET) Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "27 Feb 1998 13:16:05 +0100" Original-Lines: 33 X-Mailer: Quassia Gnus v0.32/Emacs 20.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:14381 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:14381 [Lars Magne Ingebrigtsen] | Harald Meland writes: | | > 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? | | No, that sounds reasonable. Or should the `point' tag just move focus | to the frame that displays that window? I'd prefer a separate tag for frame focus -- I'm constructing the splits for the individual frames from my other (single-frame) window configurations, like this: (gnus-add-configuration '(message (frame 1.0 (if (buffer-live-p gnus-summary-buffer) (second (assq 'summary gnus-buffer-configuration)) (second (assq 'group gnus-buffer-configuration))) (vertical ((user-position . t) (name . "Gnus Edit")) (message 1.0 point))))) Just "revising" the semantics of the `point' tag would complicate using this scheme quite a lot. I believe I'm not the only one doing multi-frame splits in this manner. Of course, my argument is moot if there is some easy way of stripping a split of any `point' tags... -- Harald