From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: SOAP support in Emacs Date: Mon, 27 Sep 2010 00:02:12 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1285538543 8610 80.91.229.12 (26 Sep 2010 22:02:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 26 Sep 2010 22:02:23 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 27 00:02:19 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OzzIX-00071g-MW for ged-emacs-devel@m.gmane.org; Mon, 27 Sep 2010 00:02:17 +0200 Original-Received: from localhost ([127.0.0.1]:42739 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OzzIX-00086V-9U for ged-emacs-devel@m.gmane.org; Sun, 26 Sep 2010 18:02:17 -0400 Original-Received: from [140.186.70.92] (port=45950 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OzzIS-00085D-8F for emacs-devel@gnu.org; Sun, 26 Sep 2010 18:02:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OzzIQ-0005kC-Vh for emacs-devel@gnu.org; Sun, 26 Sep 2010 18:02:12 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:37867) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OzzIQ-0005k8-SL for emacs-devel@gnu.org; Sun, 26 Sep 2010 18:02:10 -0400 Original-Received: from dyn.144-85-185-002.dsl.vtx.ch ([144.85.185.2]:22882 helo=fmsmemgm.homelinux.net) by fencepost.gnu.org with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1OzzIQ-0006ql-Do; Sun, 26 Sep 2010 18:02:10 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id B51296611D; Mon, 27 Sep 2010 00:02:12 +0200 (CEST) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 26 Sep 2010 02:27:46 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:130952 Archived-At: > And apparently debbugs has a SOAP interface, of all things, that allows > you to get the meta-data necessary to download all the individual bug > mboxes. So I googled for "emacs soap", and found this: > http://code.google.com/p/emacs-soap-client/ > And it looks fine. A candidate for inclusion in Emacs, if the author > signs over the copyright to the FSF? (I haven't been in contact with > the author yet.) I haven't looked at it, but a SOAP library sounds quite acceptable for inclusion. Stefan