From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/18646 Path: main.gmane.org!not-for-mail From: Sean Doran Newsgroups: gmane.emacs.gnus.general Subject: Re: !MML Date: Sat, 14 Nov 1998 22:02:18 +0100 (CET) Sender: owner-ding@hpc.uh.edu Message-ID: <199811142102.WAA12065@sean.ebone.net> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035157134 7252 80.91.224.250 (20 Oct 2002 23:38:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:38:54 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id QAA25253 for ; Sat, 14 Nov 1998 16:02:58 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id PAB05816; Sat, 14 Nov 1998 15:02:46 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 14 Nov 1998 15:02:41 -0600 (CST) 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 PAA19706 for ; Sat, 14 Nov 1998 15:02:25 -0600 (CST) Original-Received: from sean.ebone.net (sean.ebone.net [130.228.11.231]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id QAA25247 for ; Sat, 14 Nov 1998 16:02:19 -0500 (EST) Original-Received: (from smd@localhost) by sean.ebone.net (8.8.8/8.8.5) id WAA12065; Sat, 14 Nov 1998 22:02:18 +0100 (CET) Original-To: ding@gnus.org, hniksic@srce.hr Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:18646 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:18646 | > (multipart :type alternative | > (part :type text/plain | > This is plain text.) | > (part :type image/gif | > (external "~/rms.gif"))) | > | > Er. | | Double er. The problem with this is that `This is plain text.' | must not contain closed parentheses -- or its parens must be balanced, or you make it so that the closing token for a text/plain bodypart or anything similar is a parenthesis on a line by itself (or beginning a line with further Lispy MIME directives). Or perhaps a dot on a line by itself? (part :type text/plain This is plain text. . ) (part :type image/gif (external "~/rms.gif")) I don't think that a special closing-token for such things is totally alien, although it is a bit gross. One might even have (part :type text/plain :closing-token "\rEOF\r" Some random text (of whatever nature) . Ending like a UNIX here-file. EOF ) Sean.