From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Kentaro NAKAZAWA Newsgroups: gmane.emacs.devel Subject: Re: bug#23750: 25.0.95; bug in url-retrieve or json.el Date: Tue, 29 Nov 2016 19:55:21 +0900 Message-ID: <308bb78f-8be3-092d-d877-e129d340242b@nifty.com> References: <6d0c8c2e-8428-2fdb-0d6e-899f7b9d7ffd@nifty.com> <8053af81-80e1-a24a-f649-8ffc86963ed5@nifty.com> <0cc7fab4-9a2c-6a8d-def7-36bd50317ca3@yandex.ru> <7f9a799f-de88-fd78-0cdc-dac0928f1503@nifty.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1480416983 3040 195.159.176.226 (29 Nov 2016 10:56:23 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 29 Nov 2016 10:56:23 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 Cc: emacs-devel@gnu.org To: Dmitry Gutov , Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 29 11:56:19 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cBg5C-0008Oj-5y for ged-emacs-devel@m.gmane.org; Tue, 29 Nov 2016 11:56:18 +0100 Original-Received: from localhost ([::1]:36026 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cBg5F-0003Na-W9 for ged-emacs-devel@m.gmane.org; Tue, 29 Nov 2016 05:56:22 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cBg4f-0003NH-Dc for emacs-devel@gnu.org; Tue, 29 Nov 2016 05:55:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cBg4a-0006Ov-J3 for emacs-devel@gnu.org; Tue, 29 Nov 2016 05:55:45 -0500 Original-Received: from conssluserg-03.nifty.com ([210.131.2.82]:52869) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.71) (envelope-from ) id 1cBg4Z-0006Mr-SZ for emacs-devel@gnu.org; Tue, 29 Nov 2016 05:55:40 -0500 Original-Received: from [192.168.0.5] (nfmv001097188.uqw.ppp.infoweb.ne.jp [222.158.160.188]) (authenticated) by conssluserg-03.nifty.com with ESMTP id uATAtLXn018518; Tue, 29 Nov 2016 19:55:22 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-03.nifty.com uATAtLXn018518 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1480416923; bh=HlI7QWqZcWddVfuiTmYU70VWaRKxANTrm5nzG7ap3TI=; h=Subject:To:References:Cc:From:Date:In-Reply-To:From; b=g4XjW7og4xa8ldRdAIpGIQcT9fNgJoydEm0EYfoMB0Y6/jqNjWWL5khXXcVKqvJQH J1ksMc3PvxXV5IIXl5+aaOYNYEycOgPgR4VPQ5UsGFgE5QSKNRjt2I/qdhuV3TwiR7 oKb+SLEzyQWNVBd/fC+5UxNslxJk2giouT5OyTQQV28kF7gSD6aC0GC5RN+cm26ft9 eQsZ2NlIl0AoxGCDpntbuyslXK7cKReOdk5MfSguPAGiOLp3IeDVNQTJIX4wiOoDLX qps5qmAEpgERc1h3hdcgjVhT5F4gpLVtZbRCzZh2nylwyw3Legt/708XYMbiNNVLOe 8l7R1owU8SkUg== X-Nifty-SrcIP: [222.158.160.188] In-Reply-To: X-MIME-Autoconverted: from 8bit to quoted-printable by conssluserg-03.nifty.com id uATAtLXn018518 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 210.131.2.82 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:209721 Archived-At: On 2016/11/29 19:50, Dmitry Gutov wrote: > Do you have a full example to reproduce this? (require 'json) (let* ((content "=E3=81=BB=E3=81=92 <- VALID utf-8 Japanese multibyte tex= t") (url "https://api.github.com/gists") (url-request-method "POST") (url-request-data (json-encode `(("description" . "test") ("public" . false) ("files" . (("test.txt" . (("content" . ,content))))))))) (with-current-buffer (url-retrieve-synchronously url) (buffer-string))) Evaluate the above by *scratch* and post it to private anonymous gist.