From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Proposal to use usertags rather than packages on debbugs.gnu.org Date: Sat, 05 Dec 2009 16:01:06 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1260046891 3588 80.91.229.12 (5 Dec 2009 21:01:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Dec 2009 21:01:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 05 22:01:24 2009 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.50) id 1NH1kp-0006yh-G5 for ged-emacs-devel@m.gmane.org; Sat, 05 Dec 2009 22:01:23 +0100 Original-Received: from localhost ([127.0.0.1]:39460 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NH1kp-0002qv-7g for ged-emacs-devel@m.gmane.org; Sat, 05 Dec 2009 16:01:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NH1kh-0002qH-N5 for emacs-devel@gnu.org; Sat, 05 Dec 2009 16:01:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NH1kc-0002p3-V5 for emacs-devel@gnu.org; Sat, 05 Dec 2009 16:01:15 -0500 Original-Received: from [199.232.76.173] (port=36680 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NH1kc-0002p0-MT for emacs-devel@gnu.org; Sat, 05 Dec 2009 16:01:10 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:45294 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NH1ka-0001FB-5I; Sat, 05 Dec 2009 16:01:08 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Au4EAGJYGktFpZ7i/2dsb2JhbACBS9J/hDMEih4 X-IronPort-AV: E=Sophos;i="4.47,347,1257138000"; d="scan'208";a="50758885" Original-Received: from 69-165-158-226.dsl.teksavvy.com (HELO pastel.home) ([69.165.158.226]) by ironport2-out.pppoe.ca with ESMTP; 05 Dec 2009 16:01:07 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 6DF1D80B1; Sat, 5 Dec 2009 16:01:06 -0500 (EST) In-Reply-To: (Glenn Morris's message of "Sat, 05 Dec 2009 15:06:19 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.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:118325 Archived-At: > 1) For a single bug, it's a little more typing: > user bug-gnu-emacs@gnu.org > usertags 1234 calendar That's not great. How 'bout just: usertags 1234 calendar where some default `user' is used if missing? Or at least use a `user' that's less error-prone, like user emacs usertags 1234 calendar > 2) To search you have to construct the URL by hand to some extent. We > could try and fix this, or simply add a static link. I'd also like to be able to see something like "all bugs except those with tag gnus/calendar/cedet/w32/ns". IIUC this doesn't work on the current debbugs but only on the future debbugs.gnu.org, right? Stefan