From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29553 Path: main.gmane.org!not-for-mail From: Reid Rivenburgh Newsgroups: gmane.emacs.gnus.general Subject: Re: Better handling of reply configuration Date: 16 Mar 2000 15:42:49 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166203 3352 80.91.224.250 (21 Oct 2002 02:10:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:10:03 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 6C2F9D051E for ; Thu, 16 Mar 2000 17:45:07 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id QAB27555; Thu, 16 Mar 2000 16:44:54 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 16 Mar 2000 16:43:10 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id QAA27894 for ; Thu, 16 Mar 2000 16:42:59 -0600 (CST) Original-Received: from c3serve.c3.lanl.gov (c3serve-f0.c3.lanl.gov [128.165.20.100]) by mailhost.sclp.com (Postfix) with ESMTP id C460ED051E for ; Thu, 16 Mar 2000 17:43:11 -0500 (EST) Original-Received: from toespaz.c3.lanl.gov (toespaz.c3.lanl.gov [128.165.20.7]) by c3serve.c3.lanl.gov (8.9.3/8.9.3) with ESMTP id PAA15876 for ; Thu, 16 Mar 2000 15:42:51 -0700 (MST) Original-Received: (reid@localhost) by toespaz.c3.lanl.gov (8.9.3+Sun/c93112801) id PAA06787; Thu, 16 Mar 2000 15:42:49 -0700 (MST) X-Authentication-Warning: toespaz.c3.lanl.gov: reid set sender to reid@lanl.gov using -f Original-To: ding@gnus.org User-Agent: Gnus/5.0803 (Gnus v5.8.3) XEmacs/21.1 (Canyonlands) In-Reply-To: dsg@mitre.org's message of "16 Mar 2000 13:03:57 -0500" Original-Lines: 15 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29553 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29553 David, Thanks for the info and code. I haven't tried using it yet, but it sounds very helpful. > However, I believe you can use message-sent-hook to either > delete or iconfiy the frame. Just make sure to select the right > frame for deleting or iconifying :-) Believe it or not, I had a hard time doing just that! I'm not much of an elisper, and I wasn't sure of the right way to do that.... I was kind of hoping the right one would be the current frame, and I could leave out the optional frame argument. Reid