Re: [PATCH v5] nmbug: Translate to Python
[notmuch-archives.git] / 08 / dc66c45093a29fb994520fdd64eb9727381abb
1 Return-Path: <jani@nikula.org>\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 89D95431E64\r
6         for <notmuch@notmuchmail.org>; Mon, 30 Jan 2012 09:33:12 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.699\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5\r
12         tests=[HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 qVKy0uDQ5s4k for <notmuch@notmuchmail.org>;\r
16         Mon, 30 Jan 2012 09:33:12 -0800 (PST)\r
17 Received: from mail-pz0-f53.google.com (mail-pz0-f53.google.com\r
18         [209.85.210.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id CEB0E431FBC\r
21         for <notmuch@notmuchmail.org>; Mon, 30 Jan 2012 09:33:11 -0800 (PST)\r
22 Received: by dadv6 with SMTP id v6so4786760dad.26\r
23         for <notmuch@notmuchmail.org>; Mon, 30 Jan 2012 09:33:11 -0800 (PST)\r
24 MIME-Version: 1.0\r
25 Received: by 10.68.235.7 with SMTP id ui7mr17902118pbc.93.1327944790929; Mon,\r
26         30 Jan 2012 09:33:10 -0800 (PST)\r
27 Received: by 10.68.236.137 with HTTP; Mon, 30 Jan 2012 09:33:10 -0800 (PST)\r
28 Received: by 10.68.236.137 with HTTP; Mon, 30 Jan 2012 09:33:10 -0800 (PST)\r
29 In-Reply-To: <1327941064-20027-5-git-send-email-dme@dme.org>\r
30 References: <1327486729-18052-1-git-send-email-dme@dme.org>\r
31         <1327941064-20027-1-git-send-email-dme@dme.org>\r
32         <1327941064-20027-5-git-send-email-dme@dme.org>\r
33 Date: Mon, 30 Jan 2012 19:33:10 +0200\r
34 Message-ID:\r
35  <CAB+hUn8KhXHTRCdrLe0cT=8mdtz9ZntPFf13mq0iCo4CX=B-Jg@mail.gmail.com>\r
36 Subject: Re: [PATCH 4/5] emacs: Add a binding (>) to toggle the truncation of\r
37         long lines.\r
38 From: Jani Nikula <jani@nikula.org>\r
39 To: David Edmondson <dme@dme.org>\r
40 Content-Type: multipart/alternative; boundary=e89a8ff245498b70a004b7c23dc3\r
41 Cc: notmuch@notmuchmail.org\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Mon, 30 Jan 2012 17:33:12 -0000\r
55 \r
56 --e89a8ff245498b70a004b7c23dc3\r
57 Content-Type: text/plain; charset=UTF-8\r
58 Content-Transfer-Encoding: quoted-printable\r
59 \r
60 On Jan 30, 2012 6:31 PM, "David Edmondson" <dme@dme.org> wrote:\r
61 >\r
62 > ---\r
63 >  emacs/notmuch-show.el |    1 +\r
64 >  1 files changed, 1 insertions(+), 0 deletions(-)\r
65 >\r
66 > diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
67 > index a2c4daf..8b07adf 100644\r
68 > --- a/emacs/notmuch-show.el\r
69 > +++ b/emacs/notmuch-show.el\r
70 > @@ -1114,6 +1114,7 @@ Refreshes the current view, observing changes in\r
71 cryptographic preferences."\r
72 >        (define-key map "!" 'notmuch-show-toggle-elide-non-matching)\r
73 >        (define-key map "$" 'notmuch-show-toggle-process-crypto)\r
74 >        (define-key map "<" 'notmuch-show-toggle-thread-indentation)\r
75 > +       (define-key map ">" 'toggle-truncate-lines)\r
76 \r
77 Okay, this is bikeshedding, but we have =C2=A6 to pipe a message - wouldn't=\r
78  it\r
79 be appropriate to reserve > for saving a message to file?\r
80 \r
81 >        map)\r
82 >       "Keymap for \"notmuch show\" buffers.")\r
83 >  (fset 'notmuch-show-mode-map notmuch-show-mode-map)\r
84 > --\r
85 > 1.7.8.3\r
86 >\r
87 > _______________________________________________\r
88 > notmuch mailing list\r
89 > notmuch@notmuchmail.org\r
90 > http://notmuchmail.org/mailman/listinfo/notmuch\r
91 \r
92 --e89a8ff245498b70a004b7c23dc3\r
93 Content-Type: text/html; charset=UTF-8\r
94 Content-Transfer-Encoding: quoted-printable\r
95 \r
96 <p><br>\r
97 On Jan 30, 2012 6:31 PM, &quot;David Edmondson&quot; &lt;<a href=3D"mailto:=\r
98 dme@dme.org">dme@dme.org</a>&gt; wrote:<br>\r
99 &gt;<br>\r
100 &gt; ---<br>\r
101 &gt; =C2=A0emacs/notmuch-show.el | =C2=A0 =C2=A01 +<br>\r
102 &gt; =C2=A01 files changed, 1 insertions(+), 0 deletions(-)<br>\r
103 &gt;<br>\r
104 &gt; diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el<br>\r
105 &gt; index a2c4daf..8b07adf 100644<br>\r
106 &gt; --- a/emacs/notmuch-show.el<br>\r
107 &gt; +++ b/emacs/notmuch-show.el<br>\r
108 &gt; @@ -1114,6 +1114,7 @@ Refreshes the current view, observing changes in=\r
109  cryptographic preferences.&quot;<br>\r
110 &gt; =C2=A0 =C2=A0 =C2=A0 =C2=A0(define-key map &quot;!&quot; &#39;notmuch-=\r
111 show-toggle-elide-non-matching)<br>\r
112 &gt; =C2=A0 =C2=A0 =C2=A0 =C2=A0(define-key map &quot;$&quot; &#39;notmuch-=\r
113 show-toggle-process-crypto)<br>\r
114 &gt; =C2=A0 =C2=A0 =C2=A0 =C2=A0(define-key map &quot;&lt;&quot; &#39;notmu=\r
115 ch-show-toggle-thread-indentation)<br>\r
116 &gt; + =C2=A0 =C2=A0 =C2=A0 (define-key map &quot;&gt;&quot; &#39;toggle-tr=\r
117 uncate-lines)</p>\r
118 <p>Okay, this is bikeshedding, but we have =C2=A6 to pipe a message - would=\r
119 n&#39;t it be appropriate to reserve &gt; for saving a message to file?</p>\r
120 <p>&gt; =C2=A0 =C2=A0 =C2=A0 =C2=A0map)<br>\r
121 &gt; =C2=A0 =C2=A0 =C2=A0 &quot;Keymap for \&quot;notmuch show\&quot; buffe=\r
122 rs.&quot;)<br>\r
123 &gt; =C2=A0(fset &#39;notmuch-show-mode-map notmuch-show-mode-map)<br>\r
124 &gt; --<br>\r
125 &gt; 1.7.8.3<br>\r
126 &gt;<br>\r
127 &gt; _______________________________________________<br>\r
128 &gt; notmuch mailing list<br>\r
129 &gt; <a href=3D"mailto:notmuch@notmuchmail.org">notmuch@notmuchmail.org</a>=\r
130 <br>\r
131 &gt; <a href=3D"http://notmuchmail.org/mailman/listinfo/notmuch">http://not=\r
132 muchmail.org/mailman/listinfo/notmuch</a><br>\r
133 </p>\r
134 \r
135 --e89a8ff245498b70a004b7c23dc3--\r