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: SOAP support in Emacs Date: Wed, 16 Feb 2011 20:46:40 +0100 Message-ID: <878vxfdaov.fsf@gmx.de> References: <87d3mtmm8w.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297886424 4857 80.91.229.12 (16 Feb 2011 20:00:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 16 Feb 2011 20:00:24 +0000 (UTC) Cc: Alex Harsanyi , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 16 21:00:19 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 1PpnXo-000591-91 for ged-emacs-devel@m.gmane.org; Wed, 16 Feb 2011 21:00:12 +0100 Original-Received: from localhost ([127.0.0.1]:48910 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpnL2-0004yp-HQ for ged-emacs-devel@m.gmane.org; Wed, 16 Feb 2011 14:47:00 -0500 Original-Received: from [140.186.70.92] (port=47149 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpnKr-0004xZ-PL for emacs-devel@gnu.org; Wed, 16 Feb 2011 14:46:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PpnKq-0007eC-E0 for emacs-devel@gnu.org; Wed, 16 Feb 2011 14:46:49 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:50549) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PpnKp-0007co-Ug for emacs-devel@gnu.org; Wed, 16 Feb 2011 14:46:48 -0500 Original-Received: (qmail invoked by alias); 16 Feb 2011 19:46:42 -0000 Original-Received: from p57BB95BF.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.149.191] by mail.gmx.net (mp044) with SMTP; 16 Feb 2011 20:46:42 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/a45AjaY/aW8gH52WOZDa8XXMyGV0OAq25GDTS/r 79R7Qxod6KrtZM In-Reply-To: (Stefan Monnier's message of "Tue, 15 Feb 2011 12:54:39 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.22 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:136114 Archived-At: Stefan Monnier writes: > 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 "-"). I've added both files to the trunk. At some places, I did reflow too long lines, but there are still lines with too long strings. I've also added the keywords "comm" and "hypermedia", because the used ones ("soap" and "web-services") are unknown in `finder-known-keywords'. > Stefan Best regards, Michael.