From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Newsgroups: gmane.emacs.devel Subject: Re: Why does mml-attach-file put the attachment at the very end of the message... Date: Mon, 26 Oct 2015 20:28:33 +1100 Message-ID: <877fma9dxa.fsf@gmail.com> References: <87r3kikp5t.fsf@mbork.pl> <878u6q9fnv.fsf@gmail.com> <87oafmkndn.fsf@mbork.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: ger.gmane.org 1445851748 25467 80.91.229.3 (26 Oct 2015 09:29:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Oct 2015 09:29:08 +0000 (UTC) Cc: emacs-devel To: Marcin Borkowski Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 26 10:29:06 2015 Return-path: Envelope-to: ged-emacs-devel@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 1Zqe5R-0003S3-8P for ged-emacs-devel@m.gmane.org; Mon, 26 Oct 2015 10:29:05 +0100 Original-Received: from localhost ([::1]:51428 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zqe5Q-0000DJ-Id for ged-emacs-devel@m.gmane.org; Mon, 26 Oct 2015 05:29:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46240) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zqe56-0000AF-E9 for emacs-devel@gnu.org; Mon, 26 Oct 2015 05:28:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zqe51-0005W6-Fh for emacs-devel@gnu.org; Mon, 26 Oct 2015 05:28:44 -0400 Original-Received: from mail-pa0-x22c.google.com ([2607:f8b0:400e:c03::22c]:34142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zqe51-0005Vy-Aa for emacs-devel@gnu.org; Mon, 26 Oct 2015 05:28:39 -0400 Original-Received: by padhk11 with SMTP id hk11so183605814pad.1 for ; Mon, 26 Oct 2015 02:28:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:cc:subject:in-reply-to:date:message-id :mime-version:content-type; bh=8ICea29AjD0+hn2edeiOS1L1WSC5jS/q2Up4ExvCsII=; b=RzlU34gddh4DScDUdUqx1sJxJN1DCHNt3KHQCcapMhucLn8vfsUYP49SdG8WYZBAPt 7XAmKoVyOydkG0Z9rfnjUcArduRO+1kxeK1mMvpIZzSV02dN3Id1hM1ZOrXpe+FXWW+C I3PG+MEsl/nK3yKeBpmGGU8LBjXfm7k3zU7cSfI3aBBY4kyaugXzR1Pef/0mlmOUmg3D NTMjnbHRhKTk4/Bg2sjsoU4QF6B7QwKhi3+KXSRHb4cZVY6ctWWBp2qC1zhm5nsJuhvS oxFLfD3dvj9GZMqRLAhcGSg6GQ+2+IxRhZslpm1jkQAohDFD/LJdor7GxfReOP5mNnB1 tgrw== X-Received: by 10.68.202.197 with SMTP id kk5mr21126033pbc.126.1445851718793; Mon, 26 Oct 2015 02:28:38 -0700 (PDT) Original-Received: from localhost (ppp118-209-3-173.lns20.mel4.internode.on.net. [118.209.3.173]) by smtp.gmail.com with ESMTPSA id w9sm32808248pbt.29.2015.10.26.02.28.36 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Oct 2015 02:28:37 -0700 (PDT) In-reply-to: <87oafmkndn.fsf@mbork.pl> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22c X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:192641 Archived-At: Marcin Borkowski writes: > And in your case the proposed patch would just do it since you > don't use sigdashes, `search-backwards' would not move the > point. That assumes i never use the sequence "\n-- \n" (or something similar) in the body of my email, which is not the case. i would prefer it if your patch made this new behaviour customisable. (i don't necessarily mind what the default is, although if your desired behaviour becomes the default one, i would suggest it should be noted in NEWS) OT, iiuc, the preference is for patches to be in unified diff format. (Please someone correct me if this is wrong!) Alexis.