database error
[notmuch-archives.git] / e6 / 2415143e6cf3e31ad2b912af6d3f0102a56f7c
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 2B120431FD5\r
6         for <notmuch@notmuchmail.org>; Thu,  7 Nov 2013 16:21:59 -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.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 Q1xN6Fun0BFv for <notmuch@notmuchmail.org>;\r
18         Thu,  7 Nov 2013 16:21:52 -0800 (PST)\r
19 Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com\r
20         [209.85.212.173]) (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 EAED5429E26\r
23         for <notmuch@notmuchmail.org>; Thu,  7 Nov 2013 16:21:48 -0800 (PST)\r
24 Received: by mail-wi0-f173.google.com with SMTP id ey11so1463352wid.6\r
25         for <notmuch@notmuchmail.org>; Thu, 07 Nov 2013 16:21:47 -0800 (PST)\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=sZ3hwWKZN/N7y2tPCK/yGUBmqveotHFfrlm4tHPq5Mc=;\r
29         b=BaXB07YGL56WhaoPaB48Ckvtr78WYrUE7LMjhBJbVMZ/qiTFMF7gF3AwwJpQneLfIo\r
30         3wPK+9T+RUTjw7zBahFtFZJzJcmmHU30Y/lwCQZbe4kf4AiAg1UV1xTSkbpf5bhdigfA\r
31         KpzmwiW/ff1a6H5UYsFrD1IRGmlq49Nfqfi4BgJZsbnFgAEOL33S2DigRBkelsmq6YTH\r
32         tpPY6kp55o10i18Rhs6VWi4jkzRfXcnJNKVfu06zCboae4h/TFOcrhXCDbcw/e69M2oa\r
33         mWKaRQmlJqE3O93TCL4LDl0qEu5SgPGvxzLBpea9sa/nV/ONPnDBn/z/sCWZOopVlDKs\r
34         luRQ==\r
35 X-Received: by 10.180.184.14 with SMTP id eq14mr118594wic.56.1383870107813;\r
36         Thu, 07 Nov 2013 16:21:47 -0800 (PST)\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 qc10sm385278wic.9.2013.11.07.16.21.47\r
39         for <multiple recipients>\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Thu, 07 Nov 2013 16:21:47 -0800 (PST)\r
42 From: Mark Walters <markwalters1009@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH v2 4/5] emacs: help: add a special function to deal with\r
45  remaps\r
46 Date: Fri,  8 Nov 2013 00:21:35 +0000\r
47 Message-Id: <1383870096-14627-5-git-send-email-markwalters1009@gmail.com>\r
48 X-Mailer: git-send-email 1.7.9.1\r
49 In-Reply-To: <1383870096-14627-1-git-send-email-markwalters1009@gmail.com>\r
50 References: <1383870096-14627-1-git-send-email-markwalters1009@gmail.com>\r
51 X-BeenThere: notmuch@notmuchmail.org\r
52 X-Mailman-Version: 2.1.13\r
53 Precedence: list\r
54 List-Id: "Use and development of the notmuch mail system."\r
55         <notmuch.notmuchmail.org>\r
56 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
58 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
59 List-Post: <mailto:notmuch@notmuchmail.org>\r
60 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
61 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
62         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
63 X-List-Received-Date: Fri, 08 Nov 2013 00:21:59 -0000\r
64 \r
65 remaps are a rather unusual keymap consisting of "first key" 'remap\r
66 and then "second-key" the remapped-function. Thus we do the\r
67 documentation for it separately.\r
68 ---\r
69  emacs/notmuch-lib.el |   25 ++++++++++++++++++++++---\r
70  1 files changed, 22 insertions(+), 3 deletions(-)\r
71 \r
72 diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el\r
73 index 8852703..ef616d5 100644\r
74 --- a/emacs/notmuch-lib.el\r
75 +++ b/emacs/notmuch-lib.el\r
76 @@ -261,6 +261,21 @@ It does not prepend if ACTUAL-KEY is already listed in TAIL."\r
77             tail)))\r
78      tail)\r
79  \r
80 +(defun notmuch-describe-remaps (remap-keymap ua-keys prefix tail)\r
81 +  ;; Remappings are represented as a binding whose first "event" is\r
82 +  ;; 'remap.  Hence, if the keymap has any remappings, it will have a\r
83 +  ;; binding whose "key" is 'remap, and whose "binding" is itself a\r
84 +  ;; keymap that maps not from keys to commands, but from old (remapped)\r
85 +  ;; functions to the commands to use in their stead.\r
86 +  (map-keymap\r
87 +   (lambda (command binding)\r
88 +     (mapc\r
89 +      (lambda (actual-key)\r
90 +       (setq tail (notmuch-describe-key actual-key binding prefix ua-keys tail)))\r
91 +      (where-is-internal command)))\r
92 +   remap-keymap)\r
93 +  tail)\r
94 +\r
95  (defun notmuch-describe-keymap (keymap ua-keys &optional prefix tail)\r
96    "Return a list of cons cells, each describing one binding in KEYMAP.\r
97  \r
98 @@ -276,9 +291,13 @@ prefix argument.  PREFIX and TAIL are used internally."\r
99     (lambda (key binding)\r
100       (cond ((mouse-event-p key) nil)\r
101            ((keymapp binding)\r
102 -           (setq tail\r
103 -                 (notmuch-describe-keymap\r
104 -                  binding ua-keys (notmuch-prefix-key-description key) tail)))\r
105 +           (if (eq key 'remap)\r
106 +               (setq tail\r
107 +                     (notmuch-describe-remaps\r
108 +                      binding ua-keys prefix tail))\r
109 +             (setq tail\r
110 +                   (notmuch-describe-keymap\r
111 +                    binding ua-keys (notmuch-prefix-key-description key) tail))))\r
112            (binding\r
113             (setq tail (notmuch-describe-key (vector key) binding prefix ua-keys tail)))))\r
114     keymap)\r
115 -- \r
116 1.7.9.1\r
117 \r