[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: emacs c++ code completion help
- From: GMS S <gmspro yahoo com>
- To: fedora-list redhat com
- Subject: Re: emacs c++ code completion help
- Date: Mon, 25 May 2009 07:57:50 -0700 (PDT)
Ed Greshko wrote
[
Did you visit...
http://cedet.sourceforge.net/setup.shtml
]
Reading this ,going to the cedet directory did this
make EMACS=emacs
And added in .emacs file
(load-file "~/cedet-1.0pre6/common/cedet.el")
(global-ede-mode 1) ; Enable the Project management system
(semantic-load-enable-code-helpers) ; Enable prototype help and smart completion
(global-srecode-minor-mode 1) ; Enable template insertion menu
But it is not working.
If I run a .cpp file with emacs and after typing dot(.) no menu is shown.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]