From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id C24146DE1151 for ; Sun, 13 Nov 2016 03:21:53 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.055 X-Spam-Level: X-Spam-Status: No, score=0.055 tagged_above=-999 required=5 tests=[AWL=-0.075, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AQ2uDkhYxBnY for ; Sun, 13 Nov 2016 03:21:52 -0800 (PST) Received: from mail-wm0-f66.google.com (mail-wm0-f66.google.com [74.125.82.66]) by arlo.cworth.org (Postfix) with ESMTPS id 6DFC36DE10E8 for ; Sun, 13 Nov 2016 03:21:52 -0800 (PST) Received: by mail-wm0-f66.google.com with SMTP id a20so7730080wme.2 for ; Sun, 13 Nov 2016 03:21:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=a3skYV70GpsLBxVl4chhPVWo9cIFxa7v1bkf3NDkZxU=; b=FBtTh36IdLZiflIYpWSPqmk9aPHiuNMn1T2SMhKPBy0vBx+DsL5X1zxBGxakWBx7ma 4W4Ulvy6lXyGDyOv1OSDgWtF+KYMYGSs0AKZM8fjmNJP2Ici6Uv/aGqVW59RAT4eDX3y Lr22tND9F86mI2k76iSrv6Ha44bjFJs1dGvwgk/l4Nz6g80gfdOdAae93CRRvzdwxWXU ma+ClAXjdv7F0HXlMLLiknTYAfHeycl3Fm9vhbF1Z5L/RAm3Hnm9ye0ivfF6G2o8J4VN 4rgYxfyM8ICvwsXCi6Ju6VNp/FRZPETrMe0Neb3ERXpp+wDYykrTv8J3w460i2XQa1dt Zw5Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=a3skYV70GpsLBxVl4chhPVWo9cIFxa7v1bkf3NDkZxU=; b=QZM4nJw3tfXhrAqNS/DaDQo8h5Aif0lC85t/zvN1K0eAxr02GAVpTL/cszkYUKsjK8 lLdlqqpMxuuKrqs138a2Zi5+ZgiE5uGl/CL2pxipZ3WCua3RMwCgPNOurXD7+LqIBTie tjftTbSfZkKDNjoa4ARpH+jJGlVbClQM4pkECdAg3Uy/jfE+9AaC9e+4KDkCRIKr38Ll 5PXHthaywtXjGwXhsChb/eDGCMKdpxy7Qdtpf/9cQch3BZYia/WlsDJW7FGe7rtpaF13 xQAcrmI5cK8b1V4MblgcIrPoV8RoZGu2uADvn7T9x5Lu2YfyI8DDPDzcybbrsyWYRAZk QIIg== X-Gm-Message-State: ABUngvfSrPHRiBOUvLE31xphu2mZ03I3hFnOKbxQ9sOyLj7x6HOdJ+mxb7xnSRoCdo0qPw== X-Received: by 10.28.54.3 with SMTP id d3mr5675582wma.34.1479036111014; Sun, 13 Nov 2016 03:21:51 -0800 (PST) Received: from localhost (5751dfa2.skybroadband.com. [87.81.223.162]) by smtp.gmail.com with ESMTPSA id u64sm29489949wmd.6.2016.11.13.03.21.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 13 Nov 2016 03:21:50 -0800 (PST) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH v6 1/4] emacs: tree: remove binding for pressing button in message pane Date: Sun, 13 Nov 2016 11:21:43 +0000 Message-Id: <1479036106-32453-2-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1479036106-32453-1-git-send-email-markwalters1009@gmail.com> References: <1479036106-32453-1-git-send-email-markwalters1009@gmail.com> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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: Sun, 13 Nov 2016 11:21:53 -0000 We want to use "e" for editting postponed messages in show, and in tree view, so remove the binding for the function which does (In message pane) Activate BUTTON or button at point --- emacs/notmuch-tree.el | 1 - 1 file changed, 1 deletion(-) diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index 62064ce..8398eb1 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -266,7 +266,6 @@ FUNC." (define-key map (kbd "M-TAB") (notmuch-tree-to-message-pane #'notmuch-show-previous-button)) (define-key map (kbd "") (notmuch-tree-to-message-pane #'notmuch-show-previous-button)) (define-key map (kbd "TAB") (notmuch-tree-to-message-pane #'notmuch-show-next-button)) - (define-key map "e" (notmuch-tree-to-message-pane #'notmuch-tree-button-activate)) (define-key map "$" (notmuch-tree-to-message-pane #'notmuch-show-toggle-process-crypto)) ;; bindings from show (or elsewhere) but we close the message pane first. -- 2.1.4