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: Mon, 15 Oct 2012 12:03:52 -0400 Message-ID: <9nsj9f67tj.fsf@fencepost.gnu.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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1350317059 6930 80.91.229.3 (15 Oct 2012 16:04:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Oct 2012 16:04:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 15 18:04:26 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 1TNn9Q-0004CT-SL for ged-emacs-devel@m.gmane.org; Mon, 15 Oct 2012 18:04:20 +0200 Original-Received: from localhost ([::1]:41267 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNn9J-00031q-UW for ged-emacs-devel@m.gmane.org; Mon, 15 Oct 2012 12:04:13 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNn98-00030o-Ln for emacs-devel@gnu.org; Mon, 15 Oct 2012 12:04:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TNn8z-0007c5-5o for emacs-devel@gnu.org; Mon, 15 Oct 2012 12:04:02 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:38866) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNn8z-0007c1-3A for emacs-devel@gnu.org; Mon, 15 Oct 2012 12:03:53 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TNn8y-0003uL-Cv; Mon, 15 Oct 2012 12:03:52 -0400 X-Spook: Aladdin Mossad president Roswell CNCIS cryptographic X-Ran: )[9,]^pQ<7]sL-Nfi,Er<\R_Bt_18@#=Hn_o5*[Ua|4NL3t (Michael Albinus's message of "Mon, 15 Oct 2012 17:33:35 +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:154352 Archived-At: 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. > | (debbugs-get-usertag USER &rest TAGS) > | > | Return a list of bug numbers which are tagged by USER. > | > | USER, a string, is either the email address of the user who has > | applied a user tag, or a pseudo-user like "emacs". > | > | TAGS is a list of strings applied as user tags. The returning > | list is filtered for these tags. > | > | If TAGS is nil, no bug numbers will be returned but a list of > | existing tags for USER. Sounds great, thank you!