Re: [PATCH v4 1/3] show: don't use hex literals in JSON output

Subject: Re: [PATCH v4 1/3] show: don't use hex literals in JSON output

Date: Fri, 20 Jan 2012 07:55:03 -0400

To: Thomas Jost, notmuch@notmuchmail.org

Cc:

From: David Bremner


On Fri, 20 Jan 2012 10:39:23 +0100, Thomas Jost <schnouki@schnouki.net> wrote:
> JSON does not support hex literals (0x..) so numbers must be formatted as %d
> instead of %x.
> ---
>  notmuch-show.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
 
Probably I'm just being lazy here, but can you explain why this change
does not require a corresponding change on the emacs side?

d

Thread: