From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: arguments hint Date: Tue, 01 Jun 2004 23:45:09 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200406010011.16822.pogonyshev@gmx.net> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1086147937 18527 80.91.224.253 (2 Jun 2004 03:45:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Jun 2004 03:45:37 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jun 02 05:45:33 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BVMh2-00042Q-00 for ; Wed, 02 Jun 2004 05:45:32 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BVMh2-00057e-00 for ; Wed, 02 Jun 2004 05:45:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVMhI-0002O9-Q5 for emacs-devel@quimby.gnus.org; Tue, 01 Jun 2004 23:45:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BVMhH-0002O4-4E for emacs-devel@gnu.org; Tue, 01 Jun 2004 23:45:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BVMhG-0002Nk-JP for emacs-devel@gnu.org; Tue, 01 Jun 2004 23:45:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVMhG-0002Nh-HI for emacs-devel@gnu.org; Tue, 01 Jun 2004 23:45:46 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BVMgj-0006bk-9U for emacs-devel@gnu.org; Tue, 01 Jun 2004 23:45:14 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1BVMgf-00013g-VN; Tue, 01 Jun 2004 23:45:10 -0400 Original-To: Paul Pogonyshev In-reply-to: <200406010011.16822.pogonyshev@gmx.net> (message from Paul Pogonyshev on Tue, 1 Jun 2004 00:11:16 +0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:24388 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24388 Is there a mode for Emacs that gives hints on function arguments? For instance, I type int result = function( and immediatly after '(' is typed, Emacs shows in a small window: int function(int x, int y, int z) Whether a feature like this already exists in Emacs, I don't know. But it sounds useful.