Gnus development mailing list
 help / color / mirror / Atom feed
From: Michael Piotrowski <mxp@dynalabs.de>
To: ding@gnus.org
Subject: Problem displaying multipart/alternative messages
Date: Thu, 13 Jan 2011 11:42:15 +0100	[thread overview]
Message-ID: <x6sjwxytiw.fsf@dynalabs.de> (raw)

Hi,

Using the current git version of Gnus on XEmacs 21.4.22, I'm now getting
the error "Selecting deleted or non-existent buffer" when trying to view
a multipart/alternative message (as produced by, e.g., Apple Mail or
Microsoft Outlook):

#v+
Debugger entered--Lisp error: (error "Selecting deleted or non-existent buffer")
  mm-preferred-alternative-precedence(((#<buffer " *mm*<2>"> ("text/plain" ... ... ...) quoted-printable nil nil nil nil nil) ("multipart/related" (#<buffer " *mm*<4>"> ... quoted-printable nil nil nil nil nil) (#<buffer " *mm*<5>"> ... base64 nil ... nil nil "<169B2FFF-3C89-4C5A-BFAF-D4BF383302CD@local>"))))
  mm-preferred-alternative(((#<buffer " *mm*<2>"> ("text/plain" ... ... ...) quoted-printable nil nil nil nil nil) ("multipart/related" (#<buffer " *mm*<4>"> ... quoted-printable nil nil nil nil nil) (#<buffer " *mm*<5>"> ... base64 nil ... nil nil "<169B2FFF-3C89-4C5A-BFAF-D4BF383302CD@local>"))))
  gnus-mime-display-alternative(((#<buffer " *mm*<2>"> ("text/plain" ... ... ...) quoted-printable nil nil nil nil nil) ("multipart/related" (#<buffer " *mm*<4>"> ... quoted-printable nil nil nil nil nil) (#<buffer " *mm*<5>"> ... base64 nil ... nil nil "<169B2FFF-3C89-4C5A-BFAF-D4BF383302CD@local>"))) nil nil 1)
  gnus-mime-display-part(("multipart/alternative" (#<buffer " *mm*<2>"> ("text/plain" ... ... ...) quoted-printable nil nil nil nil nil) ("multipart/related" (#<buffer " *mm*<4>"> ... quoted-printable nil nil nil nil nil) (#<buffer " *mm*<5>"> ... base64 nil ... nil nil "<169B2FFF-3C89-4C5A-BFAF-D4BF383302CD@local>"))))
  gnus-display-mime()
  gnus-article-prepare-display()
  gnus-article-prepare(1860 nil)
  gnus-summary-display-article(1860 nil)
  gnus-summary-select-article(nil force)
  gnus-summary-show-article(nil)
  call-interactively(gnus-summary-show-article)
#v-

I have this in my .gnus:

#v+
;;; Discourage text/html alternatives
(setq mm-discouraged-alternatives '("text/html"))

;;; Don't render HTML, even if there's no alternative
;;; http://my.gnus.org/faq/html-nochunks/#id2491979
(setq mm-automatic-display (remove "text/html" mm-automatic-display))
#v-

So I first thought it may be a configuration incompatibility, but the
error also occurs with the default settings.

Any ideas?

Thanks in advance!

-- 
Dr.-Ing. Michael Piotrowski, M.A.                   <mxp@dynalabs.de>
Public key at <http://www.dynalabs.de/mxp/pubkey.txt> (ID 0x1614A044)




             reply	other threads:[~2011-01-13 10:42 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-13 10:42 Michael Piotrowski [this message]
2011-01-20 14:21 ` Michael Piotrowski
2011-01-20 17:55   ` Julien Danjou
2011-01-20 20:56     ` quoting Emacs Lisp (was: Problem displaying multipart/alternative messages) Ted Zlatanov
2011-01-20 21:05       ` quoting Emacs Lisp Julien Danjou
2011-01-20 21:17         ` Ted Zlatanov
2011-01-20 21:31           ` Julien Danjou
2011-01-20 21:36             ` Julien Danjou
2011-01-24  1:00             ` Lars Ingebrigtsen
2011-01-24 10:29               ` Julien Danjou
2011-01-24 17:51                 ` Ted Zlatanov
2011-01-24 21:47                   ` Lars Ingebrigtsen
2011-01-24 22:09                     ` Ted Zlatanov
2011-01-24 22:26                       ` Daniel Pfeiffer
2011-01-25 10:18                   ` Julien Danjou
2011-01-22  4:50         ` Lars Ingebrigtsen
2011-01-24  1:06     ` Problem displaying multipart/alternative messages Lars Ingebrigtsen
2011-01-22  4:48   ` Lars Ingebrigtsen
2011-01-22  8:06     ` Julien Danjou
2011-01-22 19:50       ` Eric S Fraga

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=x6sjwxytiw.fsf@dynalabs.de \
    --to=mxp@dynalabs.de \
    --cc=ding@gnus.org \
    /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).