bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#39884: 27.0.50; Emacs may destroy outgoing email messages during sen


From: Noam Postavsky
Subject: bug#39884: 27.0.50; Emacs may destroy outgoing email messages during sending
Date: Wed, 15 Apr 2020 08:24:52 -0400

On Wed, 15 Apr 2020 at 03:55, Rainer Gemulla <rgemulla@gmx.de> wrote:
>
> Replacing in function mml-parse-1 (mml.el, line 284):
>
> (setq tag (list 'part '(type . "text/plain"))
>        no-markup-p t
>        warn t)
>
> with
>
> (setq tag `(part (type . ,"text/plain"))
>       no-markup-p t
>       warn t)
>
> seems to fix this bug. It's not clear to me why though.

mml-parse-1 calls nconc on tag, so it's likely some destructive
modification of code literals is happening. However, I'm not able to
reproduce the bug following your instructions on the latest emacs-27
checkout. I'm attaching a lisp file which automates the process (I
also tried doing it manually, in case that makes a difference).

Attachment: bug-39884-bad-mml-parsing.el
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]