From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Auto completion with function argument list? Date: Sat, 22 May 2010 14:14:19 +0200 Message-ID: References: <28642721.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1274530493 4270 80.91.229.12 (22 May 2010 12:14:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 22 May 2010 12:14:53 +0000 (UTC) Cc: Emacs-devel@gnu.org To: TriKri Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 22 14:14:52 2010 connect(): No such file or directory 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 1OFnbN-0005AV-Gs for ged-emacs-devel@m.gmane.org; Sat, 22 May 2010 14:14:49 +0200 Original-Received: from localhost ([127.0.0.1]:56144 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFnbM-0004Sf-KI for ged-emacs-devel@m.gmane.org; Sat, 22 May 2010 08:14:48 -0400 Original-Received: from [140.186.70.92] (port=35408 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFnbF-0004SQ-Et for Emacs-devel@gnu.org; Sat, 22 May 2010 08:14:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFnbE-0005SI-0B for Emacs-devel@gnu.org; Sat, 22 May 2010 08:14:41 -0400 Original-Received: from mail-yw0-f178.google.com ([209.85.211.178]:44878) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFnbD-0005SE-SE for Emacs-devel@gnu.org; Sat, 22 May 2010 08:14:39 -0400 Original-Received: by ywh8 with SMTP id 8so1257452ywh.6 for ; Sat, 22 May 2010 05:14:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=aFPB13Fzukcsb6fLkjpeacnaKJKEy2NWmKbE3GSRRHE=; b=ev7E3yxRKGzv2phsilGd5IrSfeAowAsFsaciNsjnaVPzIUnCcAZnUZ3ybctnLKGj2i TGE61K+EPLyOVcTvrQxOuH9war96onCgco2TTi4fWC3iQ+rmuehPwb9J798JTSUljqvl 3rroBUrwqLR1IUpbgLlvQnCXKGcDkQPBEnbrA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=F49zJD4UAHI5NkSZm+2BrlwJZ4SfpLjgZp8sdAcsnghVTOJ87P3oBk36Jvg0z0D0JT uabQOyTqSp+T8pECiL+bOuPvE76t7QQXXFuJf/t53EMlWk7xopXGhaUKK3SXirWN7wIb ZiiL6Jv7Y+pFx5o44QzGMe6EdBSsNDg8Mfly8= Original-Received: by 10.101.139.37 with SMTP id r37mr3872288ann.75.1274530479134; Sat, 22 May 2010 05:14:39 -0700 (PDT) Original-Received: by 10.100.177.20 with HTTP; Sat, 22 May 2010 05:14:19 -0700 (PDT) In-Reply-To: <28642721.post@talk.nabble.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:125058 Archived-At: On Sat, May 22, 2010 at 1:46 PM, TriKri wrote: > Hi, I wonder if there is any auto completion for Emacs that can display a > list of the arguments that a function takes, like MS IntelliSense does? I'm > programming much in C/C++, and it would be nice to be able to see which > overloaded versions there are of a function, and which arguments it takes. > All I have found is this, but it doesn't seem to be able to do that. > -Kristofer Hi Kristofer, Please use plain text when mailing to this list. You sent a link above to the wiki page http://www.emacswiki.org/emacs/AutoComplete It is much easier if you use plain text and the link. Now to your question. If you look at the bottom of the page there is a link to CategoryCompletion. I just tried to clarify the role of Semantic/CEDET. I think that is what you are interested in.