From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/18070 Path: main.gmane.org!not-for-mail From: Jean-Yves Perrier Newsgroups: gmane.emacs.gnus.general Subject: Bug in 0.36: multipart/digest Date: 23 Oct 1998 19:49:19 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035156658 4204 80.91.224.250 (20 Oct 2002 23:30:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:30:58 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA01527 for ; Fri, 23 Oct 1998 13:54:23 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAB15357; Fri, 23 Oct 1998 12:53:43 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 23 Oct 1998 12:52:27 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id MAA11734 for ; Fri, 23 Oct 1998 12:52:03 -0500 (CDT) Original-Received: from nagpcy.nagra-kudelski.ch (nagpcy.nagra-kudelski.ch [193.246.109.164]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id NAA01410 for ; Fri, 23 Oct 1998 13:51:39 -0400 (EDT) Original-Received: from [10.0.50.50] by nagpcy.nagra-kudelski.ch (NTMail 3.02.13) with ESMTP id va064137 for ; Fri, 23 Oct 1998 19:51:18 +0200 Original-To: ding@gnus.org X-Attribution: JYP Original-Lines: 20 User-Agent: Gnus/5.070036 (Pterodactyl Gnus v0.36) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:18070 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:18070 I get the following error trying to open a multipart/digest news: Signaling: (error "No buffer named multipart/mixed") gnus-insert-mime-button(("multipart/mixed" ("multipart/alternative" (#> ... quoted-printable nil nil nil) (#> ... quoted-printable nil nil nil)) (#> ("application/msword" ...) base64 nil ("attachment" ...) nil)) 2 (nil)) gnus-mime-display-single(("multipart/mixed" ("multipart/alternative" (#> ... quoted-printable nil nil nil) (#> ... quoted-printable nil nil nil)) (#> ("application/msword" ...) base64 nil ("attachment" ...) nil))) gnus-mime-display-mixed(((# ("text/plain" ...) 7bit (lambda nil ...) nil nil) ("multipart/mixed" ("multipart/alternative" ... ...) (#> ... base64 nil ... nil)) (#> ("text/plain" ...) quoted-printable nil nil nil) (#> ("text/plain") nil nil nil nil))) gnus-display-mime() gnus-article-prepare-display() gnus-article-prepare(8446 nil) gnus-summary-display-article(8446 nil) gnus-summary-select-article(nil nil pseudo) gnus-summary-scroll-up(1) call-interactively(gnus-summary-scroll-up) After that: I can't quit the article or the summary buffer I get the following error: Wrong type argument: consp, nil -- Jean-Yves