From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel Subject: Re: debbugs.el Date: Thu, 24 Feb 2011 12:11:23 -0500 Message-ID: <877hcp1hok.fsf@kslab.red-bean.com> References: <8762sa9770.fsf@gmx.de> <87pqqibr30.fsf@stupidchicken.com> Reply-To: Karl Fogel NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1298567587 14443 80.91.229.12 (24 Feb 2011 17:13:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 24 Feb 2011 17:13:07 +0000 (UTC) Cc: Michael Albinus , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 24 18:13:02 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 1PsekQ-0004Ks-7Y for ged-emacs-devel@m.gmane.org; Thu, 24 Feb 2011 18:13:02 +0100 Original-Received: from localhost ([127.0.0.1]:52595 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsekO-0006J1-HH for ged-emacs-devel@m.gmane.org; Thu, 24 Feb 2011 12:13:00 -0500 Original-Received: from [140.186.70.92] (port=51869 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Psek4-0006CI-G3 for emacs-devel@gnu.org; Thu, 24 Feb 2011 12:12:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Psek1-0005xW-Ov for emacs-devel@gnu.org; Thu, 24 Feb 2011 12:12:38 -0500 Original-Received: from osh-net-219-98.onshore.net ([66.146.219.98]:42934 helo=sanpietro.red-bean.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Psek1-0005v8-MF for emacs-devel@gnu.org; Thu, 24 Feb 2011 12:12:37 -0500 Original-Received: from localhost ([127.0.0.1]:44205 helo=kslab.red-bean.com ident=kfogel) by sanpietro.red-bean.com with esmtp (Exim 4.72) (envelope-from ) id 1Pseju-0007Tk-7C; Thu, 24 Feb 2011 11:12:30 -0600 In-Reply-To: <87pqqibr30.fsf@stupidchicken.com> (Chong Yidong's message of "Wed, 23 Feb 2011 12:25:55 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 66.146.219.98 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:136444 Archived-At: Chong Yidong writes: >Michael Albinus writes: >> I propose to add a small package to the trunk I have written last weeks: >> >> ;;; debbugs.el --- SOAP library to access debbugs servers >> >> It provides some basic functions to access a debbugs SOAP server (see >> ). Currently, access to >> debbugs.gnu.org and bugs.debian.org is offered. >> >> Those functions could be used to implement a UI towards debbugs, >> widget-based or via gnus/nnir. >> >> For installation, the package needs also a WSDL file (Debbugs.wsdl). I >> have no idea where to install this file, maybe at etc/ ? >> >> Comments? > >This sounds more suitable for elpa.gnu.org than the trunk. > >(In which case the WSDL file would be placed in the package directory >and accessed with (file-name-directory load-file-name), as described in >the Lisp manual.) Yidong, are you sure? Considering that improved access to debbugs.gnu.org helps GNU Emacs development itself, it might make sense to have this on trunk so that maintainers always have the latest version and don't have to do anything special to get it. -Karl