* bug#8894: 'which-func-mode' can not find function when 'semantic' enabled.
@ 2011-06-18 20:33 Oleksandr Gavenko
2011-07-06 20:35 ` David Engster
0 siblings, 1 reply; 2+ messages in thread
From: Oleksandr Gavenko @ 2011-06-18 20:33 UTC (permalink / raw)
To: 8894
Run Emacs version 23.3 (also same with 23.2):
$ emacs -Q
Eval:
(semantic-mode 1)
(which-func-mode 1)
(find-file "~/tmp/hello.c")
for any .c file:
int main() {
return EXIT_FAILURE;
}
In mode line 'which-func' show '[???]' for any function!
Without 'semantic' all work fine, (I see '[main]').
--
Best regards!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-06 20:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-18 20:33 bug#8894: 'which-func-mode' can not find function when 'semantic' enabled Oleksandr Gavenko
2011-07-06 20:35 ` David Engster
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).