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

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

Re: GNU Emacs and code completion


From: Renato Perini
Subject: Re: GNU Emacs and code completion
Date: Sat, 08 Feb 2003 19:20:11 +0100

At 11.38 08/02/2003 +0200, you wrote:
> Date: Sat, 08 Feb 2003 05:30:49 +0100
> From: Renato Perini <rperini@email.it>
>
> I wanted to know if there is some way to use some sort of code completion
> under GNU Emacs.

I'm not sure what you mean by ``code completion''.  If you type a part
of the name of a variable, or a struct, or a class, or a function, and
then press M-/ repetitively, Emacs will try to complete that partial
name using all the identifiers in this buffer and all the other
buffers.  Is that what you are looking for?


_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnu-emacs

I mean that the editor "knows" the name of the functions you are typing.
For example, if you have the following function:
gint gtk_signal_connect(GtkObject * widget, const gchar * signal, GtkSignalFunc callback, gpointer user_data); when you begin typing this function the editor reply to you by showing you the possible names that begins with gtk_signal_* suffix and when you have completed typing the function, the editor shows you the function arguments to pass in.

Sorry for my bad english, I hope you understand what I mean.
Thank you for your interest.

Renato Perini




--
Prendi GRATIS l'email universale che... risparmia: http://www.email.it/f

Sponsor:
Vuoi acquistare con sconti esclusivi? Con EmailConto Risparmio puoi scontare 
fino al 20% i tuoi acquisti!
Prova subito la convenienza cliccando qui.
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=837&d=8-2




reply via email to

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