unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH 0/3] Add notmuch-pick to contrib
@ 2012-10-27 11:26 Mark Walters
  2012-10-27 11:26 ` [PATCH 1/3] contrib: add notmuch-pick.el file itself Mark Walters
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Mark Walters @ 2012-10-27 11:26 UTC (permalink / raw)
  To: notmuch

This is a new version of notmuch-pick (previous version at
id:"1343164911-31589-1-git-send-email-markwalters1009@gmail.com")following
suggestions of Tomi and David in that thread. The main change is that
it is now entirely self contained in contrib: all the user needs to do
is copy the notmuch-pick.el somewhere in the emacs load path and add
(require 'notmuch-pick nil t) to their .emacs file.

The other changes are that I think I have fixed both of the bugs that
David found.

In the longer term I would like to get pick into mainline. I think the
steps are: first remove code duplication, improve lisp idioms and fix
any bugs that are found; then move pick into the main .emacs directory
but still require the user to "require" it. Finally when people are
happy with the code enable it by default.

Best wishes

Mark


Mark Walters (3):
  contrib: add notmuch-pick.el file itself
  contrib: add pick README.
  contrib: add pick TODO file

 contrib/notmuch-pick/README          |   38 ++
 contrib/notmuch-pick/TODO            |   29 ++
 contrib/notmuch-pick/notmuch-pick.el |  867 ++++++++++++++++++++++++++++++++++
 3 files changed, 934 insertions(+), 0 deletions(-)
 create mode 100644 contrib/notmuch-pick/README
 create mode 100644 contrib/notmuch-pick/TODO
 create mode 100644 contrib/notmuch-pick/notmuch-pick.el

-- 
1.7.9.1

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

end of thread, other threads:[~2012-12-01 21:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-27 11:26 [PATCH 0/3] Add notmuch-pick to contrib Mark Walters
2012-10-27 11:26 ` [PATCH 1/3] contrib: add notmuch-pick.el file itself Mark Walters
2012-10-27 17:39   ` Ethan Glasser-Camp
2012-10-27 17:49     ` Mark Walters
2012-10-27 11:26 ` [PATCH 2/3] contrib: add pick README Mark Walters
2012-10-27 12:55   ` Eirik Byrkjeflot Anonsen
2012-10-27 13:38   ` [PATCH v2] " Mark Walters
2012-10-27 11:26 ` [PATCH 3/3] contrib: add pick TODO file Mark Walters
2012-10-27 12:13 ` [PATCH 0/3] Add notmuch-pick to contrib Tomi Ollila
2012-10-28 15:16 ` David Bremner
2012-10-29  8:28   ` Mark Walters
2012-12-01 21:03   ` Mark Walters

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).