[PATCH] emacs: make the remaining faces configurable.
[notmuch-archives.git] / aa / a102b98808de2a4606f414b5e92775fbf99f4f
1 Return-Path: <markwalters1009@gmail.com>\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 35EEA431FD0\r
6         for <notmuch@notmuchmail.org>; Sun, 15 Sep 2013 07:35:21 -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.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id TnEwAVVJrUqB for <notmuch@notmuchmail.org>;\r
18         Sun, 15 Sep 2013 07:35:15 -0700 (PDT)\r
19 Received: from mail-we0-f172.google.com (mail-we0-f172.google.com\r
20         [74.125.82.172]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 88504431FAF\r
23         for <notmuch@notmuchmail.org>; Sun, 15 Sep 2013 07:35:15 -0700 (PDT)\r
24 Received: by mail-we0-f172.google.com with SMTP id w61so2786680wes.3\r
25         for <notmuch@notmuchmail.org>; Sun, 15 Sep 2013 07:35:13 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id:in-reply-to:references;\r
28         bh=LLqbD1azLSxuwyBZ9mmu9kjw9q2hM46NDD5C/aZWhq4=;\r
29         b=YPAOCQtKpkC9Nhn5xvxC+kw+F1gwYNzpA0oIOTn3TaeF+AenfNZk3wzcNnbE5Y5P1k\r
30         d1nMu7irSUMwrBDtmIGrgsKp7reEoXtFuSzuhkS8cMDciBBBXii5TRXha/GImsXwWFZh\r
31         K3YuTybKv4djX6nCSIZrr3suovbwK5OGeq/ALirHm60WJbTubFkY6MrIfzgPIjsghblE\r
32         M0r8mfUFB4Ks/Jrmhqo1D/tm/4prThKaYNcDTlc37ezuvK0RoOfbMueHZWAK2i5mwmPC\r
33         xtAfkof8jBnHYnBW6RQMndIJszqSzXYd7xKrxwlgfiB54fyFoqw8PW38XV71DC4zegBc\r
34         /erA==\r
35 X-Received: by 10.180.189.132 with SMTP id gi4mr9827061wic.19.1379255713142;\r
36         Sun, 15 Sep 2013 07:35:13 -0700 (PDT)\r
37 Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
38         by mx.google.com with ESMTPSA id e1sm16874406wij.6.1969.12.31.16.00.00\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Sun, 15 Sep 2013 07:35:12 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH 1/3] contrib: pick: remove some superfluous quotes\r
44 Date: Sun, 15 Sep 2013 15:35:04 +0100\r
45 Message-Id: <1379255706-2418-2-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.1\r
47 In-Reply-To: <1379255706-2418-1-git-send-email-markwalters1009@gmail.com>\r
48 References: <1379255706-2418-1-git-send-email-markwalters1009@gmail.com>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Sun, 15 Sep 2013 14:35:21 -0000\r
62 \r
63 Pick adds some keybindings to keymaps for other modes (for entry to\r
64 pick). These quoted the keymaps which appears to be unnecessary and to\r
65 rely on the fact that these keymaps have the same entry in the\r
66 function cell as the value cell (perhaps for historical reasons?)\r
67 \r
68 Remove these quotes.\r
69 ---\r
70  contrib/notmuch-pick/notmuch-pick.el |   12 ++++++------\r
71  1 files changed, 6 insertions(+), 6 deletions(-)\r
72 \r
73 diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el\r
74 index ad85d03..2deee42 100644\r
75 --- a/contrib/notmuch-pick/notmuch-pick.el\r
76 +++ b/contrib/notmuch-pick/notmuch-pick.el\r
77 @@ -966,12 +966,12 @@ The arguments are:\r
78  \r
79  \r
80  ;; Set up key bindings from the rest of notmuch.\r
81 -(define-key 'notmuch-search-mode-map "z" 'notmuch-pick)\r
82 -(define-key 'notmuch-search-mode-map "Z" 'notmuch-pick-from-search-current-query)\r
83 -(define-key 'notmuch-search-mode-map (kbd "M-RET") 'notmuch-pick-from-search-thread)\r
84 -(define-key 'notmuch-hello-mode-map "z" 'notmuch-pick-from-hello)\r
85 -(define-key 'notmuch-show-mode-map "z" 'notmuch-pick)\r
86 -(define-key 'notmuch-show-mode-map "Z" 'notmuch-pick-from-show-current-query)\r
87 +(define-key notmuch-search-mode-map "z" 'notmuch-pick)\r
88 +(define-key notmuch-search-mode-map "Z" 'notmuch-pick-from-search-current-query)\r
89 +(define-key notmuch-search-mode-map (kbd "M-RET") 'notmuch-pick-from-search-thread)\r
90 +(define-key notmuch-hello-mode-map "z" 'notmuch-pick-from-hello)\r
91 +(define-key notmuch-show-mode-map "z" 'notmuch-pick)\r
92 +(define-key notmuch-show-mode-map "Z" 'notmuch-pick-from-show-current-query)\r
93  (notmuch-pick-setup-show-out)\r
94  (message "Initialised notmuch-pick")\r
95  \r
96 -- \r
97 1.7.9.1\r
98 \r