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 search output Date: Sat, 03 Jul 2010 20:36:40 +0200 Message-ID: <87mxu88laf.fsf@gmx.de> References: <1focf1eb1p.fsf@fencepost.gnu.org> <874ogsthn2.fsf@red-bean.com> <87vd97hot4.fsf@red-bean.com> <8bpqzfswkg.fsf_-_@fencepost.gnu.org> <87vd8w8zzp.fsf@gmx.de> <87sk40d472.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1278182220 387 80.91.229.12 (3 Jul 2010 18:37:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 3 Jul 2010 18:37:00 +0000 (UTC) Cc: Karl Fogel , emacs-devel@gnu.org, Dan Nicolaescu To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 03 20:36:58 2010 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 1OV7aB-0007Pi-3l for ged-emacs-devel@m.gmane.org; Sat, 03 Jul 2010 20:36:55 +0200 Original-Received: from localhost ([127.0.0.1]:52260 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OV7aA-0005nC-LX for ged-emacs-devel@m.gmane.org; Sat, 03 Jul 2010 14:36:54 -0400 Original-Received: from [140.186.70.92] (port=59876 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OV7a4-0005n7-OS for emacs-devel@gnu.org; Sat, 03 Jul 2010 14:36:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OV7a2-0000z9-8Q for emacs-devel@gnu.org; Sat, 03 Jul 2010 14:36:48 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:57457) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OV7a1-0000yX-S4 for emacs-devel@gnu.org; Sat, 03 Jul 2010 14:36:46 -0400 Original-Received: (qmail invoked by alias); 03 Jul 2010 18:36:43 -0000 Original-Received: from p4FC183AE.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [79.193.131.174] by mail.gmx.net (mp070) with SMTP; 03 Jul 2010 20:36:43 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/KgJZNlkTK/O9XsYzUnx8YTC929DieTPe44GPD/+ p4PuDIXRoiQfwR In-Reply-To: <87sk40d472.fsf@stupidchicken.com> (Chong Yidong's message of "Sat, 03 Jul 2010 10:34:41 -0400") 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-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:126735 Archived-At: Chong Yidong writes: >> "http://debbugs.gnu.org/cgi-bin/soap.cgi", the response is > > The soap.cgi script is present in /var/lib/debbugs/www/cgi/ on the > server, but I don't know why it's not running. Thanks, this makes it clear. The correct URL is "http://debbugs.gnu.org/cgi/soap.cgi" then. If somebody wants to play with, xesam-debbugs.el is available from (sorry, I have no better place to store). One needs also . Load xesam-debbugs, and apply "M-x xesam-search" afterwards. As search string (asked interactively), you might use "package:gnus". You will see the idea. Other possible search strings are in the commentary. The package is in a quite early state, most of the search strings don't work anymore (they did in the past). When I wrote it back in 2008, it was more a proof-of-concept for Xesam based searches. Since then, Xesam development has been stalled (Xesam was not accepted by the major search engines like Tracker, finally). This is one of the reasons I have stopped with the package. One could extract the SOAP interface, and get rid of all the Xesam sorcery, in order to continue. Best regards, Michael.