From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel Subject: Re: arguments hint Date: Sat, 09 Oct 2004 23:31:47 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <200406010011.16822.pogonyshev@gmx.net> <200406030022.35504.pogonyshev@gmx.net> <200406041633.06552.pogonyshev@gmx.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1097379133 5803 80.91.229.6 (10 Oct 2004 03:32:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 10 Oct 2004 03:32:13 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 10 05:32:03 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CGURH-0003Z6-00 for ; Sun, 10 Oct 2004 05:32:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CGUY9-0003jJ-0v for ged-emacs-devel@m.gmane.org; Sat, 09 Oct 2004 23:39:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CGUY1-0003hX-SR for emacs-devel@gnu.org; Sat, 09 Oct 2004 23:39:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CGUY1-0003hL-K2 for emacs-devel@gnu.org; Sat, 09 Oct 2004 23:39:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CGUY1-0003hI-EC for emacs-devel@gnu.org; Sat, 09 Oct 2004 23:39:01 -0400 Original-Received: from [206.47.199.141] (helo=simmts12-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CGUQz-00007U-7d for emacs-devel@gnu.org; Sat, 09 Oct 2004 23:31:45 -0400 Original-Received: from empanada.home ([70.48.80.6]) by simmts12-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20041010033023.XYHX1580.simmts12-srv.bellnexxia.net@empanada.home>; Sat, 9 Oct 2004 23:30:23 -0400 Original-Received: by empanada.home (Postfix, from userid 502) id E9EB231832D; Sat, 9 Oct 2004 23:31:47 -0400 (EDT) Original-To: Paul Pogonyshev In-Reply-To: <200406041633.06552.pogonyshev@gmx.net> (Paul Pogonyshev's message of "Fri, 4 Jun 2004 16:33:06 +0300") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28164 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28164 > I made some experiments with `eldoc-mode' for C. Below are the > results. The thing is very hackish and has many loose ends, > but is already usable. It will print hints for the function of > your project (i.e. it doesn't use any special tables for other > functions) based on the tags. Contrary to what I expected, it > works quite fast. This is neat. Indeed, it's a bit annoying in that it tends to open many buffers, but... I suggest you contact Martin Stjernholm and see if you can get it included in CC-mode (where it belongs). Stefan