Gnus development mailing list
 help / color / mirror / Atom feed
From: Vincent Bernat <bernat@free.fr>
Subject: Re: Docs on S/MIME and GPG with Oort ?
Date: Mon, 10 Sep 2001 15:41:02 +0200	[thread overview]
Message-ID: <m3u1yb18je.fsf@neo.loria> (raw)
In-Reply-To: <iluelpfjlxb.fsf@barbar.josefsson.org> (Simon Josefsson's message of "Mon, 10 Sep 2001 14:00:00 +0200")

OoO En ce début d'après-midi nuageux du lundi 10 semptembre 2001, vers
14:00, Simon Josefsson disait:

>> And I get Oort Gnus (otherwise, I would get pGnus, since it is the one
>> which comes with XEmacs).

> Do you have any lisp-shadows for gnus-art.el (M-x
> list-load-path-shadows)?

/home/bernat/.xemacs/xemacs-packages/lisp/gnus/gnus-art hides
/usr/local/lib/xemacs/xemacs-packages/lisp/gnus/gnus-art

I suppose this is OK.

> If you M-x locate-library RET gnus-art.el RET and locate the function
> definition, does it look like:

This is the one in my home directory.

> (defun gnus-unbuttonized-mime-type-p (type)
>   "Say whether TYPE is to be unbuttonized."
>   (unless gnus-inhibit-mime-unbuttonizing
>     (when (catch 'found
> 	    (let ((types gnus-unbuttonized-mime-types))
> 	      (while types
> 		(when (string-match (pop types) type)
> 		  (throw 'found t)))))
>       (not (catch 'found
> 	     (let ((types gnus-buttonized-mime-types))
> 	       (while types
> 		 (when (string-match (pop types) type)
> 		   (throw 'found t)))))))))

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.
-- 
I NO LONGER WANT MY MTV
I NO LONGER WANT MY MTV
I NO LONGER WANT MY MTV
-+- Bart Simpson on chalkboard in episode 3G02


  reply	other threads:[~2001-09-10 13:41 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-01 17:42 Vincent Bernat
2001-09-01 20:35 ` Simon Josefsson
2001-09-01 21:48   ` Vincent Bernat
2001-09-04 15:23     ` Josh Huber
2001-09-05 21:06       ` Raja R Harinath
2001-09-08 16:59         ` Vincent Bernat
2001-09-08 18:35           ` Simon Josefsson
2001-09-08 21:56             ` Vincent Bernat
2001-09-09 11:13               ` Simon Josefsson
2001-09-09 11:54                 ` Vincent Bernat
2001-09-10  9:42                   ` Simon Josefsson
2001-09-10 11:36                     ` Vincent Bernat
2001-09-10 12:00                       ` Simon Josefsson
2001-09-10 13:41                         ` Vincent Bernat [this message]
2001-09-10 13:41                           ` Simon Josefsson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3u1yb18je.fsf@neo.loria \
    --to=bernat@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).