From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Markus Triska Newsgroups: gmane.emacs.bugs Subject: bug#23733: 24.5; Emacs sometimes inserts superfluous ">" when sending e-mails Date: Thu, 09 Jun 2016 21:32:01 +0200 Message-ID: <87twh2jgzy.fsf@metalevel.at> References: <87lh2e7twl.fsf@metalevel.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1465500925 28298 80.91.229.3 (9 Jun 2016 19:35:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Jun 2016 19:35:25 +0000 (UTC) Cc: 23733@debbugs.gnu.org To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jun 09 21:35:16 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bB5jY-0006Th-Hg for geb-bug-gnu-emacs@m.gmane.org; Thu, 09 Jun 2016 21:35:16 +0200 Original-Received: from localhost ([::1]:36739 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bB5jX-0004vi-Og for geb-bug-gnu-emacs@m.gmane.org; Thu, 09 Jun 2016 15:35:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bB5hT-0003TJ-Ce for bug-gnu-emacs@gnu.org; Thu, 09 Jun 2016 15:33:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bB5hO-0003X0-Dp for bug-gnu-emacs@gnu.org; Thu, 09 Jun 2016 15:33:07 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:50832) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bB5hO-0003Wu-AZ for bug-gnu-emacs@gnu.org; Thu, 09 Jun 2016 15:33:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bB5hO-0008Mr-14 for bug-gnu-emacs@gnu.org; Thu, 09 Jun 2016 15:33:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Markus Triska Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 09 Jun 2016 19:33:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 23733 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: wontfix Original-Received: via spool by 23733-submit@debbugs.gnu.org id=B23733.146550072632105 (code B ref 23733); Thu, 09 Jun 2016 19:33:01 +0000 Original-Received: (at 23733) by debbugs.gnu.org; 9 Jun 2016 19:32:06 +0000 Original-Received: from localhost ([127.0.0.1]:34936 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bB5gT-0008Ll-TH for submit@debbugs.gnu.org; Thu, 09 Jun 2016 15:32:06 -0400 Original-Received: from metalevel.at ([78.46.218.83]:57993) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bB5gR-0008Lb-QV for 23733@debbugs.gnu.org; Thu, 09 Jun 2016 15:32:04 -0400 Original-Received: by metalevel.at (Postfix, from userid 1000) id 30B8EA007F; Thu, 9 Jun 2016 21:32:01 +0200 (CEST) In-Reply-To: (Glenn Morris's message of "Thu, 09 Jun 2016 13:37:21 -0400") User-Agent: Emacs/24.4 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:119351 Archived-At: Glenn Morris writes: > FWIW I think the behaviour of Emacs in this area is unlikely to change. That's a pity because I would really like Emacs to send and receive mails as intended. I have now constructed a self-contained test case: a) $ emacs -Q b) C-x m c) write a mail with the following occurring in the message body, at the beginning of a line and without quotes: "From me to you!" d) use any recipient and subject, and use C-c C-c to send the mail e) select "transport" and hit RET (this requires sendmail) f) the recipient will receive ">From me to you!". Maybe there is any way to make this work is intended?