From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/14361 Path: main.gmane.org!not-for-mail From: Hans de Graaff Newsgroups: gmane.emacs.gnus.general Subject: Re: qgnus 0.34 - domain picons not displaying? Date: 01 Mar 1998 10:00:49 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <8790qupyym.fsf@graaff.xs4all.nl> References: 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 1035153564 14466 80.91.224.250 (20 Oct 2002 22:39:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:39:24 +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 BAA07117 for ; Sun, 1 Mar 1998 01:11:48 -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 DAA28634 for ; Sun, 1 Mar 1998 03:07:31 -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 DAH26653; Sun, 1 Mar 1998 03:06:17 -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 03:05:39 -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 DAA26639 for ; Sun, 1 Mar 1998 03:05:32 -0600 (CST) Original-Received: (qmail 31170 invoked by uid 504); 1 Mar 1998 09:05:23 -0000 Original-Received: (qmail 31167 invoked from network); 1 Mar 1998 09:05:02 -0000 Original-Received: from graaff.xs4all.nl (qmailr@194.109.62.76) by claymore.vcinet.com with SMTP; 1 Mar 1998 09:04:42 -0000 Original-Received: (qmail 1380 invoked by uid 1000); 1 Mar 1998 09:00:50 -0000 Original-To: ding@gnus.org X-Face: ,i^c$X{l+r}VV%(bl{^[ writes: > I see that `gnus-picon.el' has been hit in this last iteration of > qgnus. My newsgroup picons are still fine, but no domains anymore - is > there something I have to add/change? Hmm, things still work fine for me. I did notice that suddenly the newsgroup picons do show, perhaps the default changed? > (setq gnus-use-picons t) > (add-hook 'gnus-article-display-hook 'gnus-article-display-picons t) > (add-hook 'gnus-article-display-hook 'gnus-group-display-picons t) > (add-hook 'gnus-article-display-hook 'gnus-picons-article-display-x-face t) > > (setq gnus-picons-database "/usr/local/lib/picons/") I have this too. > (setq gnus-picons-news-directories "news") > (setq gnus-picons-domain-directories (list "domains" "unknown")) > (setq gnus-picons-user-directories (list "users" "misc")) I don't have these set. Perhaps that may help? > (setq gnus-picons-display-where "article") I have (setq gnus-picons-display-where 'article) instead. Hans