From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.devel Subject: Re: More tags/usertags on Debbugs? Date: Sun, 10 Jan 2016 13:22:13 +0800 Message-ID: References: <83poxbnrk3.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1452403351 6798 80.91.229.3 (10 Jan 2016 05:22:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Jan 2016 05:22:31 +0000 (UTC) Cc: Emacs-devel To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 10 06:22:30 2016 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 1aI8ST-0005ch-NY for ged-emacs-devel@m.gmane.org; Sun, 10 Jan 2016 06:22:29 +0100 Original-Received: from localhost ([::1]:45363 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aI8ST-0006DD-3p for ged-emacs-devel@m.gmane.org; Sun, 10 Jan 2016 00:22:29 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aI8SG-0006BZ-Un for emacs-devel@gnu.org; Sun, 10 Jan 2016 00:22:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aI8SF-0006A9-SW for emacs-devel@gnu.org; Sun, 10 Jan 2016 00:22:16 -0500 Original-Received: from mail-io0-x231.google.com ([2607:f8b0:4001:c06::231]:35757) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aI8SE-00069c-0N; Sun, 10 Jan 2016 00:22:14 -0500 Original-Received: by mail-io0-x231.google.com with SMTP id 77so290723447ioc.2; Sat, 09 Jan 2016 21:22:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=jlzp/2jkdbcUqFEr6l+iwGtoLTItu+TzzVdFYzZQ8NE=; b=Oskw6MrDOBZ6eD8ktluCStCZXVZ2FZuTOG96yZV9ak6vfbE/O3MNASVh1bThwkKkVs K33tRI8aU7kX0jWtVZXYn6WJF64KiM1yX64wHYSr9ehtjiA/dRBya2AtqJX+OoQlu2LK 3YCw+Nqsh9nsOh1O3h3+owHInz/g9xhLw5cXoVAx0WmDeKciMeJTZOLuXzbRfNWSexJU RjKPQOeI5BOTQKPFOtrUfCgbEfpQblYEhnYd4S0NMnoSTEppRhgRCJMtzP+VBNvvZoIf B90leKoLvQQV2+FXjvPe7fvg5ZzXu2zA+IGnPiqQO8bJ8/fTBMreLO86aKjitfNpwnVy rF8w== X-Received: by 10.107.128.37 with SMTP id b37mr76140618iod.183.1452403333324; Sat, 09 Jan 2016 21:22:13 -0800 (PST) Original-Received: by 10.79.30.131 with HTTP; Sat, 9 Jan 2016 21:22:13 -0800 (PST) In-Reply-To: <83poxbnrk3.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2607:f8b0:4001:c06::231 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:197954 Archived-At: On Sat, Jan 9, 2016 at 3:24 PM, Eli Zaretskii wrote: Hi Eli, >> Date: Sat, 9 Jan 2016 10:53:26 +0800 >> From: Xue Fuqiao >> Would it be useful to add more tags or usertags to classify the bugs >> further? For example: >> >> discussion|documentation|inprogress|gnulinux|ns|w32/w64|solaris|website|elpa > > We already have "w32", you can say > > reassign 1234 emacs,w32 > > and have it listed for both of these "packages". Other OS-specific > tags can be used in the same way. However, this is rarely used. > > As for others, please describe them in several words, so that they > could be discussed in a useful way. The tags I listed were just some examples, not a formal proposal. I don't have a list of useful tags yet, and I'm not even sure if adding more tags/usertags is worth the effort. That is why I wanted to hear what other developers say about this idea. Anyway, I'll explain what the tags I listed above means: discussion: For discussions. Since this kind of issues have bug numbers, they won't be easily forgotten (like some threads in emacs-devel) and the discussion history is easy to navigate/search. Examples are, "Should we move foo.el to lisp/obsolete/?", "Should indentation in Emacs be made from spaces (instead of tabs) by default?" (#20322). documentation: For documentation issues, such as confusing docstrings, bugs in the manuals/tutorials, undocumented features, etc. inprogress: Used when some developer is looking into this issue right now, perhaps. gnulinux|ns|w32/w64|solaris|... : OS-specific tags website: For bugs found on https://www.gnu.org/software/emacs/ and https://elpa.gnu.org/ elpa: For package.el and GNU ELPA issues, such as deployment, packaging, adding new packages on GNU ELPA, cryptographic keys and signing, etc. Thanks.