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

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

Re: Keyword completion in C++ mode


From: Peter Milliken
Subject: Re: Keyword completion in C++ mode
Date: Wed, 30 Apr 2008 11:33:52 +1000

It is unclear what you are after. There are several packages that offer syntax completion i.e.

if <some-key-stroke> => if ()
                                     else
                                 
etc

packages like skeleton.el or else-mode.el have differing facilities for the user - it's up to you which you prefer. IMO (I'm the author), else-mode.el offers the most complete and least "interference" of any such package - but having said that, Stallman decided to include skeleton.el in the Emacs distribution and not else-mode.el :-) Syntax completion is almost like editors - you either use it and like it or you can't see what the fuss is all about.

So have a look around and make up your own mind.

Peter

On Wed, Apr 30, 2008 at 4:53 AM, TheLonelyStar <nabble@lonely-star.org> wrote:

Hi,

Is there some package that provides keyword completion in C++ mode?
In, exmple, if I type:

unsign<tab>

it should complete to

unsigned

Thanks!
Nathan
--
View this message in context: http://www.nabble.com/Keyword-completion-in-C%2B%2B-mode-tp16967626p16967626.html
Sent from the Emacs - Help mailing list archive at Nabble.com.





reply via email to

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