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: Sat, 13 Oct 2012 21:05:54 +0200 Message-ID: <87391ichv1.fsf@engster.org> References: <877gquck2s.fsf@engster.org> <1obog6i4hq.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1350155168 24373 80.91.229.3 (13 Oct 2012 19:06:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Oct 2012 19:06:08 +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 Oct 13 21:06:15 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 1TN72J-0005Cl-8S for ged-emacs-devel@m.gmane.org; Sat, 13 Oct 2012 21:06:11 +0200 Original-Received: from localhost ([::1]:48541 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TN72C-0001e7-Ee for ged-emacs-devel@m.gmane.org; Sat, 13 Oct 2012 15:06:04 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:57459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TN72A-0001e2-JB for emacs-devel@gnu.org; Sat, 13 Oct 2012 15:06:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TN725-0003l4-Vk for emacs-devel@gnu.org; Sat, 13 Oct 2012 15:06:02 -0400 Original-Received: from randomsample.de ([83.169.19.17]:50836) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TN725-0003kJ-Jz; Sat, 13 Oct 2012 15:05:57 -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=rMekWT1bzx8awXG9Nnh8viTDDMBqYbf05ZfH0DauXqY=; b=Y39kCJHbMRy6k2csG9Z+PA/BBB7f//Y0rx4Jnn2Zexlynf2swtzOeXPE3erJUMRnrd7eC877SXB99Lh6j817zmC/TE7pIP1fzklBWbQgjoBbI5TfxGzhpt0wJ8FagWbJ; Original-Received: from dslc-082-083-038-062.pools.arcor-ip.net ([82.83.38.62] helo=spaten) by randomsample.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1TN723-0001W9-0F; Sat, 13 Oct 2012 21:05:55 +0200 In-Reply-To: <1obog6i4hq.fsf@fencepost.gnu.org> (Glenn Morris's message of "Sat, 13 Oct 2012 14:58:09 -0400") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) Mail-Followup-To: Glenn Morris , 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:154314 Archived-At: Glenn Morris writes: > David Engster wrote: > >> I find it difficult to search for bugs related to CEDET in the bug >> tracker. I usually search for 'semantic', 'cedet', 'srecode' and >> similar, but that's cumbersome and I also probably miss some. >> >> It'd be nice if that could be improved. Maybe CEDET could become a >> package, like Gnus or cc-mode? > > Sure, you can have that if you have a dedicated mailing list for CEDET > bug reports. That's why those other packages exist; they correspond to > bug-cc-mode@gnu.org and bugs@gnus.org. If you don't, I would suggest > simply retitling bugs to include "cedet", or using usertags, rather than > a package. We don't have a dedicated CEDET bug list; bugs are usually reported to cedet-devel. But I didn't know about usertags; I just read the relevant part in admin/notes/bugtracker, and it sounds pretty easy to handle. So I guess I will just use those and tag bugs as 'cedet' as they come along, so that we don't forget about them. Thanks for the pointer, -David