From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77423 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.gnus.general,gmane.emacs.devel Subject: Re: debbugs.el Date: Tue, 01 Mar 2011 11:15:21 +0100 Message-ID: <87y64zuoxy.fsf@gmx.de> References: <8762sa9770.fsf@gmx.de> <87pqqibr30.fsf@stupidchicken.com> <87mxllambw.fsf@marauder.physik.uni-ulm.de> <87vd093bwn.fsf@gmx.de> <877hcpknff.fsf@tochka.ru> <87zkpkmlhc.fsf@gmx.de> <87sjvcvyzy.fsf@tochka.ru> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1298974548 31903 80.91.229.12 (1 Mar 2011 10:15:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 Mar 2011 10:15:48 +0000 (UTC) Cc: emacs-devel@gnu.org, ding@gnus.org To: "Evgeny M. Zubok" Original-X-From: ding-owner+M25747=ding+2Daccount=gmane.org@lists.math.uh.edu Tue Mar 01 11:15:42 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PuMcG-0007K6-SA for ding-account@gmane.org; Tue, 01 Mar 2011 11:15:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PuMcD-0007DE-RY for ding-account@gmane.org; Tue, 01 Mar 2011 04:15:37 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PuMcB-0007D5-CU for ding@lists.math.uh.edu; Tue, 01 Mar 2011 04:15:35 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PuMc9-0005Eo-MG for ding@lists.math.uh.edu; Tue, 01 Mar 2011 04:15:34 -0600 Original-Received: from mailout-de.gmx.net ([213.165.64.23]) by quimby.gnus.org with smtp (Exim 4.72) (envelope-from ) id 1PuMc8-0007Jr-Ii for ding@gnus.org; Tue, 01 Mar 2011 11:15:32 +0100 Original-Received: (qmail invoked by alias); 01 Mar 2011 10:15:24 -0000 Original-Received: from p57BB92FB.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.146.251] by mail.gmx.net (mp013) with SMTP; 01 Mar 2011 11:15:24 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+JL9UGSxWJj4QE8FW8t8xYiCHym6qy/YYTHogRlF qtQSZrqlG620wJ In-Reply-To: <87sjvcvyzy.fsf@tochka.ru> (Evgeny M. Zubok's message of "Fri, 25 Feb 2011 19:51:29 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-Spam-Score: 0.4 (/) X-Spam-Report: SpamAssassin (3.3.1 2010-03-16) analysis follows Bayesian score: 0.0000 Ham tokens: 0.000-1734--4383h-0s--0d--H*u:Emacs, 0.000-1664--4206h-0s--0d--H*u:Gnus, 0.000-1604--4054h-0s--0d--H*u:linux, 0.000-1604--4054h-0s--0d--H*UA:linux, 0.000-1546--3908h-0s--0d--H*UA:gnu Spam tokens: 0.854-93--1489h-18876s--0d--shall Autolearn status: no 0.0 FREEMAIL_FROM Sender email is freemail (michael.albinus[at]gmx.de) -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, low trust [213.165.64.23 listed in list.dnswl.org] 2.3 FSL_RU_URL URI: FSL_RU_URL -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77423 gmane.emacs.devel:136648 Archived-At: "Evgeny M. Zubok" writes: Hi Evgeny, > My solution is also have a layered architecture: (i) a separate package > with generic SOAP client library; (ii) a separate package with > debbugs-soap.el as backend; (iii) debian-bts mode as a frontend. One of > my initial design consideration was to allow custom > frontends. debbugs-soap.el backend is very small library. It only > performs the requests to Debbugs server such as: get_bugs, get_status, > get_versions, get_bug_log, etc. All mbox functionality currently > implemented in frontend. I think it's a good idea to move it into > backend as alternative (to SOAP) method of receiving logs from server. Yes. >> That's how I also started mid of 2009. Last year, I switched to >> soap-client.el (recently added to Emacs' trunk). My code is much less >> ugly now. > > This library appeared at the same time with my library. I was going to > prepare my soap-client.el for Emacs but someone is way faster than > me. :) Well, I will help soap-client.el from 'trunk' with patches. :) Thanks. In fact, the author of soap-client.el is Alex Harsanyi, who maintains it uptstream. Btw, if you intend to contribute for Emacs, you shall sign the FSF legal papers. Have you started this procedure already? >> Let's do it together. We could merge the backend functionality into >> debbugs.el, and continue to work on the different frontends. As I have >> said already, I would also be interested in an nnir integration. > > Is your project published somewhere? Not (yet). I'm just rying to bring it to elpa, as proposed by Chong, but I have problems with this. If you want, I could send you my debbugs.el via email. Best regards, Michael.