From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21013 Path: main.gmane.org!not-for-mail From: Jack Vinson Newsgroups: gmane.emacs.gnus.general Subject: configuring for frames Date: 05 Feb 1999 08:24:21 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035159200 20792 80.91.224.250 (21 Oct 2002 00:13:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:13:20 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA18211 for ; Fri, 5 Feb 1999 09:26:12 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id IAB00672; Fri, 5 Feb 1999 08:25:30 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 05 Feb 1999 08:25:37 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id IAA22312 for ; Fri, 5 Feb 1999 08:25:29 -0600 (CST) Original-Received: from gatekeeper4 (firewall-user@gatekeeper4.monsanto.com [204.233.233.42]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA18204 for ; Fri, 5 Feb 1999 09:25:21 -0500 (EST) Original-Received: by gatekeeper4; id IAA28751; Fri, 5 Feb 1999 08:24:06 -0600 (CST) Original-Received: from unknown(137.35.49.136) by gatekeeper4.monsanto.com via smap (V4.2) id xma028692; Fri, 5 Feb 99 08:24:01 -0600 Original-To: ding@gnus.org X-Zippy: I'm having fun HITCHHIKING to CINCINNATI or FAR ROCKAWAY!! Original-Lines: 27 User-Agent: Gnus/5.070075 (Pterodactyl Gnus v0.75) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:21013 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:21013 After a discussion a few weeks back regarding gnus-add-configuration I came up with an idea for creating a new frame any time I go into message mode. Basically, I want to pop up a new frame and leave the current frame as it is. Unfortunately, none of the configuration parameters seem to be 'keep-current-frame-configuration or something like that. Here is the heart of what I want: (gnus-add-configuration '(message (frame 1.0 'current-frame-configuration (jmv-configure-message-frame) ))) (defun jmv-configure-message-frame () "Return a gnus-buffer-configuration split for the message frame" ;; Want to be sure that this message gets (delete-frame) ;; jmv-message-prep-frame puts (delete-frame) in message-exit-actions and ;; removes jmv-message-prep-frame from the gnus-message-setup-hook (add-hook 'gnus-message-setup-hook 'jmv-message-prep-frame) '(vertical ((height . 25) (width . 80) (user-position . t) (left . -1) (top . 1)) (message 1.0 point)) ) -- Jack Vinson http://www.cis.upenn.edu/~vinson/ Zippy: Who wants some OYSTERS with SEN-SEN an' COOL WHIP?