From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23092 Path: main.gmane.org!not-for-mail From: "Rupa Schomaker (list)" Newsgroups: gmane.emacs.gnus.general Subject: MML -- how do you add a part? Date: 03 Jun 1999 16:41:30 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035160891 32675 80.91.224.250 (21 Oct 2002 00:41:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:41:31 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id TAA03770 for ; Thu, 3 Jun 1999 19:46:33 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id SAB04316; Thu, 3 Jun 1999 18:42:52 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 03 Jun 1999 18:42:39 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id SAA01857 for ; Thu, 3 Jun 1999 18:42:31 -0500 (CDT) Original-Received: from gw.rupa.com (postfix@cx1823-a.alsv1.occa.home.com [24.5.151.91]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id TAA03644 for ; Thu, 3 Jun 1999 19:41:36 -0400 (EDT) Original-Received: by gw.rupa.com (Postfix, from userid 500) id 7E2AD1D1D8; Thu, 3 Jun 1999 16:41:30 -0700 (PDT) Original-To: ding@gnus.org Original-Lines: 17 User-Agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:23092 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:23092 If I use "S o m" to include a MIME attached message to a user, I usually also want to include some info at the top. I can't just type my message because depending on the client on the other end my comment and/or my attachment is not retrievable. Of course, the problem is that I'm not including my text comment in a MML "section". M-m p appears to be bound to something that would work mml-insert-part, but that is undefined. M-m m (mm-insert-multipart) also "might" work but that gives me an "Wrong number of arguments" error. So, what is the right way to do what I want?