[PATCH] configure: Be more verbose when compiler sanity checks fail

2017-04-08 Thread Tomi Ollila
When configure could not get past initial compiler sanity check the user was left with no explanation why this happened (usually the reason is that compilers are not installed). By printing the executed command line and re-executing it without output redirection user gets better information how

[PATCH] Makefile.local: have all files in release tarball be owned by root

2017-04-08 Thread Tomi Ollila
The tar content `git archive` creates (reproducibly) have owner and group set to 'root'. (GNU) tar writes user ids to the added file `version` by default. The contents of tar archive looks better and more consistent when owner and group in all files are the same. While at it, split this long

[PATCH] emacs: with prefix argument, notmuch-show-stash-date stashes timestamp

2017-04-08 Thread Tomi Ollila
Using timestamp of a message is useful in many Xapian queries. --- This is my suggested alternative to id:20170110181525.18269-1-j...@nikula.org since my comments in id:m2fuimv4mj@guru.guru-group.fi This variant uses prefix argument to `c d` to do stashing of a timestamp and do not (at this

[PATCH] emacs/notmuch.el: don't use 'function' as variable name.

2017-04-08 Thread David Bremner
In principle this should work, but at least in some pre-release versions of emacs26, this causes problems inside lexical let [1]. [1]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26406 --- emacs/notmuch.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git