Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 7c / 814d5aae21ac82182ba7800b0f6d92823df3c5
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 arlo.cworth.org (Postfix) with ESMTP id 652526DE1734\r
6  for <notmuch@notmuchmail.org>; Sun,  6 Sep 2015 23:20:53 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.798\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.798 tagged_above=-999 required=5 tests=[AWL=0.146, \r
12  SPF_NEUTRAL=0.652] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id yyaEHhRNNN8p for <notmuch@notmuchmail.org>;\r
16  Sun,  6 Sep 2015 23:20:51 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18  by arlo.cworth.org (Postfix) with ESMTP id D08826DE1704\r
19  for <notmuch@notmuchmail.org>; Sun,  6 Sep 2015 23:20:50 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21  by guru.guru-group.fi (Postfix) with ESMTP id 2A749100033;\r
22  Mon,  7 Sep 2015 09:19:24 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH v5 3/3] emacs: Bind filter in search to 'l'\r
26 In-Reply-To: <1434182890-8047-4-git-send-email-markwalters1009@gmail.com>\r
27 References: <1434182890-8047-1-git-send-email-markwalters1009@gmail.com>\r
28  <1434182890-8047-4-git-send-email-markwalters1009@gmail.com>\r
29 User-Agent: Notmuch/0.20.2+68~g0c35549 (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: Mon, 07 Sep 2015 09:19:24 +0300\r
35 Message-ID: <m2oaheiwer.fsf@guru.guru-group.fi>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.18\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42  <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Mon, 07 Sep 2015 06:20:53 -0000\r
51 \r
52 On Sat, Jun 13 2015, Mark Walters <markwalters1009@gmail.com> wrote:\r
53 \r
54 > Change the key binding for filter (or "limit") in search-mode. This\r
55 > gives consistency with the new filter in show-mode, and frees 'f' for\r
56 > forward-thread in the future.\r
57 > ---\r
58 >  emacs/notmuch.el | 4 ++--\r
59 >  1 file changed, 2 insertions(+), 2 deletions(-)\r
60 >\r
61 > diff --git a/emacs/notmuch.el b/emacs/notmuch.el\r
62 > index 6564816..06e3b94 100644\r
63 > --- a/emacs/notmuch.el\r
64 > +++ b/emacs/notmuch.el\r
65 > @@ -166,7 +166,7 @@ (defvar notmuch-search-mode-map\r
66 >      (define-key map "o" 'notmuch-search-toggle-order)\r
67 >      (define-key map "c" 'notmuch-search-stash-map)\r
68 >      (define-key map "t" 'notmuch-search-filter-by-tag)\r
69 > -    (define-key map "f" 'notmuch-search-filter)\r
70 > +    (define-key map "l" 'notmuch-search-filter)\r
71 \r
72 After trying 'f' in id:m2r3maiwmu.fsf@guru.guru-group.fi I'd say I would\r
73 have thought 'l' more intuitive choice.\r
74 \r
75 Tomi\r
76 \r
77 \r
78 >      (define-key map [mouse-1] 'notmuch-search-show-thread)\r
79 >      (define-key map "*" 'notmuch-search-tag-all)\r
80 >      (define-key map "a" 'notmuch-search-archive-thread)\r
81 > @@ -983,7 +983,7 @@ (defun notmuch-search-toggle-order ()\r
82 >    (notmuch-search-refresh-view))\r
83 >  \r
84 >  (defun notmuch-search-filter (query)\r
85 > -  "Filter the current search results based on an additional query string.\r
86 > +  "Filter or LIMIT the current search results based on an additional query string.\r
87 >  \r
88 >  Runs a new search matching only messages that match both the\r
89 >  current search results AND the additional query string provided."\r
90 > -- \r
91 > 2.1.4\r
92 >\r
93 > _______________________________________________\r
94 > notmuch mailing list\r
95 > notmuch@notmuchmail.org\r
96 > http://notmuchmail.org/mailman/listinfo/notmuch\r