all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Barry Margolin <barmar@genuity.net>
Subject: Re: Editing email replies
Date: Fri, 30 Aug 2002 14:54:05 GMT	[thread overview]
Message-ID: <hGLb9.10$Hq1.301@paloalto-snr1.gtei.net> (raw)
In-Reply-To: erBb9.37325$kp.567963@rwcrnsc52.ops.asp.att.net

In article <erBb9.37325$kp.567963@rwcrnsc52.ops.asp.att.net>,
pd <pd@world.std.com> wrote:
>I've been thinking about how to edit replies to MIME messages that use
>multipart/alternative.  For example, suppose the message has a text/plain
>alternative and a text/html alternative, as shown below.  When I insert some
>plain text in my reply, I'd really like the resulting message to have the
>two alternatives for the text before my insertion, then my insertion in
>plain text, and then the two alternatives after my insertion.
>
>In other words,  I want to go from:
>
>    multipart/alternative
>        text/plain
>        text/html
>
>to
>
>    multipart/mixed
>        multipart/alternative
>            text/plain
>            text/html
>        text/plain <--- my reply!
>        multipart/alternative
>            text/plain
>            text/html

This seems like it would be extremely difficult to automate, because Emacs
would have to determine which parts of the plain and HTML alternatives
correspond to each other, so that it can find the correct dividing points.

-- 
Barry Margolin, barmar@genuity.net
Genuity, Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.

  reply	other threads:[~2002-08-30 14:54 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-30  3:15 Editing email replies pd
2002-08-30 14:54 ` Barry Margolin [this message]
2002-08-30 15:38   ` Peter Davis
2002-08-30 16:34     ` Barry Margolin
2002-08-30 15:51   ` Peter Davis
2002-08-31 16:21     ` Kai Großjohann
2002-08-31 23:18       ` Peter Davis
2002-09-01  2:02         ` Kevin A. Scaldeferri
2002-09-01  2:58           ` those who know me have no need of my name
2002-09-02 16:05           ` Peter Davis
2002-09-02 21:59             ` those who know me have no need of my name
2002-09-02 23:07             ` Kevin A. Scaldeferri
2002-09-03  1:14             ` Sacha Chua
2002-09-07 17:19             ` Benjamin Riefenstahl
2002-09-08 17:43               ` pd
2002-09-10 12:36                 ` Oliver Scholz
2002-09-01  5:17         ` Charles Muller
     [not found]         ` <mailman.1030857423.3550.help-gnu-emacs@gnu.org>
2002-09-05  1:45           ` pd

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='hGLb9.10$Hq1.301@paloalto-snr1.gtei.net' \
    --to=barmar@genuity.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.