From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36187 Path: main.gmane.org!not-for-mail From: bilko@onebabyzebra.com Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-filterhist.el Date: 10 May 2001 17:23:49 -0400 Message-ID: References: <3198484675292221@oakhurst.yi.org> <3198497976394386@oakhurst.yi.org> <2ny9s56tx5.fsf@mindspring.com> <3198515550783175@oakhurst.yi.org> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035171814 7219 80.91.224.250 (21 Oct 2002 03:43:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:43:34 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 24993 invoked by alias); 10 May 2001 21:26:21 -0000 Original-Received: (qmail 24988 invoked from network); 10 May 2001 21:26:21 -0000 Original-Received: from mrspook.ems.mindspring.net (207.69.217.87) by gnus.org with SMTP; 10 May 2001 21:26:21 -0000 Original-Received: (from beej@localhost) by mrspook.ems.mindspring.net (8.11.0/8.11.0) id f4ALNnb04141; Thu, 10 May 2001 17:23:49 -0400 X-Authentication-Warning: mrspook.ems.mindspring.net: beej set sender to beej@mindspring.net using -f Original-To: Thomas Skogestad X-Latin: Quantum materiae materietur marmota monax si marmota monax materiam possit materiari? User-Agent: Emacs Gnus Original-Lines: 38 Xref: main.gmane.org gmane.emacs.gnus.general:36187 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36187 Thomas Skogestad writes: > * BrYan > > | If you visit http://www.comsecmilnavpac.net/elisp/ > | now there's a new version that does what you ask. > > Excellent! > > However. In the history section you write that > > ;; Added ability to only pop up if there's new mail. Check > ;; gnus-fitler-history-popup for more. > > Fitler, Gitler, Hitler... I type fast, but I don't proofread too good. :-) > | I've only tested it with XEmacs 21.4, but I don't think anything > | should be amiss with Emacs or older versions of XEmacs. > > I haven't used filterhist for some time. However, > (add-hook 'gnus-group-mode-hook 'gnus-filter-history) > doesn't quite seem to work. When I start Gnus and there is new mail the > buffer pops up. However Gnus does not seem to continue loading. Hmmm. That's peculiar. I have a *lot* of cruft in my config files. Maybe something else is keeping it going for me. Hmmm... Try using (add-hook 'nnmail-post-get-new-mail-hook 'gnus-filter-history) instead. That actually seems to make more sense to me now than the old way. I don't know how I missed that hook before. But if that's still causing it to hang, please let me know. I'm updating the info in the file (and on the web page.) BrYan