From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#18881: 24.3; Escaping of MML tags is not documented Date: Wed, 25 Jan 2017 21:48:01 +0100 Message-ID: <87inp2g932.fsf@gnus.org> References: <87h9ynbocm.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1485377680 26601 195.159.176.226 (25 Jan 2017 20:54:40 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 25 Jan 2017 20:54:40 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) Cc: 18881@debbugs.gnu.org To: Demetrios Obenour Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jan 25 21:54:34 2017 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWUaD-0005Fv-QE for geb-bug-gnu-emacs@m.gmane.org; Wed, 25 Jan 2017 21:54:21 +0100 Original-Received: from localhost ([::1]:34501 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cWUaH-0001bK-0u for geb-bug-gnu-emacs@m.gmane.org; Wed, 25 Jan 2017 15:54:25 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cWUa4-0001SY-Ep for bug-gnu-emacs@gnu.org; Wed, 25 Jan 2017 15:54:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cWUZv-0004ba-0R for bug-gnu-emacs@gnu.org; Wed, 25 Jan 2017 15:54:07 -0500 Original-Received: from debbugs.gnu.org ([208.118.235.43]:45438) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cWUZu-0004bW-Tj for bug-gnu-emacs@gnu.org; Wed, 25 Jan 2017 15:54:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cWUZu-0000HJ-KY; Wed, 25 Jan 2017 15:54:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, bugs@gnus.org Resent-Date: Wed, 25 Jan 2017 20:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18881 X-GNU-PR-Package: emacs,gnus X-GNU-PR-Keywords: Original-Received: via spool by 18881-submit@debbugs.gnu.org id=B18881.14853776271020 (code B ref 18881); Wed, 25 Jan 2017 20:54:02 +0000 Original-Received: (at 18881) by debbugs.gnu.org; 25 Jan 2017 20:53:47 +0000 Original-Received: from localhost ([127.0.0.1]:43632 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWUZf-0000GO-CT for submit@debbugs.gnu.org; Wed, 25 Jan 2017 15:53:47 -0500 Original-Received: from hermes.netfonds.no ([80.91.224.195]:45154) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWUZe-0000GH-DA for 18881@debbugs.gnu.org; Wed, 25 Jan 2017 15:53:46 -0500 Original-Received: from 2.150.50.220.tmi.telenormobil.no ([2.150.50.220] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1cWUZb-0004fK-RK; Wed, 25 Jan 2017 21:53:45 +0100 In-Reply-To: <87h9ynbocm.fsf@gmail.com> (Demetrios Obenour's message of "Tue, 28 Oct 2014 22:29:13 -0400") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:128493 Archived-At: Sorry for the late response; the bug report has been sitting in a part of the bug tracker that nobody has looked at due to a misunderstanding. Demetrios Obenour writes: > There is no documented way to escape tags for MML messages. If I want > to send a message containing <#part type=text/html>, I must > send <#!part type=text/html> -- in other words, add an exclamation > point after the #. This is not documented anywhere that I can find; > this is thus a bug in the documentation. I only discovered it by using > the mml-to-mime function. Also, escaped MML tags (with the exclamation > marks) are not highlighted in mail-mode, so there is no clue that they > are not literal text; this is a bug in mail-mode. I've now included a paragraph on quoting MML tags in the manual in the Emacs trunk. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no