Gnus development mailing list
 help / color / mirror / Atom feed
* Problems with pgnus-0.83
@ 1999-04-19  5:29 Stefanie Teufel
  1999-04-19  5:41 ` Norbert Koch
  1999-04-19  5:50 ` Hrvoje Niksic
  0 siblings, 2 replies; 5+ messages in thread
From: Stefanie Teufel @ 1999-04-19  5:29 UTC (permalink / raw)


Huhu everybody,

after switching to 0.83 from 0.80 I get the following error:

Error in ~/.gnus: (void-variable mm-alternative-precedence)

But I saw the following in the changelog:


	* mm-decode.el (mm-alternative-precedence): Removed.
	(mm-discouraged-alternatives): New variable.
	(mm-preferred-alternative-precedence): New function.

I guess something is wrong in my setup. I have a "require 'mm" in my
.Gnus.el?

TIA,

Stefanie
-- 
"Windows 98 should have been released for free on January 1, 1996 and
 titled Windows 95.1. If this were Hollywood, then Windows 98 would be
 the equivalent of "Heaven's Gates", "Waterworld" and "Godzilla" rolled
 into one. A huge, overhyped, bloated embarrassment." Jesse Bert, ZDNet


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

* Re: Problems with pgnus-0.83
  1999-04-19  5:29 Problems with pgnus-0.83 Stefanie Teufel
@ 1999-04-19  5:41 ` Norbert Koch
  1999-04-19  5:50 ` Hrvoje Niksic
  1 sibling, 0 replies; 5+ messages in thread
From: Norbert Koch @ 1999-04-19  5:41 UTC (permalink / raw)
  Cc: ding

Stefanie Teufel <teufel@hoelle.org> writes:

> Error in ~/.gnus: (void-variable mm-alternative-precedence)
> 
> 	* mm-decode.el (mm-alternative-precedence): Removed.

This line tells you that the variable no longer exists or, for them
hackers, is void .... you know, like in chaos :-)
                                                 
> 	(mm-discouraged-alternatives): New variable.

Try this variable instead.

Cheers, norbert.


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

* Re: Problems with pgnus-0.83
  1999-04-19  5:29 Problems with pgnus-0.83 Stefanie Teufel
  1999-04-19  5:41 ` Norbert Koch
@ 1999-04-19  5:50 ` Hrvoje Niksic
  1999-04-19 17:48   ` Stefanie Teufel
  1999-04-20  5:40   ` Mea Culpa [was: Problems with pgnus-0.83] Stefanie Teufel
  1 sibling, 2 replies; 5+ messages in thread
From: Hrvoje Niksic @ 1999-04-19  5:50 UTC (permalink / raw)


Stefanie Teufel <teufel@hoelle.org> writes:

> 	* mm-decode.el (mm-alternative-precedence): Removed.
> 	(mm-discouraged-alternatives): New variable.
> 	(mm-preferred-alternative-precedence): New function.
> 
> I guess something is wrong in my setup. I have a "require 'mm" in my
> .Gnus.el?

If you tell us what you are trying to achieve with
`mm-alternative-precedence', we might be able to help you convert.


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

* Re: Problems with pgnus-0.83
  1999-04-19  5:50 ` Hrvoje Niksic
@ 1999-04-19 17:48   ` Stefanie Teufel
  1999-04-20  5:40   ` Mea Culpa [was: Problems with pgnus-0.83] Stefanie Teufel
  1 sibling, 0 replies; 5+ messages in thread
From: Stefanie Teufel @ 1999-04-19 17:48 UTC (permalink / raw)
  Cc: ding

On Mon, Apr 19, 1999 at 07:50:47 +0200, Hrvoje Niksic wrote:
> Stefanie Teufel <teufel@hoelle.org> writes:
> 
> > 	* mm-decode.el (mm-alternative-precedence): Removed.
> > 	(mm-discouraged-alternatives): New variable.
> > 	(mm-preferred-alternative-precedence): New function.
> > 
> > I guess something is wrong in my setup. I have a "require 'mm" in my
> > .Gnus.el?
> 
> If you tell us what you are trying to achieve with
> `mm-alternative-precedence'

Nothing at all. I never called that "mm-alternative-precedence"-thing.
Ummm, perhaps through (require 'mm). So where is the problem? I have no
idea where this function is called or comes from?

Stefanie 
-- 
"Wenn manche debattieren, ob Adam nun der erste Mensch war oder nicht,
 sollten sie einfach mal erkennen, dass Adam ganz bestimmt der erste
 Adam war." Norbert Harry Marzahn <6-foiagabXB@nm01.vision.IN-BRB.DE>


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

* Mea Culpa [was: Problems with pgnus-0.83]
  1999-04-19  5:50 ` Hrvoje Niksic
  1999-04-19 17:48   ` Stefanie Teufel
@ 1999-04-20  5:40   ` Stefanie Teufel
  1 sibling, 0 replies; 5+ messages in thread
From: Stefanie Teufel @ 1999-04-20  5:40 UTC (permalink / raw)


On Mon, Apr 19, 1999 at 07:50:47 +0200, Hrvoje Niksic wrote:

> If you tell us what you are trying to achieve with
> `mm-alternative-precedence', we might be able to help you convert.

Okay, I'm an idiot. What I tried to achieve was the following:

(eval-after-load "mm-decode"
  '(progn
        ;; Do not prefer html
    (nconc (delete "text/html" mm-alternative-precedence) (list
    "text/html"))
        ;; Always inline rfc-822
    (nconc mm-attachment-override-types '("message/rfc-822"))))

Stefanie, ashamed
-- 
"Wer auf bisher unbekannte Weise langweilig ist, gilt als amuesant" (Ustinov)


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

end of thread, other threads:[~1999-04-20  5:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-04-19  5:29 Problems with pgnus-0.83 Stefanie Teufel
1999-04-19  5:41 ` Norbert Koch
1999-04-19  5:50 ` Hrvoje Niksic
1999-04-19 17:48   ` Stefanie Teufel
1999-04-20  5:40   ` Mea Culpa [was: Problems with pgnus-0.83] Stefanie Teufel

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