From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/18639 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: !MML Date: 14 Nov 1998 21:44:39 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035157127 7213 80.91.224.250 (20 Oct 2002 23:38:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:38:47 +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 PAA24874 for ; Sat, 14 Nov 1998 15:43:34 -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 OAB05482; Sat, 14 Nov 1998 14:43:23 -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 14:43:19 -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 OAA19186 for ; Sat, 14 Nov 1998 14:43:05 -0600 (CST) Original-Received: from sparky.gnus.org (ppp057.uio.no [129.240.240.58]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA24846 for ; Sat, 14 Nov 1998 15:42:48 -0500 (EST) Original-Received: (from larsi@localhost) by sparky.gnus.org (8.8.5/8.8.5) id VAA02260; Sat, 14 Nov 1998 21:46:47 +0100 Mail-Copies-To: never X-Now-Reading: nothing X-Now-Playing: The Durutti Column's _The Guitar and Other Machines_ Original-To: ding@gnus.org In-Reply-To: Hrvoje Niksic's message of "14 Nov 1998 21:02:09 +0100" User-Agent: Gnus/5.070045 (Pterodactyl Gnus v0.45) XEmacs/21.2(beta3) (Aglaia) X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > > (multipart :type alternative) > > (part :type text/plain) > > This is plain text. > > (part :type image/gif) > > (external "~/rms.gif") > > (end multipart) > > Would any of this be visible to the user? All of it. But almost nobody would ever do something like that. They'd just do `C-c C-a rms.gif RET RET', which results in (part :type image/gif) (external "~/rms.gif") (end part) Eh. I think I like the SGML'ey syntax better. (part :type image/gif (external "~/rms.gif")) would be a possibility, though... Yes, the `end' things are totally unLispy. So the multipart would be: (multipart :type alternative (part :type text/plain This is plain text.) (part :type image/gif (external "~/rms.gif"))) Er. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen