From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29077 Path: main.gmane.org!not-for-mail From: Jason L Tibbitts III Newsgroups: gmane.emacs.gnus.general Subject: Re: Answered messages not marked correctly Date: 03 Feb 2000 11:08:53 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: References: <20000131082256.B717@sre-4-139.urbanet.ch> <20000201080657.A549@sre-4-139.urbanet.ch> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165810 698 80.91.224.250 (21 Oct 2002 02:03:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:03:30 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 4CEDCD051F for ; Thu, 3 Feb 2000 12:14:47 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB24710; Thu, 3 Feb 2000 11:09:49 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 03 Feb 2000 11:09:32 -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 LAA00506 for ; Thu, 3 Feb 2000 11:09:15 -0600 (CST) Original-Received: from epithumia.math.uh.edu (epithumia.math.uh.edu [129.7.128.2]) by mailhost.sclp.com (Postfix) with ESMTP id 58446D051F for ; Thu, 3 Feb 2000 12:08:57 -0500 (EST) Original-Received: (from tibbs@localhost) by epithumia.math.uh.edu (8.9.3/8.9.3) id LAA30352; Thu, 3 Feb 2000 11:08:53 -0600 X-Authentication-Warning: epithumia.math.uh.edu: tibbs set sender to tibbs@math.uh.edu using -f Original-To: The Gnus Mailing List In-Reply-To: Toby Speight's message of "03 Feb 2000 11:06:14 +0000" Original-Lines: 12 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29077 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29077 >>>>> "TS" == Toby Speight writes: TS> I had a similar experience. It turned out that I had a TS> `gnus-summary-exit-hook' which left a different buffer selected; TS> wrapping it in `save-excursion' fixed it. The only vaguely hookish things I have set up are (add-hook 'news-inews-hook 'ispell-message) (remove-hook 'gnus-summary-prepare-exit-hook 'gnus-summary-expire-articles) - J<