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

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

how to display function parameter type by semantic?


From: zjyzhaojiyang
Subject: how to display function parameter type by semantic?
Date: Mon, 21 Apr 2008 01:01:10 -0700 (PDT)
User-agent: G2/1.0

hi everyone.
I use emacs to edit c/c++ file with cedet, but i have a questiong
about semantic. when i put the cursor on a function name, it display
all infomations about the function except function paramenter type in
the minibuffer.

The settings for semantic are:
(custom-set-variables
....other stuff
 '(global-semantic-stickyfunc-mode nil nil (semantic-util-modes))
 '(semantic-idle-scheduler-idle-time 3)
)
(load-file "~/site-lisp/cedet/common/cedet.el")
;;(semantic-load-enable-code-helpers)
(semantic-load-enable-guady-code-helpers)
(which-func-mode t)
(setq semanticdb-default-save-directory "~/tmp/semantic").

so, could you help me please?

Thanks.


reply via email to

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