From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/20186 Path: main.gmane.org!not-for-mail From: The King of France Newsgroups: gmane.emacs.gnus.general Subject: gnus-picons-mode conflict in article buffer? Date: 09 Jan 1999 11:23:34 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035158523 16397 80.91.224.250 (21 Oct 2002 00:02:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:02:03 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA29911 for ; Sat, 9 Jan 1999 12:26:05 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB16017; Sat, 9 Jan 1999 11:24:27 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 09 Jan 1999 11:24:35 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id LAA05235 for ; Sat, 9 Jan 1999 11:24:27 -0600 (CST) Original-Received: from homer.dejanews.com (homer.dejanews.com [205.238.143.161]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA29864 for ; Sat, 9 Jan 1999 12:24:20 -0500 (EST) Original-Received: from acme.dejanews.com (acme.dejanews.com [205.238.143.160]) by homer.dejanews.com (8.8.6/8.8.6) with ESMTP id LAA18714 for ; Sat, 9 Jan 1999 11:23:37 -0600 (CST) Original-Received: (doug@localhost) by acme.dejanews.com (8.7.5/8.6.12) id LAA14579; Sat, 9 Jan 1999 11:23:34 -0600 Original-To: ding@gnus.org X-Face: "|NaWfYJ-]P="T#?R.9}QgGuFXUd@3vi[.E2q-;"NV3+k_y@zreL2w^ts0XPXtt9^9{uQ@.cu2GgUgK9@HXC\a}Rtah}0'eT~>or7[~Hd?;!\Bpo#"3w>0a0ft-MvvZ Original-Lines: 23 User-Agent: Gnus/5.070069 (Pterodactyl Gnus v0.69) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:20186 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:20186 I tried out the picons stuff, and it seems to conflict with the article mode by chaning the major mode in the article buffer. Here is the picons stuff I have in my .gnus: (setq gnus-picons-piconsearch-url nil) (setq gnus-picons-database "/usr/pub/faces") (add-hook 'gnus-article-display-hook 'gnus-smiley-display t) (add-hook 'gnus-article-display-hook 'gnus-article-display-picons t) (add-hook 'gnus-article-display-hook 'gnus-picons-article-display-x-face t) (setq gnus-picons-group-excluded-groups ".*") (setq gnus-picons-display-where 'article) (setq gnus-use-picons t) when I read an article, the major-mode variable has the value 'gnus-picons-mode. This makes the function gnus-article-check-buffer complain during various operations (like using a function from the pop-up menu of mime functions). I think this is a bug and the major-mode should stay 'gnus-article-mode. using pgnus-0.69. Cheers, Doug