all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* GNU Emacs and code completion
@ 2003-02-08  4:30 Renato Perini
  2003-02-08  9:38 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Renato Perini @ 2003-02-08  4:30 UTC (permalink / raw)


Hi all.
I wanted to know if there is some way to use some sort of code completion 
under GNU Emacs.
Thanks in advance.

Renato Perini.




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

Sponsor:
La tua macchina si avvia tossendo? Trova un elettrauto su QxService
cliccando qui
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=846&d=8-2

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GNU Emacs and code completion
  2003-02-08  4:30 GNU Emacs and code completion Renato Perini
@ 2003-02-08  9:38 ` Eli Zaretskii
  2003-02-08 18:20   ` Renato Perini
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2003-02-08  9:38 UTC (permalink / raw)


> 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?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GNU Emacs and code completion
       [not found] <mailman.1666.1044679352.21513.help-gnu-emacs@gnu.org>
@ 2003-02-08 12:05 ` Ole Laursen
  2003-02-08 18:33   ` Renato Perini
  0 siblings, 1 reply; 5+ messages in thread
From: Ole Laursen @ 2003-02-08 12:05 UTC (permalink / raw)


Renato Perini <rperini@email.it> writes:

> I wanted to know if there is some way to use some sort of code
> completion under GNU Emacs.

You could try Semantic for context-sensitive completion for a growing
number of languages:

  http://cedet.sf.net

Pressing M-/ a few times works often, though.

-- 
Ole Laursen
http://www.cs.auc.dk/~olau/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GNU Emacs and code completion
  2003-02-08  9:38 ` Eli Zaretskii
@ 2003-02-08 18:20   ` Renato Perini
  0 siblings, 0 replies; 5+ messages in thread
From: Renato Perini @ 2003-02-08 18:20 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GNU Emacs and code completion
  2003-02-08 12:05 ` Ole Laursen
@ 2003-02-08 18:33   ` Renato Perini
  0 siblings, 0 replies; 5+ messages in thread
From: Renato Perini @ 2003-02-08 18:33 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="us-ascii"; format=flowed, Size: 943 bytes --]

At 13.05 08/02/2003 +0100, you wrote:
>Renato Perini <rperini@email.it> writes:
>
> > I wanted to know if there is some way to use some sort of code
> > completion under GNU Emacs.
>
>You could try Semantic for context-sensitive completion for a growing
>number of languages:
>
>   http://cedet.sf.net
>
>Pressing M-/ a few times works often, though.
>
>--
>Ole Laursen
>http://www.cs.auc.dk/~olau/
>_______________________________________________
>Help-gnu-emacs mailing list
>Help-gnu-emacs@gnu.org
>http://mail.gnu.org/mailman/listinfo/help-gnu-emacs


Thank you Ole, I try immediately :-)





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

Sponsor:
Stanco del solito collegamento Internet...
Prova Email.it Free Access con il nuovo numero 702 28528 01 accesso veloce Free Internet e ancora più conveniente.
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=442&d=8-2

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-02-08 18:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-08  4:30 GNU Emacs and code completion Renato Perini
2003-02-08  9:38 ` Eli Zaretskii
2003-02-08 18:20   ` Renato Perini
     [not found] <mailman.1666.1044679352.21513.help-gnu-emacs@gnu.org>
2003-02-08 12:05 ` Ole Laursen
2003-02-08 18:33   ` Renato Perini

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.