bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

arguments hint


From: Paul Pogonyshev
Subject: arguments hint
Date: Tue, 1 Jun 2004 00:11:16 +0300
User-agent: KMail/1.6.52

Hi.

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)

This way (provided that the arguments' names are chosen
well) I can avoid looking into a manual most of the time.

So is there anything similar to what I've described?
Such a mode would be very helpful when writing say GTK+
code.

Paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]