From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id OCEgIiJBqF8xNgAA0tVLHw (envelope-from ) for ; Sun, 08 Nov 2020 19:04:02 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 0P4IHiJBqF/tbgAA1q6Kng (envelope-from ) for ; Sun, 08 Nov 2020 19:04:02 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [144.217.243.247]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (2048 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 420959402DD for ; Sun, 8 Nov 2020 19:04:02 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 3442828C1C; Sun, 8 Nov 2020 14:03:35 -0500 (EST) Received: from mail.hostpark.net (mail.hostpark.net [212.243.197.30]) by mail.notmuchmail.org (Postfix) with ESMTPS id 7310A270EA for ; Sun, 8 Nov 2020 14:03:14 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.hostpark.net (Postfix) with ESMTP id EC79D16685 for ; Sun, 8 Nov 2020 20:03:12 +0100 (CET) X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Received: from mail.hostpark.net ([127.0.0.1]) by localhost (mail0.hostpark.net [127.0.0.1]) (amavisd-new, port 10124) with ESMTP id v8KgaO_Y8T2U for ; Sun, 8 Nov 2020 20:03:11 +0100 (CET) Received: from customer (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.hostpark.net (Postfix) with ESMTPSA id B603C16104 for ; Sun, 8 Nov 2020 20:03:11 +0100 (CET) From: Jonas Bernoulli To: notmuch@notmuchmail.org Subject: [PATCH 00/27] Another set up Emacs cleanup Date: Sun, 8 Nov 2020 20:02:44 +0100 Message-Id: <20201108190311.1397-1-jonas@bernoul.li> X-Mailer: git-send-email 2.29.1 MIME-Version: 1.0 Message-ID-Hash: JEKTKRKJFIYR4WIY6W5DLKQUC7ISNQCD X-Message-ID-Hash: JEKTKRKJFIYR4WIY6W5DLKQUC7ISNQCD X-MailFrom: jonas@bernoul.li X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 144.217.243.247 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: -0.01 X-TUID: D9GSVXRMQjkU I did it again; looked at some code and cleaned it up along the way. Cheers, Jonas Jonas Bernoulli (27): emacs: silence byte-compiler emacs: define notmuch-message-mode-map explicitly emacs: add doc-string to notmuch-tree-mode-map emacs: don't fset keymaps emacs: remove redundant notmuch-hello-trim emacs: fix old bug in notmuch-mua-mail emacs: remove kludge for Emacs 23 from notmuch-mua-mail emacs: more cleanup since dropping support for Emacs 24 emacs: sanitize function that displays version emacs: define notmuch-hello-url as a constant emacs: shorten/replace first sentence of a few doc-strings emacs: place only first sentence on first doc-string line emacs: place complete first sentence on first doc-string line emacs: always use elisp quoting style in doc-strings emacs: misc doc-string improvements emacs: remove deprecated notmuch-folder command emacs: remove unnecessary notmuch-remove-if-not emacs: remove unused notmuch-address-locate-command emacs: remove unnecessary notmuch-tree-button-activate emacs: inline notmuch-documentation-first-line emacs: inline notmuch-split-content-type emacs: use defvar-local emacs: use setq-local emacs: use setq instead set emacs: do not quote self-quoting t emacs: avoid binding unnamed commands in keymaps emacs: various cosmetic improvements emacs/coolj.el | 4 +- emacs/notmuch-address.el | 58 ++++-------- emacs/notmuch-company.el | 7 +- emacs/notmuch-compat.el | 9 +- emacs/notmuch-crypto.el | 7 +- emacs/notmuch-draft.el | 17 ++-- emacs/notmuch-hello.el | 123 ++++++++---------------- emacs/notmuch-jump.el | 5 - emacs/notmuch-lib.el | 108 +++++++++------------ emacs/notmuch-maildir-fcc.el | 12 +-- emacs/notmuch-mua.el | 77 +++++++-------- emacs/notmuch-parser.el | 5 +- emacs/notmuch-show.el | 57 +++++------ emacs/notmuch-tag.el | 24 ++--- emacs/notmuch-tree.el | 179 ++++++++++++++++++----------------- emacs/notmuch.el | 109 +++++++++++---------- 16 files changed, 346 insertions(+), 455 deletions(-) -- 2.29.1