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: Patch bug triage Date: Fri, 13 Apr 2012 09:58:35 +0200 Message-ID: <8762d4jc5w.fsf@gmx.de> References: <877gxkgor3.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1334303932 4021 80.91.229.3 (13 Apr 2012 07:58:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 13 Apr 2012 07:58:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 13 09:58:49 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SIbP5-0000UD-9i for ged-emacs-devel@m.gmane.org; Fri, 13 Apr 2012 09:58:47 +0200 Original-Received: from localhost ([::1]:50460 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIbP4-0000XA-J1 for ged-emacs-devel@m.gmane.org; Fri, 13 Apr 2012 03:58:46 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:32936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIbOy-0000X3-Hm for emacs-devel@gnu.org; Fri, 13 Apr 2012 03:58:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SIbOw-0006xI-PI for emacs-devel@gnu.org; Fri, 13 Apr 2012 03:58:40 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:52175) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SIbOw-0006x3-Ez for emacs-devel@gnu.org; Fri, 13 Apr 2012 03:58:38 -0400 Original-Received: (qmail invoked by alias); 13 Apr 2012 07:58:36 -0000 Original-Received: from p57BB935F.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.147.95] by mail.gmx.net (mp071) with SMTP; 13 Apr 2012 09:58:36 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18dtNgxe30daBV0MtND6ezlFdddcEef8lRm2k1V4h tIcHMGvsNcjpMq In-Reply-To: (Glenn Morris's message of "Fri, 13 Apr 2012 03:17:18 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:149630 Archived-At: Glenn Morris writes: >>> have a go. Handling bugs is almost fun when you're working from the >>> `debbugs-gnu' interface. > > Please add this important missing feature ASAP. I don't understand which missing feature you are referring to. `fun'? That was already added to Emacs, decades ago. >> But I couldn't figure out the way to specify "status" = "open", so the >> returned list includes fixed reports. > > If using the web interface, what you want is to exclude bugs with > pending state = done: > > http://debbugs.gnu.org/cgi/pkgreport.cgi?include=tags%3Apatch;exclude=pending%3Adone;package=emacs > > I don't know what this translates to for the soap interface. I'll check, whether there is a way to express "exclude" via the soap interface. But I'm not optimistic, I believe I've checked it already in the past. Best regards, Michael.