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: debbugs.el revisited Date: Sun, 03 Jul 2011 08:34:14 +0200 Message-ID: <87pqlrswih.fsf@gmx.de> References: <87iprn6nic.fsf@stupidchicken.com> <87aacy8i97.fsf@keller.adm.naquadah.org> <8739iq5k0c.fsf@gmx.de> <974o348tfp.fsf@fencepost.gnu.org> <4E0F88EC.9040101@gmail.com> <4E0FB34E.7030309@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1309674882 3440 80.91.229.12 (3 Jul 2011 06:34:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 3 Jul 2011 06:34:42 +0000 (UTC) Cc: Lars Magne Ingebrigtsen , emacs-devel@gnu.org To: Christoph Scholtes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 03 08:34:38 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 1QdGGL-0005oP-2N for ged-emacs-devel@m.gmane.org; Sun, 03 Jul 2011 08:34:37 +0200 Original-Received: from localhost ([::1]:36834 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdGGK-0002GW-3C for ged-emacs-devel@m.gmane.org; Sun, 03 Jul 2011 02:34:36 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:41823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdGG5-0002G9-J2 for emacs-devel@gnu.org; Sun, 03 Jul 2011 02:34:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QdGG3-0006Nh-8H for emacs-devel@gnu.org; Sun, 03 Jul 2011 02:34:21 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:51829) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QdGG2-0006NZ-F2 for emacs-devel@gnu.org; Sun, 03 Jul 2011 02:34:19 -0400 Original-Received: (qmail invoked by alias); 03 Jul 2011 06:34:16 -0000 Original-Received: from p57BB8709.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.135.9] by mail.gmx.net (mp037) with SMTP; 03 Jul 2011 08:34:16 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/+SbF1ZwL+LeglnsVIhtKa2weEm11idAOlcRw5sj Hfmzax44K+xqSJ In-Reply-To: <4E0FB34E.7030309@gmail.com> (Christoph Scholtes's message of "Sat, 02 Jul 2011 18:09:50 -0600") 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: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.165.64.23 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:141485 Archived-At: Christoph Scholtes writes: > Is is also available with the package.el package manager, i.e. when I > install debbugs from it? The description in the package manager makes > it sound like it is a generic debbugs SOAP interface. Yes. But in order to be available for the archive manager, a package must be deployed first (making a tar-ball). This is not done automatically; for packages with very recent changes (like debbugs today), you won't get the latest version by the package manager. The description is not up-to-date. There is debbugs.el, which is a generic debbugs SOAP interface, indeed. And there is debbugs-gnu.el, which offers a UI accessing debbugs.gnu.org, for example for Emacs bugs. > Christoph Best regards, Michael.