viraj purang writes:
(B > I am relatively new to JDEE and while I find emacs very useful, I
(B > don't know much about LISP either. My problem is that I am unable to
(B > get "Code Completion" to work.
(B > 
(B > If I I try something as small as 
(B > ==============
(B > // LoanBean.java
(B > 
(B > imp(want this to be completed to import to start with)
(B > ==============
(B > M-x jde-complete says . "No completion at this point"
(B > M-x jde-complete-inline says . "No completion at this point"
(B > M-x jde-complete-minibuf says . "No completion at this point"
(B > M-x jde-complete-pop-message says . call-interactively: Wrong number
(B > of arguments: #[(message buffer-or-name) ",AF(B!,AG(B!p,AH(B 
(B > ,AI(B!,AJ(B    $,1!R(B!
(B > 
(B > Can you someone please help me ...
(B > FYI, I am also using ecb in this installation.
(B
(BPlease read the JDEE user's guide where you will discover that
(B
(B* jde-complete is for completing user-defined Java symbols, e.g., class and 
(Bclass member names.
(B
(B* To complete Java keywords, such as import, turn on abbrev-mode (JDE->Code 
(BGeneration->Modes->Abbrev).
(B
(B* The JDEE has a very nice facility for generating a complete import 
(B  statement for the class at point or all classes in the current buffer.
(B
(BPaul

Reply via email to