[PATCH v2 1/4] NEWS: Remove trailing comma from an old nmbug-status config

2016-01-07 Thread David Bremner
"W. Trevor King" writes: > That closing brace is the end of the config JSON; there won't be > anything coming after it. > --- > NEWS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/NEWS b/NEWS > index 6681699..0a7a0e0 100644 > --- a/NEWS > +++ b/NEWS > @@ -409,7 +409,7

[PATCH 1/2] nmbug-status: Adjust headers to start with h1

2016-01-07 Thread David Bremner
"W. Trevor King" writes: > We've been leading off with h2s since 3e5fb88f (contrib/nmbug: add > nmbug-status script, 2012-07-07), but the semantically-correct headers > are: > > {title} > ... > Views > ... > View 1 > ... > View 2 > ... > > We can always add additional CSS if the

[PATCH] nmbug-status: Style headers with smaller fonts

2016-01-07 Thread W. Trevor King
We only use h1 through h3, and David prefers smaller headers [1], so shift over to the font sizes usually used for h2 through h4 [2,3,4]. I haven't bothered with the W3C's default margins, since a bit of extra whitespace doesn't seem like a big deal. [1]: id:87k2nl8r0k.fsf at zancas.localnet

Re: [PATCH 6/7] emacs: hello: add highlight newly arrived messages option

2016-01-07 Thread Tomi Ollila
On Sun, May 11 2014, Mark Walters wrote: > This adds a function that highlights searches which have newly arrived > messages (ones which arrived since the previous refresh of > notmuch-hello). It does that by getting a full list of matching > message ids and checking

Re: [PATCH 1/5] nmbug-status: Avoid hard-coded filename in error message

2016-01-07 Thread David Bremner
"W. Trevor King" writes: > We already have a 'filename' variable with the name, so stay DRY and > use that variable here. > > Also fix a missing-whitespace error from bed8b674 (nmbug-status: > Clarify errors for illegible configs, 2014-05-10), wrapping on the > sentence to

Re: T070 tests portability

2016-01-07 Thread Tomi Ollila
On Wed, Jan 06 2016, J Farkas wrote: > On 2016-01-05 at 17:41:06, David Bremner wrote: >> Tomi Ollila writes: >> >> > The page https://sourceware.org/gdb/onlinedocs/gdb/Returning.html >> > talks something about gdb not knowing

Re: [PATCH] nmbug-status: Style headers with smaller fonts

2016-01-07 Thread Tomi Ollila
On Thu, Jan 07 2016, "W. Trevor King" wrote: > We only use h1 through h3, and David prefers smaller headers [1], so > shift over to the font sizes usually used for h2 through h4 [2,3,4]. > I haven't bothered with the W3C's default margins, since a bit of > extra whitespace