From 8a49872d49841378ea51c6f9f2fd28e5af6b7665 Mon Sep 17 00:00:00 2001 From: David Edmondson Date: Fri, 9 May 2014 09:22:21 +0100 Subject: [PATCH] [PATCH v1 1/3] emacs: Fix indentation. --- 80/9652311f001c287bca64adce6910e939e46fe6 | 167 ++++++++++++++++++++++ 1 file changed, 167 insertions(+) create mode 100644 80/9652311f001c287bca64adce6910e939e46fe6 diff --git a/80/9652311f001c287bca64adce6910e939e46fe6 b/80/9652311f001c287bca64adce6910e939e46fe6 new file mode 100644 index 000000000..f67a39a8b --- /dev/null +++ b/80/9652311f001c287bca64adce6910e939e46fe6 @@ -0,0 +1,167 @@ +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 0453B431FC3 + for ; Fri, 9 May 2014 01:22:32 -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 C+NLgx4J5xxl for ; + Fri, 9 May 2014 01:22:27 -0700 (PDT) +Received: from mail-we0-f181.google.com (mail-we0-f181.google.com + [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id E787F431FAE + for ; Fri, 9 May 2014 01:22:26 -0700 (PDT) +Received: by mail-we0-f181.google.com with SMTP id w61so3659515wes.12 + for ; Fri, 09 May 2014 01:22:25 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to + :references; + bh=Mh7TZocEkfpUw5NWkU+1/MeeVQL63DBcLVeUUq1O0nI=; + b=jEDCtPUeYC3X1wOsJPiQPwTaj1sk1zB6JzPhvo0ZXzTrG2t7h4Ui3j0rxybv4plRZH + CBbc6eJHXVPZoZltvKHReySCR6LuAHcKO4ljfzcAQY12p8cuDAf/HwFSaCnYUmYDdHRZ + YTAtDeu9DgSnwF9mb+GZdtNIp6N9qybg4AxAF+vSMAz8Wp+pOl11YumLUjbDOqtA4Sr7 + dTmTGyLP2SyBHimKrqAK4bNU/f6EtmTHC+9BBwWnX54vx5NeXaklwcHwsB5ERaSnnFuq + H7DEmRFlJYkEYre3EcXXWrzeMAVswJA2R8Ky/BoEa3T7hCled/iUH6skmSl9Ky/lgWjK + cNAA== +X-Gm-Message-State: + ALoCoQndHTiOSroSU29eWPzWZXaAZ2+D9QvMSjBBY+q3HZxhh166AAKaR9SBp8zByjx9W4DUmP+n +X-Received: by 10.194.186.140 with SMTP id fk12mr7310214wjc.47.1399623745589; + Fri, 09 May 2014 01:22:25 -0700 (PDT) +Received: from hotblack-desiato.hh.sledj.net + ([2a01:348:1a2:1:a288:b4ff:fe8a:77d8]) + by mx.google.com with ESMTPSA id fi2sm3792707wic.15.2014.05.09.01.22.24 + for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Fri, 09 May 2014 01:22:24 -0700 (PDT) +Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000) + id 108D210920D; Fri, 9 May 2014 09:22:23 +0100 (BST) +From: David Edmondson +To: notmuch@notmuchmail.org +Subject: [PATCH v1 1/3] emacs: Fix indentation. +Date: Fri, 9 May 2014 09:22:21 +0100 +Message-Id: <1399623743-30478-2-git-send-email-dme@dme.org> +X-Mailer: git-send-email 2.0.0.rc0 +In-Reply-To: <1399623743-30478-1-git-send-email-dme@dme.org> +References: <1399623743-30478-1-git-send-email-dme@dme.org> +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: Fri, 09 May 2014 08:22:32 -0000 + +Fix the indentation of `notmuch-show-mode-map'. +--- + emacs/notmuch-show.el | 80 +++++++++++++++++++++++++-------------------------- + 1 file changed, 40 insertions(+), 40 deletions(-) + +diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el +index 10fc872..2ed221a 100644 +--- a/emacs/notmuch-show.el ++++ b/emacs/notmuch-show.el +@@ -1275,46 +1275,46 @@ reset based on the original query." + (fset 'notmuch-show-part-map notmuch-show-part-map) + + (defvar notmuch-show-mode-map +- (let ((map (make-sparse-keymap))) +- (set-keymap-parent map notmuch-common-keymap) +- (define-key map "Z" 'notmuch-tree-from-show-current-query) +- (define-key map (kbd "") 'widget-backward) +- (define-key map (kbd "M-TAB") 'notmuch-show-previous-button) +- (define-key map (kbd "") 'notmuch-show-previous-button) +- (define-key map (kbd "TAB") 'notmuch-show-next-button) +- (define-key map "f" 'notmuch-show-forward-message) +- (define-key map "r" 'notmuch-show-reply-sender) +- (define-key map "R" 'notmuch-show-reply) +- (define-key map "|" 'notmuch-show-pipe-message) +- (define-key map "w" 'notmuch-show-save-attachments) +- (define-key map "V" 'notmuch-show-view-raw-message) +- (define-key map "c" 'notmuch-show-stash-map) +- (define-key map "h" 'notmuch-show-toggle-visibility-headers) +- (define-key map "*" 'notmuch-show-tag-all) +- (define-key map "-" 'notmuch-show-remove-tag) +- (define-key map "+" 'notmuch-show-add-tag) +- (define-key map "X" 'notmuch-show-archive-thread-then-exit) +- (define-key map "x" 'notmuch-show-archive-message-then-next-or-exit) +- (define-key map "A" 'notmuch-show-archive-thread-then-next) +- (define-key map "a" 'notmuch-show-archive-message-then-next-or-next-thread) +- (define-key map "N" 'notmuch-show-next-message) +- (define-key map "P" 'notmuch-show-previous-message) +- (define-key map "n" 'notmuch-show-next-open-message) +- (define-key map "p" 'notmuch-show-previous-open-message) +- (define-key map (kbd "M-n") 'notmuch-show-next-thread-show) +- (define-key map (kbd "M-p") 'notmuch-show-previous-thread-show) +- (define-key map (kbd "DEL") 'notmuch-show-rewind) +- (define-key map " " 'notmuch-show-advance-and-archive) +- (define-key map (kbd "M-RET") 'notmuch-show-open-or-close-all) +- (define-key map (kbd "RET") 'notmuch-show-toggle-message) +- (define-key map "#" 'notmuch-show-print-message) +- (define-key map "!" 'notmuch-show-toggle-elide-non-matching) +- (define-key map "$" 'notmuch-show-toggle-process-crypto) +- (define-key map "<" 'notmuch-show-toggle-thread-indentation) +- (define-key map "t" 'toggle-truncate-lines) +- (define-key map "." 'notmuch-show-part-map) +- map) +- "Keymap for \"notmuch show\" buffers.") ++ (let ((map (make-sparse-keymap))) ++ (set-keymap-parent map notmuch-common-keymap) ++ (define-key map "Z" 'notmuch-tree-from-show-current-query) ++ (define-key map (kbd "") 'widget-backward) ++ (define-key map (kbd "M-TAB") 'notmuch-show-previous-button) ++ (define-key map (kbd "") 'notmuch-show-previous-button) ++ (define-key map (kbd "TAB") 'notmuch-show-next-button) ++ (define-key map "f" 'notmuch-show-forward-message) ++ (define-key map "r" 'notmuch-show-reply-sender) ++ (define-key map "R" 'notmuch-show-reply) ++ (define-key map "|" 'notmuch-show-pipe-message) ++ (define-key map "w" 'notmuch-show-save-attachments) ++ (define-key map "V" 'notmuch-show-view-raw-message) ++ (define-key map "c" 'notmuch-show-stash-map) ++ (define-key map "h" 'notmuch-show-toggle-visibility-headers) ++ (define-key map "*" 'notmuch-show-tag-all) ++ (define-key map "-" 'notmuch-show-remove-tag) ++ (define-key map "+" 'notmuch-show-add-tag) ++ (define-key map "X" 'notmuch-show-archive-thread-then-exit) ++ (define-key map "x" 'notmuch-show-archive-message-then-next-or-exit) ++ (define-key map "A" 'notmuch-show-archive-thread-then-next) ++ (define-key map "a" 'notmuch-show-archive-message-then-next-or-next-thread) ++ (define-key map "N" 'notmuch-show-next-message) ++ (define-key map "P" 'notmuch-show-previous-message) ++ (define-key map "n" 'notmuch-show-next-open-message) ++ (define-key map "p" 'notmuch-show-previous-open-message) ++ (define-key map (kbd "M-n") 'notmuch-show-next-thread-show) ++ (define-key map (kbd "M-p") 'notmuch-show-previous-thread-show) ++ (define-key map (kbd "DEL") 'notmuch-show-rewind) ++ (define-key map " " 'notmuch-show-advance-and-archive) ++ (define-key map (kbd "M-RET") 'notmuch-show-open-or-close-all) ++ (define-key map (kbd "RET") 'notmuch-show-toggle-message) ++ (define-key map "#" 'notmuch-show-print-message) ++ (define-key map "!" 'notmuch-show-toggle-elide-non-matching) ++ (define-key map "$" 'notmuch-show-toggle-process-crypto) ++ (define-key map "<" 'notmuch-show-toggle-thread-indentation) ++ (define-key map "t" 'toggle-truncate-lines) ++ (define-key map "." 'notmuch-show-part-map) ++ map) ++ "Keymap for \"notmuch show\" buffers.") + (fset 'notmuch-show-mode-map notmuch-show-mode-map) + + (defun notmuch-show-mode () +-- +2.0.0.rc0 + -- 2.26.2