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: Tue, 15 Feb 2011 12:54:39 -0500 Message-ID: References: <87d3mtmm8w.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297792496 2361 80.91.229.12 (15 Feb 2011 17:54:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 Feb 2011 17:54:56 +0000 (UTC) Cc: Alex Harsanyi , emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 15 18:54:52 2011 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 1PpP6w-0000QK-5k for ged-emacs-devel@m.gmane.org; Tue, 15 Feb 2011 18:54:50 +0100 Original-Received: from localhost ([127.0.0.1]:40183 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpP6v-0005i6-Oq for ged-emacs-devel@m.gmane.org; Tue, 15 Feb 2011 12:54:49 -0500 Original-Received: from [140.186.70.92] (port=53499 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpP6r-0005i0-1c for emacs-devel@gnu.org; Tue, 15 Feb 2011 12:54:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PpP6q-0002Fo-8W for emacs-devel@gnu.org; Tue, 15 Feb 2011 12:54:44 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:27709 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PpP6q-0002Fd-4l for emacs-devel@gnu.org; Tue, 15 Feb 2011 12:54:44 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAIdMWk1MCqmX/2dsb2JhbAClWXS8S4VeBIUFjz4 X-IronPort-AV: E=Sophos;i="4.60,475,1291611600"; d="scan'208";a="91801919" Original-Received: from 76-10-169-151.dsl.teksavvy.com (HELO ceviche.home) ([76.10.169.151]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 15 Feb 2011 12:54:39 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 9228366188; Tue, 15 Feb 2011 12:54:39 -0500 (EST) In-Reply-To: <87d3mtmm8w.fsf@gmx.de> (Michael Albinus's message of "Tue, 15 Feb 2011 14:59:59 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:136056 Archived-At: > Alex has signed the FSF papers, and he did continue to polish the > code. I propose to add the two packages to the trunk: > ;;; soap-client.el -- Access SOAP web services from Emacs > ;;; soap-inspect.el -- Interactive inspector for soap WSDL structures > Personally, I use soap-client for months, it works stable for me. > Any objections? I don't see a problem with adding them to emacs/lisp/net. I've just glanced at the code and it looks OK (tho it overruns the 80th column a bit more often than I like, and it uses the CL-style *...* instead of just relying on Elisp's "-"). Stefan