Re: elisp + company completion patches, v7

2015-10-27 Thread Tomi Ollila
On Mon, Oct 26 2015, Carl Worth wrote: > On Sun, Oct 25 2015, Tomi Ollila wrote: >> I, if this does not sound nitpicking, would amend those 'This patch' and >> 'With this patch' texts in commit messages away by some rewording -- those >> pose as a bad example for someone reading the code -- and d

Re: [PATCH v8 0/3] elisp + company completion patches

2015-10-27 Thread David Bremner
Michal Sojka writes: > Hi David, Mark and others, > > thank you for pushing these patches forward. I gave them some testing > and they work as expected. In this version I addressed the comments to > v7 including Tomi's request for rewording :) The commit message of 2/3 > was also updated to refle

Re: [PATCH] Documentation: fix type name spelling

2015-10-27 Thread David Bremner
Steven Allen writes: > --- > lib/notmuch.h | 2 +- > 1 file changed, 1 insertion(+), 1 merged to master, thanks d ___ notmuch mailing list notmuch@notmuchmail.org https://notmuchmail.org/mailman/listinfo/notmuch

[PATCH (draft)] company model for external programs

2015-10-27 Thread Mark Walters
--- This is an attempt to make company mode work for external address completion programs. We need to be able to run the address completion asynchronously. The changes are three fold: separate out the internal completion code into its own function, allow the external program to be called asynchro