From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.help Subject: Re: code completion Date: Wed, 12 Mar 2008 09:06:29 +0000 Message-ID: <87d4q0mhuy.fsf@bzg.ath.cx> References: <47D69250.6050902@telenet.be> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205313349 4222 80.91.229.12 (12 Mar 2008 09:15:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Mar 2008 09:15:49 +0000 (UTC) Cc: emacs list To: Alain Muls Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 12 10:16:16 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JZN4I-0005wD-LF for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Mar 2008 10:16:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZN3k-00078y-3D for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Mar 2008 05:15:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZN3L-00078t-Mq for help-gnu-emacs@gnu.org; Wed, 12 Mar 2008 05:15:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZN3L-00078h-9B for help-gnu-emacs@gnu.org; Wed, 12 Mar 2008 05:15:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZN3L-00078e-1g for help-gnu-emacs@gnu.org; Wed, 12 Mar 2008 05:15:15 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.155]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JZN3K-00065Q-Oa for help-gnu-emacs@gnu.org; Wed, 12 Mar 2008 05:15:14 -0400 Original-Received: by fg-out-1718.google.com with SMTP id d23so3467084fga.30 for ; Wed, 12 Mar 2008 02:15:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:received:from:to:cc:subject:in-reply-to:references:user-agent:date:message-id:mime-version:content-type:sender; bh=vPajptSXQ5PIQFUkA09b/733CXZ14M7OvbnPS5+eO0M=; b=OE/7Ki7uW+dwpyRj5I1svKRxuCkMtaxUJH77iQF5wcuMvUCkrUYzinfXcrVOqxizpZyQjk3Ex/R5+5xrNL1zMEgMbax2EcflGKdK8Nr4eQPzyKx2pRaEJv1dV5S8RNiZ2zcj8YCRSKRQUwpGHeYgfv4cBmt4eIP8aYp4YqG3/3w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date:message-id:mime-version:content-type:sender; b=pV4a2L/8iO5gMfsskouZwXybck89wWJFbnawtYEIvNNdXyC7cB3gMuDDooMdCbBk3uTK+oFqUFvIsavr4qT4of3C0Qa3jpYsY0eNJ4x0/EA/R10tQQ8XiwaHqwonYuladxcrQi/v5ucatX1HGXvzhtQoXwzooO44XwD2BolQwdY= Original-Received: by 10.82.155.10 with SMTP id c10mr19204997bue.7.1205313313617; Wed, 12 Mar 2008 02:15:13 -0700 (PDT) Original-Received: from bzg.ath.cx ( [72.14.240.174]) by mx.google.com with ESMTPS id l12sm11117737fgb.8.2008.03.12.02.15.11 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 12 Mar 2008 02:15:12 -0700 (PDT) Original-Received: by bzg.ath.cx (Postfix, from userid 1000) id 558E4157971; Wed, 12 Mar 2008 09:06:29 +0000 (GMT) In-Reply-To: <47D69250.6050902@telenet.be> (Alain Muls's message of "Tue, 11 Mar 2008 15:08:16 +0100") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:52281 Archived-At: Alain Muls writes: > I checked and tried several possibilities to have code completion in > c++ but none is working as I would like. I tried etags, global, > xrefactory. Which one can give me the possible (correct) completions > of a method in c++, eg. Maybe you can contact the developers/maintainers directly and ask them about the missing feature: etags: Roland McGrath Xrefactory: vittek@xref-tech.com (I don't know global.) > if I press (preferably), I would like it to suggest > > getCartesian() > getGeodetic() Shouldn't be that hard to add this. -- Bastien