From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: clang/emacs/ecb/semantic Date: Thu, 29 Nov 2012 23:59:19 +0400 Message-ID: <87wqx42nag.fsf@yandex.ru> References: <20940A983D814C6192ABFF2B7A269A88@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1354219170 19088 80.91.229.3 (29 Nov 2012 19:59:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Nov 2012 19:59:30 +0000 (UTC) Cc: Emacs-devel@gnu.org To: Ramneek Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 29 20:59:43 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 1TeAGn-0000ej-Re for ged-emacs-devel@m.gmane.org; Thu, 29 Nov 2012 20:59:37 +0100 Original-Received: from localhost ([::1]:38052 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeAGc-0001M4-J0 for ged-emacs-devel@m.gmane.org; Thu, 29 Nov 2012 14:59:26 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:47411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeAGa-0001Lv-0W for Emacs-devel@gnu.org; Thu, 29 Nov 2012 14:59:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TeAGY-0000DR-A4 for Emacs-devel@gnu.org; Thu, 29 Nov 2012 14:59:23 -0500 Original-Received: from mail-lb0-f169.google.com ([209.85.217.169]:62985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeAGY-0000D9-2M for Emacs-devel@gnu.org; Thu, 29 Nov 2012 14:59:22 -0500 Original-Received: by mail-lb0-f169.google.com with SMTP id gk1so13217502lbb.0 for ; Thu, 29 Nov 2012 11:59:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=vrXxWxgy1l8SvAYzUe2cYhHMya6BWCVg1fWA+jbrUMY=; b=raqoB371xfIov7MkUWX+zJuqk0NvutNPcTJjvgwJxNXJVwgsFiPgL8JJuaQesR62LA NcW2QFMCyU6F4QKrvSl2h9cVIBY73KkzMBeA+54zny/K9lukHfSkEmzGO347/BtEU/Ae /fQ415l7SbUQtrh0ub4KQ19ZXegyOepSzPPfTSeetNWcKkIze6LVjQ3WxgoO7peAWapX lvq8b1QnTo3Oa0g/26EL2LNGuoiKfHA8X20dU0/BCiYtrS3cgEzX6HUdXjBx4WPi2+1A tuqxUnpZT2Bxg8vOiXUrfyJdLKgVVrAu17IZQaA/9nPbHvj2dQgASqbo79XCBi27xkxd VjyA== Original-Received: by 10.112.42.41 with SMTP id k9mr10045336lbl.126.1354219160904; Thu, 29 Nov 2012 11:59:20 -0800 (PST) Original-Received: from SOL ([178.252.98.87]) by mx.google.com with ESMTPS id sj3sm1106936lab.2.2012.11.29.11.59.18 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 29 Nov 2012 11:59:19 -0800 (PST) In-Reply-To: <20940A983D814C6192ABFF2B7A269A88@gmail.com> (Ramneek Handa's message of "Fri, 30 Nov 2012 00:32:07 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.217.169 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:155127 Archived-At: Ramneek Handa writes: > Would anyone like to collaborate on an advanced c++ browsing capabilities in > emacs using clang? > > I have some basic code ready which can provide very intrusive data about a > program which can be used to build a source file outline, semantic highlighting, > jump to declaration , jump to definition et all.. i am not very good with elisp > and don't have much time to devote on it.. > > I would be very happy if i can find like minded developers who would like to get > it done.. According to this, there already is a semantic-clang.el in the CEDET trunk: http://sourceforge.net/mailarchive/message.php?msg_id=27383453 You should write to cedet-devel, there are more knowledgeable people there. --Dmitry