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: How does the Emacs bug tracker work? Date: Thu, 30 Jun 2011 22:54:15 +0200 Message-ID: <8762nnujk8.fsf@gmx.de> References: <87zkkzfiz5.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1309467856 8776 80.91.229.12 (30 Jun 2011 21:04:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 30 Jun 2011 21:04:16 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 30 23:04:12 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 1QcOPE-0005sl-6b for ged-emacs-devel@m.gmane.org; Thu, 30 Jun 2011 23:04:12 +0200 Original-Received: from localhost ([::1]:57766 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcOPD-0007kL-CL for ged-emacs-devel@m.gmane.org; Thu, 30 Jun 2011 17:04:11 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:41785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcOFh-0005Zf-GA for emacs-devel@gnu.org; Thu, 30 Jun 2011 16:54:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcOFf-0001id-GV for emacs-devel@gnu.org; Thu, 30 Jun 2011 16:54:20 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:57978) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QcOFe-0001iH-TN for emacs-devel@gnu.org; Thu, 30 Jun 2011 16:54:19 -0400 Original-Received: (qmail invoked by alias); 30 Jun 2011 20:54:17 -0000 Original-Received: from p57BB9707.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.151.7] by mail.gmx.net (mp012) with SMTP; 30 Jun 2011 22:54:17 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+GzTcxbCOGYdGZhCc9e3WWzcqC3YtmWu5SK80SOY voOZ5ctXFt9nkY In-Reply-To: (Glenn Morris's message of "Thu, 30 Jun 2011 14:04:38 -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: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.165.64.22 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:141279 Archived-At: Glenn Morris writes: > This is an argument for improving the search. > I'd love it if someone would fix #6533 for me. debbugs.el does not suffer from this limitation: (length (debbugs-get-bugs :severity "normal")) => 1860 Best regards, Michael.