Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 20CA64916B2 for ; Wed, 10 Mar 2010 12:19:54 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.363 X-Spam-Level: X-Spam-Status: No, score=-1.363 tagged_above=-999 required=5 tests=[AWL=-0.364, BAYES_50=0.001, RCVD_IN_DNSWL_LOW=-1] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pkrINPXOlPkX for ; Wed, 10 Mar 2010 12:19:53 -0800 (PST) Received: from VA3EHSOBE002.bigfish.com (va3ehsobe002.messaging.microsoft.com [216.32.180.12]) by olra.theworths.org (Postfix) with ESMTP id 551354916AE for ; Wed, 10 Mar 2010 12:19:53 -0800 (PST) Received: from mail15-va3-R.bigfish.com (10.7.14.249) by VA3EHSOBE002.bigfish.com (10.7.40.22) with Microsoft SMTP Server id 8.1.240.5; Wed, 10 Mar 2010 20:19:35 +0000 Received: from mail15-va3 (localhost [127.0.0.1]) by mail15-va3-R.bigfish.com (Postfix) with ESMTP id A0EFE1418564 for ; Wed, 10 Mar 2010 20:19:35 +0000 (UTC) X-SpamScore: -3 X-BigFish: VPS-3(zz4015Lzz1202hzzz32i2a8h6bh66h) X-Spam-TCS-SCL: 5:0 Received: from mail15-va3 (localhost.localdomain [127.0.0.1]) by mail15-va3 (MessageSwitch) id 1268252374443248_19275; Wed, 10 Mar 2010 20:19:34 +0000 (UTC) Received: from VA3EHSMHS004.bigfish.com (unknown [10.7.14.246]) by mail15-va3.bigfish.com (Postfix) with ESMTP id 62845F68054 for ; Wed, 10 Mar 2010 20:19:34 +0000 (UTC) Received: from ausb3extmailp02.amd.com (163.181.251.22) by VA3EHSMHS004.bigfish.com (10.7.99.14) with Microsoft SMTP Server (TLS) id 14.0.482.39; Wed, 10 Mar 2010 20:19:30 +0000 Received: from ausb3twp01.amd.com (ausb3twp01.amd.com [163.181.250.37]) by ausb3extmailp02.amd.com (Switch-3.2.7/Switch-3.2.7) with SMTP id o2AKNEoH026298 for ; Wed, 10 Mar 2010 14:23:17 -0600 X-WSS-ID: 0KZ31SD-01-PO0-02 X-M-MSG: Received: from sausexhtp02.amd.com (sausexhtp02.amd.com [163.181.3.152]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by ausb3twp01.amd.com (Tumbleweed MailGate 3.7.2) with ESMTP id 26AF71028867 for ; Wed, 10 Mar 2010 14:19:25 -0600 (CST) Received: from optimon.amd.com (163.181.34.104) by sausexhtp02.amd.com (163.181.3.152) with Microsoft SMTP Server (TLS) id 8.2.234.1; Wed, 10 Mar 2010 14:19:26 -0600 Received: from mhdc-ns01.amd.com (mhdc-ns01.amd.com [165.204.35.147]) by optimon.amd.com (8.12.10/8.12.10) with ESMTP id o2AKJPWT029381 for ; Wed, 10 Mar 2010 14:19:25 -0600 Received: from testarossa.amd.com (testarossa.amd.com [165.204.147.44]) by mhdc-ns01.amd.com (8.13.8+Sun/8.13.8) with ESMTP id o2AKJA1c000613 for ; Wed, 10 Mar 2010 13:19:15 -0700 (MST) Received: (from manderso@localhost) by testarossa.amd.com (8.13.1/8.13.1/Submit) id o2AKJ9gr031751; Wed, 10 Mar 2010 13:19:09 -0700 X-Authentication-Warning: testarossa.amd.com: manderso set sender to MarkR.Anderson@amd.com using -f From: Mark R Anderson To: notmuch@notmuchmail.org Date: Wed, 10 Mar 2010 13:19:09 -0700 Message-ID: <3wdvdd4hqv6.fsf@testarossa.amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on optimon.amd.com X-Virus-Status: Clean X-Reverse-DNS: ausb3extmailp02.amd.com Subject: [notmuch] Any idea why my emacs doesn't want to accept my notmuch-folder keymap changes? X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2010 20:19:54 -0000 I have added several keys to the search and show keymaps in my .emacs file, but when my hook for notmuch-folder-mode generates warnings. I'm not sure exactly when the error happens, it may just be the compile phase of reading the .emacs file, my ELisp is pretty shaky. (add-hook 'notmuch-folder-mode (define-key motmuch-folder-mode-map "k" 'notmuch-folder-previous) (define-key notmuch-folder-mode-map "j" 'notmuch-folder-next) (define-key notmuch-folder-mode-map "F" 'notmuch-folder) ) emacs *Warnings*: ------ Warning (initialization): An error occurred while loading `/home/manderso/.emacs': Symbol's value as variable is void: motmuch-folder-mode-map To ensure normal operation, you should investigate and remove the cause of the error in your initialization file. Start Emacs with the `--debug-init' option to view a complete error backtrace. ------ I'm not sure why this one is so different from the other modes, any suggestions? Thanks, -Mark