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 19:51:00 +1100 Message-ID: <878u6q9fnv.fsf@gmail.com> References: <87r3kikp5t.fsf@mbork.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: ger.gmane.org 1445849490 21695 80.91.229.3 (26 Oct 2015 08:51:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Oct 2015 08:51:30 +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 09:51:16 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 1ZqdUo-00040N-Hp for ged-emacs-devel@m.gmane.org; Mon, 26 Oct 2015 09:51:14 +0100 Original-Received: from localhost ([::1]:51228 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqdUn-000886-LS for ged-emacs-devel@m.gmane.org; Mon, 26 Oct 2015 04:51:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqdUk-00087z-0D for emacs-devel@gnu.org; Mon, 26 Oct 2015 04:51:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqdUg-00058q-Qx for emacs-devel@gnu.org; Mon, 26 Oct 2015 04:51:09 -0400 Original-Received: from mail-pa0-x236.google.com ([2607:f8b0:400e:c03::236]:36841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqdUg-00058l-LQ for emacs-devel@gnu.org; Mon, 26 Oct 2015 04:51:06 -0400 Original-Received: by pacfv9 with SMTP id fv9so190647114pac.3 for ; Mon, 26 Oct 2015 01:51:05 -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=9qS8Hq1PFThQryd942/p/KIk5a4OjQe/+h9L5W/n1Bs=; b=EY5r8VwAMh9reTO8LEPQrisd0JWusZwxSXZa3d/SnVEUPb4dnvtKWtMID0+QrTip9y wZ/SbDbhcDMWFYj2pJ4wHFSaq1xMVUcvYf26t4hGcFoOoRK9hpSe01xOMou1sRu2aLOU q53OOEnVxOA9pglEFhGmCC/lkI/iduJWyZ4I1nwxPStFRSuBzmvYZyuXob5RTR/jDq4j LT+MrJkHgAQKB7EO9eDTNwNY+ijTccJRh0Tt9Sk5Y5ke4tpKJYbI1p/UfOjmFv1nZ3Er mN7xHCZkNHgkpuWxnN3eE57/zttkumLfVp1+v2VaeYm4a3CyzluYcr+6QKIEREXVjt7f j79w== X-Received: by 10.68.217.102 with SMTP id ox6mr21429321pbc.146.1445849465608; Mon, 26 Oct 2015 01:51:05 -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 db8sm32784237pad.43.2015.10.26.01.51.03 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Oct 2015 01:51:04 -0700 (PDT) In-reply-to: <87r3kikp5t.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::236 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:192636 Archived-At: Marcin Borkowski writes: > ...instead of right before the sigdashes? > > If there is no particular reason, I propose a patch below. My > use case is a function that cycles through a few possible > signatures, where at one point I delete everything after the > sigdashes. i never use sigdashes in emails, and prefer any attachments to be the very last thing in the email, i.e. after my sig. Alexis.