unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH 0/4] Use cl-lib instead of deprecated cl
@ 2020-04-15 18:28 Jonas Bernoulli
  2020-04-15 18:28 ` [PATCH 1/4] gitignore: Ignore generated python-cffi files Jonas Bernoulli
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: Jonas Bernoulli @ 2020-04-15 18:28 UTC (permalink / raw)
  To: notmuch

It is said that beginning with a cleanup of the existing code isn't
the nicest thing to do but I tend to do it anyway.  So I am glad that
David mentioned yesterday that doing this cleanup would be an ideal
way to get started.

I have done quite a bit more cleanup already, some of which may be
more controversial, but am limiting this initial patch series to just
the cl-lib commit and a few harmless fixes.

Jonas Bernoulli (4):
  gitignore: Ignore generated python-cffi files
  emacs: Declare function notmuch-show-get-message-id
  emacs: Explicitly depend on Emacs 24
  emacs: Use `cl-lib' instead of deprecated `cl'

 .gitignore                   |   1 +
 emacs/notmuch-company.el     |   5 +-
 emacs/notmuch-crypto.el      |   2 +
 emacs/notmuch-draft.el       |   2 +-
 emacs/notmuch-hello.el       | 147 ++++++++++++++++++-----------------
 emacs/notmuch-jump.el        |  45 +++++------
 emacs/notmuch-lib.el         |  18 ++---
 emacs/notmuch-maildir-fcc.el |  35 +++++----
 emacs/notmuch-mua.el         |  76 +++++++++---------
 emacs/notmuch-parser.el      |  18 ++---
 emacs/notmuch-pkg.el.tmpl    |   3 +-
 emacs/notmuch-show.el        | 103 ++++++++++++------------
 emacs/notmuch-tag.el         |  45 ++++++-----
 emacs/notmuch-tree.el        |  20 ++---
 emacs/notmuch.el             |  62 +++++++--------
 test/test-lib.el             |   2 +-
 16 files changed, 295 insertions(+), 289 deletions(-)

-- 
2.26.0

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2020-05-26 23:41 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-15 18:28 [PATCH 0/4] Use cl-lib instead of deprecated cl Jonas Bernoulli
2020-04-15 18:28 ` [PATCH 1/4] gitignore: Ignore generated python-cffi files Jonas Bernoulli
2020-04-15 18:28 ` [PATCH 2/4] emacs: Declare function notmuch-show-get-message-id Jonas Bernoulli
2020-04-16 11:11   ` David Bremner
2020-04-15 18:28 ` [PATCH 3/4] emacs: Explicitly depend on Emacs 24 Jonas Bernoulli
2020-04-15 18:28 ` [PATCH 4/4] emacs: Use `cl-lib' instead of deprecated `cl' Jonas Bernoulli
2020-04-16 11:27   ` David Edmondson
2020-04-16 17:27   ` [PATCH] " William Casarin
2020-04-17 11:06     ` David Bremner
2020-04-17 15:05       ` Jonas Bernoulli
2020-04-21 14:22         ` David Bremner
2020-04-25 20:24           ` Jonas Bernoulli
2020-04-27 10:43             ` David Bremner
2020-04-17 15:00 ` [PATCH v2] " Jonas Bernoulli
2020-04-25 20:18 ` [PATCH v3 1/3] " Jonas Bernoulli
2020-04-25 20:18   ` [PATCH v3 2/3] emacs: Add simple make target to compile emacs lisp tests Jonas Bernoulli
2020-05-24 21:53     ` David Bremner
2020-05-26 19:49       ` Jonas Bernoulli
2020-04-25 20:18   ` [PATCH v3 3/3] emacs: Use `dolist' instead of `mapcar' for side-effects Jonas Bernoulli
2020-05-24 19:27     ` Tomi Ollila
2020-05-26 23:40     ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).