Gnus development mailing list
 help / color / mirror / Atom feed
* No MIME in pgnus-0.95
@ 1999-08-15 14:15 Thomas Hungenberg
  1999-08-15 17:12 ` Kai Großjohann
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Hungenberg @ 1999-08-15 14:15 UTC (permalink / raw)


Hello!

I've been using Gnus 5.6.45 with TM in XEmacs 20.4 for several months,
but now I wanted to test the _native_ MIME support in pgnus.

I installed pgnus 0.95 and it runs without problems, but it does _not_
do any MIME when displaying articles - it simply displays the "raw"
MIME headers.

I read through the texi-files and searched the ding-archive at
www.gnus.org but I didn't find any hint on how to "activate" MIME in
pgnus. I think it should be "active" by default?!

Do I have to load "gnus-mime" or anything else in ~/.emacs before
starting gnus or something like that?

Variable "gnus-show-mime" is "t" and "gnus-show-mime-method" is
"gnus-article-preview-mime-message".
I also read something about a variable called "gnus-strict-mime" -
this one does not exist here (by default)?!


Any ideas?


      - Thomas

-- 
Thomas Hungenberg -- Student of Applied Computer Science
Private homepage: http://home.pages.de/~th/ -- ICQ-UIN: #3294439
PGP encrypted mail welcome! -- PGP-Public-Key on my homepage!



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: No MIME in pgnus-0.95
  1999-08-15 14:15 No MIME in pgnus-0.95 Thomas Hungenberg
@ 1999-08-15 17:12 ` Kai Großjohann
  1999-08-15 20:27   ` Thomas Hungenberg
  0 siblings, 1 reply; 6+ messages in thread
From: Kai Großjohann @ 1999-08-15 17:12 UTC (permalink / raw)


Thomas Hungenberg <th@hansa.rhein.de> writes:

> I've been using Gnus 5.6.45 with TM in XEmacs 20.4 for several months,
> but now I wanted to test the _native_ MIME support in pgnus.

Did you remove the TM stuff from your init file?  You must remove
(require 'mime-setup) or (require 'tm-setup) or whatever it is that
activates TM.

kai
-- 
I like BOTH kinds of music.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: No MIME in pgnus-0.95
  1999-08-15 17:12 ` Kai Großjohann
@ 1999-08-15 20:27   ` Thomas Hungenberg
  1999-08-16  9:17     ` Steinar Bang
  1999-09-24 18:18     ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 6+ messages in thread
From: Thomas Hungenberg @ 1999-08-15 20:27 UTC (permalink / raw)


On 15 Aug 1999 19:12:07 +0200, Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) said:

> Did you remove the TM stuff from your init file?  You must remove
> (require 'mime-setup) or (require 'tm-setup) or whatever it is that
> activates TM.

Yes, I removed (load "mime-setup"), all add-hook's for tm and
all setq's for mime-editor/... .

I just got the hint to add the following to my ~/.gnus:

(require 'mm)
(setq gnus-default-posting-charset (quote iso-8859-1))
(setq message-posting-charset 'iso-8859-1)
(setq gnus-mime-view-all-parts t)


but Gnus still does not show any MIME in articles.
Instead I get the following when viewing a MIME message:

-----[begin of quoted message]------------------------------------------
[...]
This is a multi-part message in MIME format.

------=_NextPart_000_0009_01BED848.64C79940
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit

[...]
-----[end of quoted message]--------------------------------------------


Perhaps it has something to do with my
  gnus-article-display-hook
which contains
  gnus-article-hide-boring-headers
and
  gnus-article-hide-headers-if-wanted ?


Or perhaps with the configuration of 'gnus-visible-headers' ?


      - Thomas

-- 
Thomas Hungenberg -- Student of Applied Computer Science
Private homepage: http://home.pages.de/~th/ -- ICQ-UIN: #3294439
PGP encrypted mail welcome! -- PGP-Public-Key on my homepage!




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: No MIME in pgnus-0.95
  1999-08-15 20:27   ` Thomas Hungenberg
@ 1999-08-16  9:17     ` Steinar Bang
  1999-08-16 16:26       ` Thomas Hungenberg
  1999-09-24 18:18     ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 6+ messages in thread
From: Steinar Bang @ 1999-08-16  9:17 UTC (permalink / raw)


>>>>> Thomas Hungenberg <th@hansa.rhein.de>:

> but Gnus still does not show any MIME in articles.  Instead I get
> the following when viewing a MIME message:

What does 
        M-x gnus-version RET
say?


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: No MIME in pgnus-0.95
  1999-08-16  9:17     ` Steinar Bang
@ 1999-08-16 16:26       ` Thomas Hungenberg
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Hungenberg @ 1999-08-16 16:26 UTC (permalink / raw)


On 16 Aug 1999 11:17:30 +0200, Steinar Bang <sb@metis.no> said:

>>>>>> Thomas Hungenberg <th@hansa.rhein.de>:
>> but Gnus still does not show any MIME in articles.  Instead I get
>> the following when viewing a MIME message:

> What does 
>         M-x gnus-version RET
> say?

Pterodactyl Gnus v0.95


      - Thomas

-- 
Thomas Hungenberg -- Student of Applied Computer Science
Private homepage: http://home.pages.de/~th/ -- ICQ-UIN: #3294439
PGP encrypted mail welcome! -- PGP-Public-Key on my homepage!



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: No MIME in pgnus-0.95
  1999-08-15 20:27   ` Thomas Hungenberg
  1999-08-16  9:17     ` Steinar Bang
@ 1999-09-24 18:18     ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-09-24 18:18 UTC (permalink / raw)


Thomas Hungenberg <th@hansa.rhein.de> writes:

> but Gnus still does not show any MIME in articles.
> Instead I get the following when viewing a MIME message:
> 
> -----[begin of quoted message]------------------------------------------
> [...]
> This is a multi-part message in MIME format.

That's odd.  I can't think of anything that would inhibit Gnus'
MIMEtilation of messages.

> Perhaps it has something to do with my
>   gnus-article-display-hook
> which contains
>   gnus-article-hide-boring-headers
> and
>   gnus-article-hide-headers-if-wanted ?

Nope; that variable is history.

Perhaps you have bits if Gnus shadowing other bits?  Does `M-x
list-load-path-shadows RET' say anything interesting?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1999-09-24 18:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-08-15 14:15 No MIME in pgnus-0.95 Thomas Hungenberg
1999-08-15 17:12 ` Kai Großjohann
1999-08-15 20:27   ` Thomas Hungenberg
1999-08-16  9:17     ` Steinar Bang
1999-08-16 16:26       ` Thomas Hungenberg
1999-09-24 18:18     ` Lars Magne Ingebrigtsen

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).