From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38705 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Docs on S/MIME and GPG with Oort ? Date: Mon, 10 Sep 2001 15:41:37 +0200 Message-ID: References: <87wv3f6kup.fsf@mclinux.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035174524 23851 80.91.224.250 (21 Oct 2002 04:28:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:28:44 +0000 (UTC) Cc: ding@gnus.org Return-Path: Return-Path: Original-Received: (qmail 10261 invoked from network); 10 Sep 2001 13:41:40 -0000 Original-Received: from dolk.extundo.com (195.42.214.242) by gnus.org with SMTP; 10 Sep 2001 13:41:40 -0000 Original-Received: from barbar.josefsson.org (slipsten.extundo.com [195.42.214.241]) (authenticated) by dolk.extundo.com (8.11.6/8.11.6) with ESMTP id f8ADfhh30275; Mon, 10 Sep 2001 15:41:44 +0200 Original-To: Vincent Bernat In-Reply-To: (Vincent Bernat's message of "Mon, 10 Sep 2001 15:41:02 +0200") Mail-Copies-To: nobody User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.105 Original-Lines: 20 Xref: main.gmane.org gmane.emacs.gnus.general:38705 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38705 Vincent Bernat writes: > I have the same. However, if I evaluate it (in the original file), > then reevaluate > > (let ((gnus-buttonized-mime-types '("multipart/signed")) > (gnus-unbuttonized-mime-types '(".*/.*"))) > (gnus-unbuttonized-mime-type-p "multipart/signed")) > > I get nil. So, I just quitted XEmacs and restarted it and the problem > was solved. I thought that when upgrading Gnus, I just need to quit > Gnus, not the whole XEmacs. No, Gnus uses `require' which only loads the files once. Perhaps `load' could be used instead, but it wouldn't cover everything (e.g. variable defaults via defvar or defcustom wouldn't be updated). There is M-x gnus-unload RET, but it probably causes as many problems as it would solve.