Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 3c / 2ea36cbf2a8dd848e989cc3d97659ffd363126
1 Return-Path: <tomi.ollila@iki.fi>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 40A9E431FAF\r
6         for <notmuch@notmuchmail.org>; Tue, 17 Sep 2013 23:10:05 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id P4PfKxZru+eb for <notmuch@notmuchmail.org>;\r
16         Tue, 17 Sep 2013 23:09:57 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id DA80F431FAE\r
19         for <notmuch@notmuchmail.org>; Tue, 17 Sep 2013 23:09:56 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id E32E51000B2;\r
22         Wed, 18 Sep 2013 09:09:48 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
25         Notmuch Mail <notmuch@notmuchmail.org>\r
26 Subject: Re: emacs reply fills X clipboard with reply message body\r
27 In-Reply-To: <87vc1y6fbr.fsf@servo.finestructure.net>\r
28 References: <87vc1y6fbr.fsf@servo.finestructure.net>\r
29 User-Agent: Notmuch/0.16+86~g2d126a3 (http://notmuchmail.org) Emacs/24.3.1\r
30         (x86_64-unknown-linux-gnu)\r
31 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
32         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
33         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
34 Date: Wed, 18 Sep 2013 09:09:48 +0300\r
35 Message-ID: <m2y56uirtf.fsf@guru.guru-group.fi>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain; charset=utf-8\r
38 Content-Transfer-Encoding: quoted-printable\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Wed, 18 Sep 2013 06:10:05 -0000\r
52 \r
53 On Wed, Sep 18 2013, Jameson Graef Rollins <jrollins@finestructure.net> wro=\r
54 te:\r
55 \r
56 > I've just started noticing that when I reply to messages from the emacs\r
57 > UI, my X clipboard is filled with the body of the reply message,\r
58 > displacing whatever was in there previously.  I'm not sure if this is\r
59 > related to my personal emacs configuration, or some non-ideal way we're\r
60 > inserting body parts in replies.  However, even if it is a configuration\r
61 > issue in my emacs, I suspect that there should be a better way to insert\r
62 > the reply body such that there's not even a possibility that it would\r
63 > leak into the users X clipboard, regardless of emacs settings.  Any\r
64 > thoughts?\r
65 \r
66 env -u DISPLAY emacs -f notmuch ;)\r
67 \r
68 \r
69 .. OK, I'm marking this as a bug -- I witness the same behaviour.\r
70 \r
71 Originally I thought this relates directly to the fact that mark\r
72 is set at the end of quoted text and (point) is at the beginning of\r
73 buffer -- so that simple c-w can be used to remove the contents in\r
74 case desired... but the X paste provides the original text, not the\r
75 quoted one.\r
76 \r
77 Someone=E2=84=A2 has to dig (deeper) into the code for this...\r
78 \r
79 > jamie.\r
80 \r
81 Tomi\r
82 \r