From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: trunk r113779: * lisp/subr.el (define-error): New function. Date: Mon, 12 Aug 2013 14:32:41 +0200 Message-ID: <87siyfks2e.fsf@gmx.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1376310785 31039 80.91.229.3 (12 Aug 2013 12:33:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Aug 2013 12:33:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier , Alexandru Harsanyi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 12 14:33:04 2013 Return-path: Envelope-to: ged-emacs-devel@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 1V8rJ0-0004rC-Uu for ged-emacs-devel@m.gmane.org; Mon, 12 Aug 2013 14:33:03 +0200 Original-Received: from localhost ([::1]:49744 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8rJ0-0005TL-Gn for ged-emacs-devel@m.gmane.org; Mon, 12 Aug 2013 08:33:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8rIq-0005TC-Pe for emacs-devel@gnu.org; Mon, 12 Aug 2013 08:32:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V8rIk-0004eY-VV for emacs-devel@gnu.org; Mon, 12 Aug 2013 08:32:52 -0400 Original-Received: from mout.gmx.net ([212.227.15.19]:58664) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8rIk-0004dP-Mf for emacs-devel@gnu.org; Mon, 12 Aug 2013 08:32:46 -0400 Original-Received: from detlef.gmx.de ([91.41.139.112]) by mail.gmx.com (mrgmx003) with ESMTPS (Nemesis) id 0MWT8s-1Vbxvl1qFG-00XY6M for ; Mon, 12 Aug 2013 14:32:44 +0200 In-Reply-To: (Stefan Monnier's message of "Fri, 09 Aug 2013 21:22:56 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Provags-ID: V03:K0:oFiaUuo8e9m/FErH3Sd0lEwyhd9CTVkl6UE4CPON1eclLgairnN KTbP+AY7Hd2j2wWixz+0xHFr3tZfUJgQq53aSW6KX5eHZ6qS6Ad24bO5jtlawSSXQjAPf21 zxjGN6WoifL0v8WLvDlovZ0u11ubO1vE5qwE0rY4YvpW71P3UQ7OclbQIkOEAdTe0kJxt5J msZjzL9Miu4t4nPwwZBng== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.19 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:162607 Archived-At: Stefan Monnier writes: > === modified file 'lisp/net/soap-client.el' > --- a/lisp/net/soap-client.el 2013-02-01 07:28:10 +0000 > +++ b/lisp/net/soap-client.el 2013-08-09 21:22:44 +0000 > @@ -1352,10 +1352,7 @@ > > ;;;; Soap Envelope parsing > > -(put 'soap-error > - 'error-conditions > - '(error soap-error)) > -(put 'soap-error 'error-message "SOAP error") > +(define-error 'soap-error "SOAP error") > > (defun soap-parse-envelope (node operation wsdl) > "Parse the SOAP envelope in NODE and return the response. soap-client.el has a life outside Emacs trunk. Alex, do you still maintain it separately on code.google.com? In that case it might be problematic to keep the code in sync. Best regards, Michael.