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 5254F431FD8 for ; Thu, 29 Aug 2013 09:26:11 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled 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 uvUQX-Hyy1l8 for ; Thu, 29 Aug 2013 09:26:05 -0700 (PDT) Received: from dmz-mailsec-scanner-1.mit.edu (dmz-mailsec-scanner-1.mit.edu [18.9.25.12]) by olra.theworths.org (Postfix) with ESMTP id 0819C431FAE for ; Thu, 29 Aug 2013 09:26:04 -0700 (PDT) X-AuditID: 1209190c-b7fac8e000006335-28-521f761cc696 Received: from mailhub-auth-1.mit.edu ( [18.9.21.35]) by dmz-mailsec-scanner-1.mit.edu (Symantec Messaging Gateway) with SMTP id 58.CE.25397.C167F125; Thu, 29 Aug 2013 12:26:04 -0400 (EDT) Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by mailhub-auth-1.mit.edu (8.13.8/8.9.2) with ESMTP id r7TGQ3KS023051 for ; Thu, 29 Aug 2013 12:26:04 -0400 Received: from drake.dyndns.org (216-15-114-40.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com [216.15.114.40]) (authenticated bits=0) (User authenticated as amdragon@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.8/8.12.4) with ESMTP id r7TGQ13u014987 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 29 Aug 2013 12:26:02 -0400 Received: from amthrax by drake.dyndns.org with local (Exim 4.77) (envelope-from ) id 1VF52m-0007Wg-Sr for notmuch@notmuchmail.org; Thu, 29 Aug 2013 12:26:00 -0400 From: Austin Clements To: notmuch@notmuchmail.org Subject: [PATCH 0/9] emacs: Unify common key bindings and lots more Date: Thu, 29 Aug 2013 12:25:48 -0400 Message-Id: <1377793557-28878-1-git-send-email-amdragon@mit.edu> X-Mailer: git-send-email 1.7.10.4 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFupnkeLIzCtJLcpLzFFi42IR4hRV1pUpkw8ymLFD1OL6zZnMDowez1bd Yg5gjOKySUnNySxLLdK3S+DKuPDxNkvBB5aKlSdvsjUwdrF0MXJySAiYSEz+MYENwhaTuHBv PZDNxSEksI9R4tTZf0wQznlGiYsn77BCOL+YJH5t+s0M0iIksJtR4u4/AxCbTUBDYtv+5Ywg toiAtMTOu7NZQWxhAWeJs73XwVawCKhKfGu7yARi8wo4SKw/NpMRYrWiRPezCWwTGHkWMDKs YpRNya3SzU3MzClOTdYtTk7My0st0jXUy80s0UtNKd3ECPa3JM8OxjcHlQ4xCnAwKvHwdgTK BwmxJpYVV+YeYpTkYFIS5Q0sAQrxJeWnVGYkFmfEF5XmpBYfYpTgYFYS4X3LCZTjTUmsrEot yodJSXOwKInzPn16NlBIID2xJDU7NbUgtQgmK8PBoSTBG18K1ChYlJqeWpGWmVOCkGbi4AQZ zgM0vBykhre4IDG3ODMdIn+KUVFKnDcPJCEAksgozYPrhcXjK0ZxoFeEeSVBqniAsQzX/Qpo MBPQ4An5ciCDSxIRUlINjOUisb9FVO6151fvaXrvJn9hx8tLvz1cBM05rl41vvqD11+hZcWT 78/YRN+GH32Ueb7uqNf5qveWJ3k/HNrww+HB6trcyedUbK7PnRh7SeqLgFKN4qrM7nAlrU25 IbIPxbz5fi8853mvyy/kaa94eHJ8wBsj03f3b3FPiNVguv6F57uO/eOJB5VYijMSDbWYi4oT AVCJQiiiAgAA 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: Thu, 29 Aug 2013 16:26:11 -0000 This series moves several common key bindings into a shared notmuch-wide keymap. To get there, it first cleans up several things so that all notmuch modes have common commands to put into a common keymap. In the process, this fixes inconsistent sort ordering reported in id:m2bo5c5h8l.fsf@ramakrmu-mac.i-did-not-set--mail-host-address--so-tickle-me, improves the currently fragile hello refresh behavior, combines several mostly-duplicated commands, and improves the notmuch-help implementation. This passes all of the tests and basic interactive testing, but it would be good for people to exercise it.