From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: TriKri Newsgroups: gmane.emacs.devel Subject: Auto completion with function argument list? Date: Sat, 22 May 2010 04:46:49 -0700 (PDT) Message-ID: <28642721.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_48114_27646767.1274528809717" X-Trace: dough.gmane.org 1274528826 32244 80.91.229.12 (22 May 2010 11:47:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 22 May 2010 11:47:06 +0000 (UTC) To: Emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 22 13:47:02 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 1OFnAS-0004AA-J7 for ged-emacs-devel@m.gmane.org; Sat, 22 May 2010 13:47:00 +0200 Original-Received: from localhost ([127.0.0.1]:53401 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFnAR-0002pn-Vh for ged-emacs-devel@m.gmane.org; Sat, 22 May 2010 07:47:00 -0400 Original-Received: from [140.186.70.92] (port=45730 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFnAJ-0002nh-N1 for Emacs-devel@gnu.org; Sat, 22 May 2010 07:46:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFnAI-0002aT-B6 for Emacs-devel@gnu.org; Sat, 22 May 2010 07:46:51 -0400 Original-Received: from kuber.nabble.com ([216.139.236.158]:35344) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFnAI-0002aP-4U for Emacs-devel@gnu.org; Sat, 22 May 2010 07:46:50 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OFnAH-0001UH-Na for Emacs-devel@gnu.org; Sat, 22 May 2010 04:46:49 -0700 X-Nabble-From: kristoferkrus@hotmail.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:125057 Archived-At: ------=_Part_48114_27646767.1274528809717 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 http://www.emacswiki.org/emacs/AutoComplete this , but it doesn't seem to be able to do that. -Kristofer -- View this message in context: http://old.nabble.com/Auto-completion-with-function-argument-list--tp28642721p28642721.html Sent from the Emacs - Dev mailing list archive at Nabble.com. ------=_Part_48114_27646767.1274528809717 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit 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

View this message in context: Auto completion with function argument list?
Sent from the Emacs - Dev mailing list archive at Nabble.com.
------=_Part_48114_27646767.1274528809717--