Re: [PATCH] emacs: notmuch-hello: Use our own keymap.
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Fri, 14 May 2010 16:53:46 +0000 (09:53 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:03 +0000 (09:37 -0800)
d3/249137b564918f05968a8c9de0b10865520ea6 [new file with mode: 0644]

diff --git a/d3/249137b564918f05968a8c9de0b10865520ea6 b/d3/249137b564918f05968a8c9de0b10865520ea6
new file mode 100644 (file)
index 0000000..87b4b8a
--- /dev/null
@@ -0,0 +1,70 @@
+Return-Path: <Sebastian@SSpaeth.de>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 912DE4196F4\r
+       for <notmuch@notmuchmail.org>; Fri, 14 May 2010 09:53:59 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.001\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5\r
+       tests=[BAYES_20=-0.001] autolearn=ham\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id jGiNj+pb0tww for <notmuch@notmuchmail.org>;\r
+       Fri, 14 May 2010 09:53:49 -0700 (PDT)\r
+Received: from homiemail-a23.g.dreamhost.com (caiajhbdcagg.dreamhost.com\r
+       [208.97.132.66])\r
+       by olra.theworths.org (Postfix) with ESMTP id 3172B4196F0\r
+       for <notmuch@notmuchmail.org>; Fri, 14 May 2010 09:53:49 -0700 (PDT)\r
+Received: from sspaeth.de (p172-25-143-0.nat.washington.edu [205.175.121.143])\r
+       (Authenticated sender: sebastian@sspaeth.de)\r
+       by homiemail-a23.g.dreamhost.com (Postfix) with ESMTPA id 6CC1D4B0080; \r
+       Fri, 14 May 2010 09:53:47 -0700 (PDT)\r
+Received: by sspaeth.de (sSMTP sendmail emulation);\r
+       Fri, 14 May 2010 09:53:46 -0700\r
+From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
+To: Nelson Elhage <nelhage@ksplice.com>\r
+Subject: Re: [PATCH] emacs: notmuch-hello: Use our own keymap.\r
+In-Reply-To: <20100514033434.GA5072@ksplice.com>\r
+References: <1273805175-6660-1-git-send-email-nelhage@ksplice.com>\r
+       <774b5d59b19663f41b4a427c1622f045.squirrel@webmail.sspaeth.de>\r
+       <20100514033434.GA5072@ksplice.com>\r
+User-Agent: Notmuch/0.3.1-16-g417274d (http://notmuchmail.org) Emacs/23.1.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Fri, 14 May 2010 09:53:46 -0700\r
+Message-ID: <877hn6zap1.fsf@SSpaeth.de>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Cc: notmuch@notmuchmail.org\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 14 May 2010 16:53:59 -0000\r
+\r
+On 2010-05-14, Nelson Elhage wrote:\r
+> Ah, I failed to properly search the mail archives before sending\r
+> this. \r
+\r
+No problem, I admit that my subject title does not obviously point out\r
+that it creates a proper keymap ;-).\r
+\r
+> Your patch looks preferable with one exception: I think that\r
+> making widget-keymap a parent of notmuch-hello-mode-map is probably\r
+> better than just copying widget-keymap.\r
+\r
+That sounds good to me. I am generally an elisp newbie and was just\r
+using the first approach that worked for me. Do you want to update the\r
+patch?\r
+\r
+Sebastian\r