From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: CEDET package in Emacs bug tracker Date: Tue, 16 Oct 2012 20:15:33 +0200 Message-ID: <87obk25lmi.fsf@engster.org> References: <877gquck2s.fsf@engster.org> <1obog6i4hq.fsf@fencepost.gnu.org> <87391ichv1.fsf@engster.org> <87vceeb25y.fsf@engster.org> <87bog5e46b.fsf@gmx.de> <87d30jg374.fsf@gmx.de> <9nsj9f67tj.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1350411360 26082 80.91.229.3 (16 Oct 2012 18:16:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Oct 2012 18:16:00 +0000 (UTC) Cc: Michael Albinus , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 16 20:16:05 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 1TOBgP-0007BL-SW for ged-emacs-devel@m.gmane.org; Tue, 16 Oct 2012 20:16:01 +0200 Original-Received: from localhost ([::1]:39171 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOBgI-0006Kg-Pv for ged-emacs-devel@m.gmane.org; Tue, 16 Oct 2012 14:15:54 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:58662) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOBgC-0006KJ-Dg for emacs-devel@gnu.org; Tue, 16 Oct 2012 14:15:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOBg8-0001Hg-3V for emacs-devel@gnu.org; Tue, 16 Oct 2012 14:15:48 -0400 Original-Received: from randomsample.de ([83.169.19.17]:44001) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOBg7-0001G0-Mc; Tue, 16 Oct 2012 14:15:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=xTxzFCVcIf+SFxikuLf9v3fSGxIlAdIzRgm0NICaIsc=; b=MkkUojK9rYm0HkFamjdY/piZUN42U08kieHXnyrZDsvO/sIsV+6wZdk1RQ+uQ5yhPJ9cvUyUDojxsfYL8wzfIz9rolgurHc1mvNdUeatNbvkAWmFLYtvbgZ53hEK9obT; Original-Received: from dslc-082-083-034-255.pools.arcor-ip.net ([82.83.34.255] helo=spaten) by randomsample.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1TOBfy-0007pq-55; Tue, 16 Oct 2012 20:15:34 +0200 In-Reply-To: <9nsj9f67tj.fsf@fencepost.gnu.org> (Glenn Morris's message of "Mon, 15 Oct 2012 12:03:52 -0400") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) Mail-Followup-To: Glenn Morris , Michael Albinus , emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 83.169.19.17 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:154372 Archived-At: Glenn Morris writes: > Michael Albinus wrote: > >> Not possible exactly. The SOAP interface does not allow to check for >> arbitrary user tags, it can only return user tags for a given user, and >> bugs tagged by that user with such a user tag. See >> . > > OK; never mind. I think that as long as you can find bugs tagged by a > given user with a given usertag, that is fine. Anything more is just a > bonus. Agreed. I will simply tag bugs as user 'emacs' with the tag 'cedet', and as long as I can get a list of those bugs, I'm happy. I see no point in using another user like 'cedet' and making the tags more fine-grained. It's not like there are hundreds of CEDET bugs in the tracker. -David