From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Darren Hoo Newsgroups: gmane.emacs.devel Subject: cedet: Missing semanticdb-cscope? Date: Tue, 22 Feb 2011 06:41:36 +0800 Message-ID: <87wrktrowv.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1298328134 1723 80.91.229.12 (21 Feb 2011 22:42:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 21 Feb 2011 22:42:14 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 21 23:42:10 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PreSI-00055S-36 for ged-emacs-devel@m.gmane.org; Mon, 21 Feb 2011 23:42:10 +0100 Original-Received: from localhost ([127.0.0.1]:34867 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PreSH-0004EK-LX for ged-emacs-devel@m.gmane.org; Mon, 21 Feb 2011 17:42:09 -0500 Original-Received: from [140.186.70.92] (port=52833 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PreS4-0004Cl-MZ for emacs-devel@gnu.org; Mon, 21 Feb 2011 17:41:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PreS3-0004wl-Rc for emacs-devel@gnu.org; Mon, 21 Feb 2011 17:41:56 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:42778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PreS3-0004wP-4m for emacs-devel@gnu.org; Mon, 21 Feb 2011 17:41:55 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PreS2-0004w8-7K for emacs-devel@gnu.org; Mon, 21 Feb 2011 23:41:54 +0100 Original-Received: from 122.12.1.61 ([122.12.1.61]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Feb 2011 23:41:54 +0100 Original-Received: from darren.hoo by 122.12.1.61 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Feb 2011 23:41:54 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 122.12.1.61 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:iPwlMw/T0MkKsZn9kDmFTDW2iBQ= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:136355 Archived-At: semanticdb-cscope seems missing, because I can not find something called cedet/semantic/db-cscope.el which I assume is the name of the file if it's included. I don't know if semanticdb-cscope has been in cedet when it released version 1.0, but I am sure it is there in its bzr trunk. cscope related el file listing: cedet upstream: ./common/cedet-cscope.el ./semantic/semanticdb-cscope.el ./semantic/symref/semantic-symref-cscope.el in emacs' trunk: ./cedet/cedet-cscope.el ./cedet/semantic/symref/cscope.el Is it missed or otherwise not included because of any other reason? Thanks, -- Darren