From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: debbugs.el revisited Date: Thu, 30 Jun 2011 17:02:51 -0400 Message-ID: <87iprn6nic.fsf@stupidchicken.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1309467802 8479 80.91.229.12 (30 Jun 2011 21:03:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 30 Jun 2011 21:03:22 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 30 23:03:18 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QcOOL-0005UF-KQ for ged-emacs-devel@m.gmane.org; Thu, 30 Jun 2011 23:03:17 +0200 Original-Received: from localhost ([::1]:57402 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcOOK-0007X3-Il for ged-emacs-devel@m.gmane.org; Thu, 30 Jun 2011 17:03:16 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:51632) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcONz-0007Vm-I0 for emacs-devel@gnu.org; Thu, 30 Jun 2011 17:02:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcONx-0003a6-SM for emacs-devel@gnu.org; Thu, 30 Jun 2011 17:02:55 -0400 Original-Received: from vm-emlprdomr-03.its.yale.edu ([130.132.50.144]:58811) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcONx-0003Z9-FF for emacs-devel@gnu.org; Thu, 30 Jun 2011 17:02:53 -0400 Original-Received: from furball (dhcp128036014060.central.yale.edu [128.36.14.60]) (authenticated bits=0) by vm-emlprdomr-03.its.yale.edu (8.14.4/8.14.4) with ESMTP id p5UL2p06003029 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Thu, 30 Jun 2011 17:02:52 -0400 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Thu, 30 Jun 2011 19:57:24 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.144 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 130.132.50.144 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:141278 Archived-At: Lars Magne Ingebrigtsen writes: > debbugs.el currently lives in GNU ELPA. Can I check it into the Emacs > sources for easier continued development and usage? Please work in the GNU ELPA repository. I'm working on some changes that should make it more convenient to keep stuff in that repository up to date for developers. > the SOAP interface requires that you do one request per bug report to > get the bug metadata. So to list all the "normal" level bugs, that > would be 1600 requests, which is just too slow to use. According to the Debbugs SOAP interface documentation at http://wiki.debian.org/DebbugsSoapInterface the get_status method accepts multiple bug numbers, so it should only be necessary to make one request.