Re: [notmuch] Any idea why my emacs doesn't want to accept my notmuch-folder keymap...
[notmuch-archives.git] / 13 / c06e8f4b56462c49c69fca70db47417e7708f6
1 Return-Path: <james@hackervisions.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 8E2044916B2\r
6         for <notmuch@notmuchmail.org>; Wed, 10 Mar 2010 14:01:55 -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.219\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.219 tagged_above=-999 required=5\r
12         tests=[AWL=-0.320, BAYES_50=0.001, RDNS_DYNAMIC=0.1] autolearn=no\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 X4TsfjAWBgqz for <notmuch@notmuchmail.org>;\r
16         Wed, 10 Mar 2010 14:01:55 -0800 (PST)\r
17 Received: from hackervisions.org (67-207-143-141.slicehost.net\r
18         [67.207.143.141])\r
19         by olra.theworths.org (Postfix) with ESMTP id 016974916B1\r
20         for <notmuch@notmuchmail.org>; Wed, 10 Mar 2010 14:01:54 -0800 (PST)\r
21 Received: from john-marshall.sflc.info ([216.27.154.200] helo=localhost)\r
22         by hv with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69)\r
23         (envelope-from <james@hackervisions.org>)\r
24         id 1NpTyD-0001IH-08; Wed, 10 Mar 2010 17:01:37 -0500\r
25 From: James Vasile <james@hackervisions.org>\r
26 To: Mark R Anderson <MarkR.Anderson@amd.com>, notmuch@notmuchmail.org\r
27 In-Reply-To: <3wdvdd4hqv6.fsf@testarossa.amd.com>\r
28 References: <3wdvdd4hqv6.fsf@testarossa.amd.com>\r
29 Date: Wed, 10 Mar 2010 17:01:28 -0500\r
30 Message-ID: <871vfrj0p3.fsf@hackervisions.org>\r
31 MIME-Version: 1.0\r
32 Content-Type: text/plain; charset=us-ascii\r
33 Subject: Re: [notmuch] Any idea why my emacs doesn't want to accept my\r
34  notmuch-folder keymap changes?\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.13\r
37 Precedence: list\r
38 List-Id: "Use and development of the notmuch mail system."\r
39         <notmuch.notmuchmail.org>\r
40 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
42 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
43 List-Post: <mailto:notmuch@notmuchmail.org>\r
44 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
45 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Wed, 10 Mar 2010 22:01:55 -0000\r
48 \r
49 You have a typo: mot-much-folder-mode-map should be\r
50 notmuch-folder-mode-map.  (s/motmuch/notmuch/)\r
51 \r
52 On Wed, 10 Mar 2010 13:19:09 -0700, Mark R Anderson <MarkR.Anderson@amd.com> wrote:\r
53 > I have added several keys to the search and show keymaps in my .emacs\r
54 > file, but when my hook for notmuch-folder-mode generates warnings.\r
55\r
56 > I'm not sure exactly when the error happens, it may just be the compile\r
57 > phase of reading the .emacs file, my ELisp is pretty shaky.\r
58\r
59 > (add-hook 'notmuch-folder-mode\r
60 >   (define-key motmuch-folder-mode-map "k" 'notmuch-folder-previous)\r
61 >   (define-key notmuch-folder-mode-map "j" 'notmuch-folder-next)\r
62 >   (define-key notmuch-folder-mode-map "F" 'notmuch-folder)\r
63 > )\r
64\r
65\r
66 > emacs *Warnings*:\r
67 > ------\r
68 > Warning (initialization): An error occurred while loading `/home/manderso/.emacs':\r
69\r
70 > Symbol's value as variable is void: motmuch-folder-mode-map\r
71\r
72 > To ensure normal operation, you should investigate and remove the\r
73 > cause of the error in your initialization file.  Start Emacs with\r
74 > the `--debug-init' option to view a complete error backtrace.\r
75 > ------\r
76\r
77 > I'm not sure why this one is so different from the other modes, any\r
78 > suggestions?\r
79\r
80 > Thanks,\r
81 > -Mark\r
82\r
83\r
84\r
85 > _______________________________________________\r
86 > notmuch mailing list\r
87 > notmuch@notmuchmail.org\r
88 > http://notmuchmail.org/mailman/listinfo/notmuch\r