From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#12634: existing implementation Date: Thu, 18 Oct 2012 21:37:39 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1350610728 16141 80.91.229.3 (19 Oct 2012 01:38:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Oct 2012 01:38:48 +0000 (UTC) Cc: 12634@debbugs.gnu.org To: =?UTF-8?Q?Aur=C3=A9lien?= Aptel Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 19 03:38:56 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TP1Xy-0001MK-Tu for geb-bug-gnu-emacs@m.gmane.org; Fri, 19 Oct 2012 03:38:47 +0200 Original-Received: from localhost ([::1]:45471 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TP1Xr-0006Wr-Mm for geb-bug-gnu-emacs@m.gmane.org; Thu, 18 Oct 2012 21:38:39 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:54147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TP1Xo-0006Vp-F6 for bug-gnu-emacs@gnu.org; Thu, 18 Oct 2012 21:38:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TP1Xn-0002pN-CT for bug-gnu-emacs@gnu.org; Thu, 18 Oct 2012 21:38:36 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:40499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TP1Xn-0002p5-9i for bug-gnu-emacs@gnu.org; Thu, 18 Oct 2012 21:38:35 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TP1ZB-00055c-Is for bug-gnu-emacs@gnu.org; Thu, 18 Oct 2012 21:40:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 19 Oct 2012 01:40:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12634 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12634-submit@debbugs.gnu.org id=B12634.135061075519505 (code B ref 12634); Fri, 19 Oct 2012 01:40:01 +0000 Original-Received: (at 12634) by debbugs.gnu.org; 19 Oct 2012 01:39:15 +0000 Original-Received: from localhost ([127.0.0.1]:50750 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TP1YR-00054Y-Ij for submit@debbugs.gnu.org; Thu, 18 Oct 2012 21:39:15 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:58558) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TP1YP-00054L-My for 12634@debbugs.gnu.org; Thu, 18 Oct 2012 21:39:14 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAG6Zu09MCoeh/2dsb2JhbABEtBGBCIIVAQEEAVYjBQsLNBIUGA0kiBwFC7l6BJBEA6MzgViDBQ X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="202146639" Original-Received: from 76-10-135-161.dsl.teksavvy.com (HELO pastel.home) ([76.10.135.161]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 18 Oct 2012 21:37:40 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id BDE8359525; Thu, 18 Oct 2012 21:37:39 -0400 (EDT) In-Reply-To: ("=?UTF-8?Q?Aur=C3=A9lien?= Aptel"'s message of "Thu, 18 Oct 2012 23:18:43 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:65719 Archived-At: > Someone already made a pretty-print patch [1] and other utility > functions [2]. > 1: https://github.com/thorstadt/json.el > 2: https://github.com/thorstadt/json-pretty-print.el Would you be so kind and try to see if we can get the copyright cleared? Stefan