From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard G Riley Newsgroups: gmane.emacs.help Subject: Re: Emacs as an IDE Date: Mon, 15 Oct 2007 15:29:28 +0200 Message-ID: <5nh89pFia5ciU1@mid.uni-berlin.de> References: <1192388519.268928.197890@q3g2000prf.googlegroups.com> <87zlylwjy6.fsf@post.rwth-aachen.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1192456172 12859 80.91.229.12 (15 Oct 2007 13:49:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Oct 2007 13:49:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 15 15:49:21 2007 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 1IhQC6-0002JP-HT for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Oct 2007 15:41:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IhQBz-0000IN-TS for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Oct 2007 09:41:11 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-X-Trace: news.uni-berlin.de Y31a00Y1e4Wm25fITzpzBAILn4WFOb5C7QyfIPcuNuLMtTs4A= User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50.6 (gnu/linux) Original-Xref: shelby.stanford.edu gnu.emacs.help:152933 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:48438 Archived-At: Thorsten Bonow writes: >>>>>> "polymedes" == polymedes writes: > > polymedes> I would like to use emacs for software development and I > polymedes> currently am learning it. I use the command "dabbrev-expand" > polymedes> (bound to M-/) to expand (autocomplete) funtion and variable > polymedes> names. But how can I see the function definition _while_ I'm > polymedes> typing ? > > polymedes> In all IDEs when you type the opening parenthesis a tooltip shows > polymedes> you the arguments that you should pass to the function. > > In *all* IDE's? Hui! > > polymedes> What do emacs developers usually do? > > They google for it :-) This is a FAQ. Look for cedet, ecb and > intellisense: Do you have it working? I never got intellisense "like" features working properly (or usefully).