From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/14370 Path: main.gmane.org!not-for-mail From: Mike McEwan Newsgroups: gmane.emacs.gnus.general Subject: [Solved] qgnus 0.34 - domain picons not displaying? Date: 01 Mar 1998 17:47:20 +0000 Sender: owner-ding@hpc.uh.edu Message-ID: References: <8790qupyym.fsf@graaff.xs4all.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035153571 14515 80.91.224.250 (20 Oct 2002 22:39:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:39:31 +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 KAA10147 for ; Sun, 1 Mar 1998 10:19:52 -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 MAA12116 for ; Sun, 1 Mar 1998 12:15:33 -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 MAH01331; Sun, 1 Mar 1998 12:15:38 -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 12:15:04 -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 MAA01317 for ; Sun, 1 Mar 1998 12:14:56 -0600 (CST) Original-Received: (qmail 365 invoked by uid 504); 1 Mar 1998 18:14:47 -0000 Original-Received: (qmail 362 invoked from network); 1 Mar 1998 18:14:47 -0000 Original-Received: from ehp-1.mail.demon.net (HELO post.mail.demon.net) (193.195.0.154) by claymore.vcinet.com with SMTP; 1 Mar 1998 18:14:46 -0000 Original-Received: from lotusland.demon.co.uk ([158.152.62.156]) by post.mail.demon.net id aa0124448; 1 Mar 98 18:03 GMT Original-Received: from mike by lotusland.demon.co.uk with local (Exim 1.82 #1) id 0y9Cpc-00008g-00; Sun, 1 Mar 1998 17:47:20 +0000 Original-To: ding@gnus.org In-Reply-To: Hans de Graaff's message of "01 Mar 1998 10:00:49 +0100" Original-Lines: 30 X-Mailer: Quassia Gnus v0.34/XEmacs 20.3 - "Vatican City" Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:14370 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:14370 Hans de Graaff writes: > Hmm, things still work fine for me. I did notice that suddenly the > newsgroup picons do show, perhaps the default changed? Well, I've finally worked out what's happening! The reason you now get the newsgroup picons as well is that:- In another thread in this list - Kim-Minh Kaplan wrote: >Note that you should also remove `gnus-group-display-picons' from the >`gnus-summary-prepare-hook' ; it is now done inside >`gnus-article-display-picons'. It would appear that `gnus-group-display-picons' is now called from `gnus-article-display-picons'. So you're now getting two for the price of one. Although Kim says to remove `gnus-group-display-picons' from the `gnus-summary-prepare-hook', I had this in my `gnus-article-display-hook'. A session with edebug revealed that the newsgroup *and* domain picons were being successfully generated via the `article' hook, but the picons line within the article buffer was then being overwritten by my subsequent call of the `group' hook. Result - newsgroup picons, but no domains. I guess someone should maybe update the doc. -- Mike.