It is unclear what you are after. There are several packages that offer syntax completion i.e. if => 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 wrote: > > Hi, > > Is there some package that provides keyword completion in C++ mode? > In, exmple, if I type: > > unsign > > 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. > > > >