From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38702 Path: main.gmane.org!not-for-mail From: Vincent Bernat Newsgroups: gmane.emacs.gnus.general Subject: Re: Docs on S/MIME and GPG with Oort ? Date: Mon, 10 Sep 2001 13:36:41 +0200 Sender: bernat@free.fr Message-ID: References: <87wv3f6kup.fsf@mclinux.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035174521 23841 80.91.224.250 (21 Oct 2002 04:28:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:28:41 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 9242 invoked from network); 10 Sep 2001 11:28:30 -0000 Original-Received: from musique.teaser.net (213.91.2.11) by gnus.org with SMTP; 10 Sep 2001 11:28:30 -0000 Original-Received: from lucas.loria (d44-225.ppp.teaser.fr [213.91.44.225]) by musique.teaser.net (Postfix) with ESMTP id C3C7A72512 for ; Mon, 10 Sep 2001 13:28:26 +0200 (CEST) Original-Received: from neo.loria (neo.loria [10.0.0.3]) by lucas.loria (Postfix) with ESMTP id CD912A5DC for ; Mon, 10 Sep 2001 13:36:42 +0200 (CEST) Original-Received: by neo.loria (Postfix, from userid 500) id A9D31A0F3C; Mon, 10 Sep 2001 13:36:41 +0200 (CEST) Original-To: ding@gnus.org X-PGP-KeyID: 0xF22A794E X-PGP-Fingerprint: 5854 AF2B 65B2 0E96 2161 E32B 285B D7A1 F22A 794E In-Reply-To: (Simon Josefsson's message of "Mon, 10 Sep 2001 11:42:23 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Artificial Intelligence) Original-Lines: 41 Xref: main.gmane.org gmane.emacs.gnus.general:38702 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38702 OoO En cette fin de matinée radieuse du lundi 10 semptembre 2001, vers 11:42, Simon Josefsson disait: >> (setq gnus-unbuttonized-mime-types >> '("text/plain")) > I don't understand, > (let ((gnus-buttonized-mime-types '("multipart/signed")) > (gnus-unbuttonized-mime-types '("text/plain"))) > (gnus-unbuttonized-mime-type-p "multipart/signed")) > evaluates to nil here. Here too. However (let ((gnus-buttonized-mime-types '("multipart/signed")) (gnus-unbuttonized-mime-types '(".*/.*"))) (gnus-unbuttonized-mime-type-p "multipart/signed")) evaluates to t. > Are you sure you re-compiled and re-installed the Oort Gnus updated > from CVS properly? I have used ./configure \ --infodir=$HOME/.xemacs/xemacs-packages/info \ --with-lispdir=$HOME/.xemacs/xemacs-packages/lisp/gnus \ --with-etcdir=$HOME/.xemacs/xemacs-packages/etc make make install And I get Oort Gnus (otherwise, I would get pGnus, since it is the one which comes with XEmacs). > Could you edebug through the function to see what is happening? I am not familiar with edebug, could you give me the appropriate steps to send an exploitable result ?