[PATCH] NEWS for two bugfixes

2016-10-21 Thread Mark Walters
This adds news items for the two bugs emacs: search face bugfix and emacs: fix notmuch-search-line-faces defcustom --- Hi here is a NEWS update as requested. Best wishes Mark NEWS | 9 + 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index ac3ceb1..547b961 100644 --

Re: [PATCH v2] emacs: make faces clear on dark backgrounds.

2016-10-21 Thread David Bremner
Matt Armstrong writes: > > I'll send something out in a few days. I'm thinking, though, that > perhaps options that default "blue" on light backgrounds should default > "light blue" on dark backgrounds. > > > Attached is a PNG capture of my M-x list-colors-display. I'm on Ubuntu > trusty. Atta

editorconfig

2016-10-21 Thread David Bremner
Franz Fellner writes: > Instead of using special config files for every editor we could also > stick to editorconfig: http://editorconfig.org/ I guess I'm working from the assumption that the majority of people actively working on notmuch are using emacs or vim. Since it requires both vim and em

Re: Bug#841319: notmuch: testsuite fails with TERM=unknown

2016-10-21 Thread Gianfranco Costamagna
Hi David! >It looks like a snapshot version of gdb in yakkety, so I'm reluctant to >invest much effort into it. In particular 7.12 is already released upstream. > >A nicer way to skip only those tests that are broken with that >particular version of gdb is is drop the build depends on gdb for ar

Re: [PATCH] lib/database.cc: fix misleading indentation

2016-10-21 Thread Mark Walters
Hi > * the first line in the first for loop is indented by only one TAB (IMHO > should be > two, because it is one leven down): this is a pattern you can find > throughout the > codebase. I think this is the key confusion -- the notmuch convention is that 1 tab = 8 spaces The only other