From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52733 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: Problem Viewing MIME Part Date: Sat, 17 May 2003 22:54:28 +0200 Organization: http://purl.org/harder/ Sender: ding-owner@lists.math.uh.edu Message-ID: References: <76u1c4do0t.fsf@newjersey.ppllc.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1053204925 1455 80.91.224.249 (17 May 2003 20:55:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 17 May 2003 20:55:25 +0000 (UTC) Original-X-From: ding-owner+M1277@lists.math.uh.edu Sat May 17 22:55:24 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19H8iC-0000NL-00 for ; Sat, 17 May 2003 22:55:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19H8jf-0005ja-00; Sat, 17 May 2003 15:56:55 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19H8jX-0005jU-00 for ding@lists.math.uh.edu; Sat, 17 May 2003 15:56:47 -0500 Original-Received: (qmail 17839 invoked by alias); 17 May 2003 20:56:46 -0000 Original-Received: (qmail 17834 invoked from network); 17 May 2003 20:56:46 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 17 May 2003 20:56:46 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19H8qm-0005Zf-00 for ; Sat, 17 May 2003 23:04:16 +0200 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 18 Original-NNTP-Posting-Host: 0xc3f98220.esnxr3.ras.tele.dk Original-X-Trace: quimby.gnus.org 1053205456 21430 195.249.130.32 (17 May 2003 21:04:16 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 17 May 2003 21:04:16 GMT X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; writes: > Jesper Harder writes: > >> What do the following expressions return? >> >> (mm-inlined-p '(nil ("text/html") nil nil nil nil nil nil)) > t > >> (mm-inlinable-p '(nil ("text/html") nil nil nil nil nil nil)) > lynx > > What does this mean? It means that Gnus thinks that it _can_ inline HTML (mm-inlinable-p), and that you wan't it inlined (mm-inlined-p). Have you customized any Gnus settings related to HTML display?