Re: Org-mode support
[notmuch-archives.git] / 85 / e19c898dcd11ece49d7dc60fbef6d06860f3b0
1 Return-Path: <dme@dme.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 0D4054196F0\r
6         for <notmuch@notmuchmail.org>; Thu, 29 Apr 2010 03:56:51 -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: -1.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9] autolearn=ham\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 1+a+Myf0dfBv for <notmuch@notmuchmail.org>;\r
16         Thu, 29 Apr 2010 03:56:50 -0700 (PDT)\r
17 Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com\r
18  [74.125.82.53])        by olra.theworths.org (Postfix) with ESMTP id 024DC431FC1       for\r
19  <notmuch@notmuchmail.org>; Thu, 29 Apr 2010 03:56:49 -0700 (PDT)\r
20 Received: by wwe15 with SMTP id 15so616699wwe.26\r
21         for <notmuch@notmuchmail.org>; Thu, 29 Apr 2010 03:56:49 -0700 (PDT)\r
22 Received: by 10.216.85.1 with SMTP id t1mr5663956wee.3.1272538608928;\r
23         Thu, 29 Apr 2010 03:56:48 -0700 (PDT)\r
24 Received: from ut.hh.sledj.net (gmp-ea-fw-1b.sun.com [192.18.8.1])\r
25         by mx.google.com with ESMTPS id x1sm6280427wbx.1.2010.04.29.03.56.47\r
26         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
27         Thu, 29 Apr 2010 03:56:48 -0700 (PDT)\r
28 Received: by ut.hh.sledj.net (Postfix, from userid 1000)\r
29         id E2FAC59411F; Thu, 29 Apr 2010 11:57:05 +0100 (BST)\r
30 From: dme@dme.org\r
31 To: notmuch@notmuchmail.org\r
32 Subject: [PATCH] emacs: In hello mode,\r
33         bind `C-tab' to move backwards through widgets.\r
34 Date: Thu, 29 Apr 2010 11:57:04 +0100\r
35 Message-Id: <1272538624-3493-1-git-send-email-dme@dme.org>\r
36 X-Mailer: git-send-email 1.7.0\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Thu, 29 Apr 2010 10:56:51 -0000\r
50 \r
51 From: David Edmondson <dme@dme.org>\r
52 \r
53 `C-tab' is now the inverse operation to `tab'.\r
54 ---\r
55  emacs/notmuch-hello.el |    1 +\r
56  1 files changed, 1 insertions(+), 0 deletions(-)\r
57 \r
58 diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el\r
59 index 538785f..bf49bb1 100644\r
60 --- a/emacs/notmuch-hello.el\r
61 +++ b/emacs/notmuch-hello.el\r
62 @@ -448,6 +448,7 @@ should be. Returns a cons cell `(tags-per-line width)'."\r
63  \r
64        (use-local-map widget-keymap)\r
65        (local-set-key "=" 'notmuch-hello-update)\r
66 +      (local-set-key (kbd "<C-tab>") 'widget-backward)\r
67        (local-set-key "G" 'notmuch-hello-poll-and-update)\r
68        (local-set-key "m" 'notmuch-mua-mail)\r
69        (local-set-key "q" '(lambda () (interactive) (kill-buffer (current-buffer))))\r
70 -- \r
71 1.7.0\r
72 \r