Re: emacs reply fills X clipboard with reply message body
authorTomi Ollila <tomi.ollila@iki.fi>
Wed, 18 Sep 2013 06:09:48 +0000 (09:09 +0300)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:57:09 +0000 (09:57 -0800)
3c/2ea36cbf2a8dd848e989cc3d97659ffd363126 [new file with mode: 0644]

diff --git a/3c/2ea36cbf2a8dd848e989cc3d97659ffd363126 b/3c/2ea36cbf2a8dd848e989cc3d97659ffd363126
new file mode 100644 (file)
index 0000000..e299d41
--- /dev/null
@@ -0,0 +1,82 @@
+Return-Path: <tomi.ollila@iki.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 40A9E431FAF\r
+       for <notmuch@notmuchmail.org>; Tue, 17 Sep 2013 23:10:05 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id P4PfKxZru+eb for <notmuch@notmuchmail.org>;\r
+       Tue, 17 Sep 2013 23:09:57 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id DA80F431FAE\r
+       for <notmuch@notmuchmail.org>; Tue, 17 Sep 2013 23:09:56 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+       by guru.guru-group.fi (Postfix) with ESMTP id E32E51000B2;\r
+       Wed, 18 Sep 2013 09:09:48 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
+       Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: Re: emacs reply fills X clipboard with reply message body\r
+In-Reply-To: <87vc1y6fbr.fsf@servo.finestructure.net>\r
+References: <87vc1y6fbr.fsf@servo.finestructure.net>\r
+User-Agent: Notmuch/0.16+86~g2d126a3 (http://notmuchmail.org) Emacs/24.3.1\r
+       (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+       $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+       !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Wed, 18 Sep 2013 09:09:48 +0300\r
+Message-ID: <m2y56uirtf.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=utf-8\r
+Content-Transfer-Encoding: quoted-printable\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 18 Sep 2013 06:10:05 -0000\r
+\r
+On Wed, Sep 18 2013, Jameson Graef Rollins <jrollins@finestructure.net> wro=\r
+te:\r
+\r
+> I've just started noticing that when I reply to messages from the emacs\r
+> UI, my X clipboard is filled with the body of the reply message,\r
+> displacing whatever was in there previously.  I'm not sure if this is\r
+> related to my personal emacs configuration, or some non-ideal way we're\r
+> inserting body parts in replies.  However, even if it is a configuration\r
+> issue in my emacs, I suspect that there should be a better way to insert\r
+> the reply body such that there's not even a possibility that it would\r
+> leak into the users X clipboard, regardless of emacs settings.  Any\r
+> thoughts?\r
+\r
+env -u DISPLAY emacs -f notmuch ;)\r
+\r
+\r
+.. OK, I'm marking this as a bug -- I witness the same behaviour.\r
+\r
+Originally I thought this relates directly to the fact that mark\r
+is set at the end of quoted text and (point) is at the beginning of\r
+buffer -- so that simple c-w can be used to remove the contents in\r
+case desired... but the X paste provides the original text, not the\r
+quoted one.\r
+\r
+Someone=E2=84=A2 has to dig (deeper) into the code for this...\r
+\r
+> jamie.\r
+\r
+Tomi\r
+\r