From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: CEDET package in Emacs bug tracker Date: Sun, 14 Oct 2012 15:18:01 -0400 Message-ID: References: <877gquck2s.fsf@engster.org> <1obog6i4hq.fsf@fencepost.gnu.org> <87391ichv1.fsf@engster.org> <87vceeb25y.fsf@engster.org> <87bog5e46b.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1350242290 8616 80.91.229.3 (14 Oct 2012 19:18:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Oct 2012 19:18:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 14 21:18:17 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 1TNThV-0000ll-ED for ged-emacs-devel@m.gmane.org; Sun, 14 Oct 2012 21:18:13 +0200 Original-Received: from localhost ([::1]:51876 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNThO-0001KE-Ky for ged-emacs-devel@m.gmane.org; Sun, 14 Oct 2012 15:18:06 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNThL-0001K1-OS for emacs-devel@gnu.org; Sun, 14 Oct 2012 15:18:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TNThK-0003Ps-Ir for emacs-devel@gnu.org; Sun, 14 Oct 2012 15:18:03 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:42763) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNThK-0003Pk-Fy for emacs-devel@gnu.org; Sun, 14 Oct 2012 15:18:02 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TNThJ-0003Yq-HO; Sun, 14 Oct 2012 15:18:01 -0400 X-Spook: ASO Hugo Chavez csystems Montenegro asset AK-47 Rumsfeld X-Ran: ,OJmGl(hF8d83!;*bTxiX|Lxi=u7eW'H9v?R9W8WcQJb~1zoUFIjJGscr2|M0#8?Z`^fnj X-Hue: cyan X-Attribution: GM In-Reply-To: <87bog5e46b.fsf@gmx.de> (Michael Albinus's message of "Sun, 14 Oct 2012 12:30:52 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:154333 Archived-At: Michael Albinus wrote: > The more interesting point is the integration into the user interface of > debbugs-gnu. In order to exploit usertags as intended, we must associate > them to a pseudo-user, like "cedet" or "tramp". Will we maintain a list > of "allowed" user tags, meaning an "emacs" subpackage like "cedet" for > "emacs"? And will we also support real user tags, associated to a user's > email address? It's up to you as the implementor of course. Maybe you could have a list of "standard" users/tags to offer completion over, but allow arbitrary input as well. If you can support the equivalent of this query: http://debbugs.gnu.org/cgi/pkgindex.cgi?indexon=users people will be able to browse the users and their tags. > A disadvantage might be, that user tags are not shown in the result of > the SOAP function "get_status". This makes it harder to show them in the > result list. If we show them, it shall be optional (requested by the > user), in order to keep the performance. I was just thinking about an explicit query of usertags, I don't think you need to show them in the default search list. > Btw, shouldn't we mirror this discussion to the > mailing list? It seems a bit late now...