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: Is intellisense features integration in Emacs technically possible? Date: Wed, 22 Jan 2014 17:52:14 +0100 Message-ID: <87ppnkot6p.fsf@engster.org> References: <1390269670.2888.14.camel@localhost.localdomain> <83vbxcfzaa.fsf@gnu.org> <87eh40fx9j.fsf@wanadoo.es> <42135829.UacbDn8H0U@descartes> <87a9eofd23.fsf@wanadoo.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1390409546 16588 80.91.229.3 (22 Jan 2014 16:52:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Jan 2014 16:52:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?=D3scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 22 17:52:33 2014 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 1W612W-0002vE-P4 for ged-emacs-devel@m.gmane.org; Wed, 22 Jan 2014 17:52:32 +0100 Original-Received: from localhost ([::1]:36408 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W612W-0000aQ-FI for ged-emacs-devel@m.gmane.org; Wed, 22 Jan 2014 11:52:32 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W612N-0000YI-Ug for emacs-devel@gnu.org; Wed, 22 Jan 2014 11:52:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W612H-0000Cp-S8 for emacs-devel@gnu.org; Wed, 22 Jan 2014 11:52:23 -0500 Original-Received: from randomsample.de ([5.45.97.173]:44719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W612H-0000CU-MT for emacs-devel@gnu.org; Wed, 22 Jan 2014 11:52:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=UG+o6cVHLu1C6/eKXtjagzsznWUACZmOODvu+KkJPJs=; b=OAvzADaKTN8hnx8jYJmFbip9Kby/sB+3tD5fFLyIvqk+g/Q1gBWIwtZuppBiZzlfkvuwf5xAUzcVD0S40vtsGWtDjbs/jFSgQxKDen66lrkZYZ+80Lrej2F90176Tf3R; Original-Received: from dslc-082-083-061-166.pools.arcor-ip.net ([82.83.61.166] helo=spaten) by randomsample.de with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1W612G-0003R1-HW; Wed, 22 Jan 2014 17:52:16 +0100 In-Reply-To: <87a9eofd23.fsf@wanadoo.es> (=?iso-8859-1?Q?=22=D3scar?= Fuentes"'s message of "Wed, 22 Jan 2014 12:53:08 +0100") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux) Mail-Followup-To: =?iso-8859-1?Q?=D3scar?= Fuentes , emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 5.45.97.173 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:168903 Archived-At: =D3scar Fuentes writes: > OTOH CEDET's internal capabilities for C++ are very limited last time I > checked. It is more about "C with classes" with some crude hacks for > templates. It does not real C++ semantic analysis. The template support is very limited, yes. I have a big patch in line which will improve that. Otherwise, I'm not sure what you mean with "real semantic analysis". Our parser is a tagging parser, meaning it does not parse every line of code, but of course it is aware of much more than, say, ctags. -David