From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.help Subject: Re: function insight tooltip Date: Fri, 06 Dec 2002 15:42:24 +0100 Organization: http://purl.org/harder/ Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <3DF04191.6090608@_mobitech.no> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1039186666 10027 80.91.224.249 (6 Dec 2002 14:57:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 6 Dec 2002 14:57:46 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18KJvF-0002ba-00 for ; Fri, 06 Dec 2002 15:57:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18KJoo-0003nz-00; Fri, 06 Dec 2002 09:51:06 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!colt.net!news.tele.dk!not-for-mail Original-Newsgroups: gnu.emacs.help X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:4340 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4340 Finn J Johnsen writes: > I'm used to "function insight" -tooltip (or whatever it's called?) > which you get in Borlands products. You get the functionparametes as > tootip as you write the functioncall, and I've became painfully used > to it. > > Is this possible in Emacs (for Windows even) ? For which programming language? `eldoc-mode' does it for Emacs Lisp, and the ilisp package provides it for Common Lisp. They don't actually use tooltips, but display the information in the mini-buffer. Something similar might be available for other languages -- for Java you should probably look at the JDE package.