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: Patch bug triage Date: Fri, 13 Apr 2012 13:54:56 +0800 Message-ID: <877gxkgor3.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1334296516 20080 80.91.229.3 (13 Apr 2012 05:55:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 13 Apr 2012 05:55:16 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 13 07:55:15 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 1SIZTW-0004Wx-Et for ged-emacs-devel@m.gmane.org; Fri, 13 Apr 2012 07:55:14 +0200 Original-Received: from localhost ([::1]:46564 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIZTV-0001uG-KB for ged-emacs-devel@m.gmane.org; Fri, 13 Apr 2012 01:55:13 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:55447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIZTR-0001tn-HH for emacs-devel@gnu.org; Fri, 13 Apr 2012 01:55:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SIZTN-0000fZ-4F for emacs-devel@gnu.org; Fri, 13 Apr 2012 01:55:08 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:35882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIZTN-0000fE-0v for emacs-devel@gnu.org; Fri, 13 Apr 2012 01:55:05 -0400 Original-Received: from [155.69.18.242] (port=56280 helo=ulysses) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SIZTL-0001oL-GQ for emacs-devel@gnu.org; Fri, 13 Apr 2012 01:55:04 -0400 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Thu, 12 Apr 2012 22:28:56 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.95 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.10 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:149624 Archived-At: Lars Magne Ingebrigtsen writes: > So `M-x debbugs-gnu RET C-a C-k RET 2339 RET C-u / patch RET s s' and > have a go. Handling bugs is almost fun when you're working from the > `debbugs-gnu' interface. M-x debbugs-gnu-search RET RET tag RET patch RET status RET open RET seems to work better, as it doesn't fetch several thousand reports. But I couldn't figure out the way to specify "status" = "open", so the returned list includes fixed reports. Apparently, when I give debbugs-gnu-search an empty search string, it does not accept the "status" attribute. Is that a bug or a limitation of the soap query?