From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56852 Path: main.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.gnus.general Subject: Error with 'gnus-treat-strip-x-pgp' Date: Tue, 30 Mar 2004 23:47:01 +0000 (UTC) Sender: ding-owner@lists.math.uh.edu Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1080690501 27600 80.91.224.253 (30 Mar 2004 23:48:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 30 Mar 2004 23:48:21 +0000 (UTC) Original-X-From: ding-owner+M5391@lists.math.uh.edu Wed Mar 31 01:48:13 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B8Sxp-0004FB-00 for ; Wed, 31 Mar 2004 01:48:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1B8Swx-0003E8-00; Tue, 30 Mar 2004 17:47:19 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1B8Swo-0003E0-00 for ding@lists.math.uh.edu; Tue, 30 Mar 2004 17:47:10 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1B8Swl-0003Fk-8C for ding@lists.math.uh.edu; Tue, 30 Mar 2004 17:47:07 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 4E6D13A0027 for ; Tue, 30 Mar 2004 17:47:04 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1B8Swh-0003SR-00 for ; Wed, 31 Mar 2004 01:47:03 +0200 Original-Received: from rms.gnu-rox.org ([213.41.134.247]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 31 Mar 2004 01:47:03 +0200 Original-Received: from zedek by rms.gnu-rox.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 31 Mar 2004 01:47:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 28 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 213.41.134.247 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20040130 Firebird/0.7) X-Spam-Score: -4.9 (----) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56852 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56852 Hello, Since I activated the variable above, each try to display a message lead to this: Debugger entered--Lisp error: (wrong-type-argument stringp nil) string-match("," nil 0) split-string(nil ",") article-verify-x-pgp-sig() apply(article-verify-x-pgp-sig nil) (if interactive (call-interactively (quote article-verify-x-pgp-sig)) (apply (quote article-verify-x-pgp-sig) args)) (save-excursion (set-buffer gnus-article-buffer) (if interactive (call-interactively ...) (apply ... args))) gnus-article-verify-x-pgp-sig() gnus-treat-article(head) gnus-display-mime() gnus-article-prepare-display() gnus-article-prepare(1425 nil) gnus-summary-display-article(1425 nil) gnus-summary-select-article(nil nil pseudo) gnus-summary-scroll-up(1) call-interactively(gnus-summary-scroll-up) Can one point me to some good URL to fix this (or give a solution ;)) ? Regards, zeDek