[PATCH] doc/python-cffi: import from built bindings, not installed module

2021-10-29 Thread David Bremner
Previously the python-cffi bindings either failed to build, or built for the wrong module by using the installed module. The fix requires correction the module path, building the bindings before docs, and helping python find the built libnotmuch. Based on patch / discussion from Micheal Gruber

Re: [PATCH] emacs: don't add space to tag completion candidates.

2021-10-29 Thread inwit
Works as expected under selectrum! Thanks! On Sat Oct 23, 2021 at 7:05 PM CEST, David Bremner wrote: > Apparently this messes up various third party completion > frameworks. This change does mean that users will have to hit space > after completing a tag change in order to enter another change.