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

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

bug#8894: 'which-func-mode' can not find function when 'semantic' enable


From: Oleksandr Gavenko
Subject: bug#8894: 'which-func-mode' can not find function when 'semantic' enabled.
Date: Sat, 18 Jun 2011 21:33:33 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10

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!





reply via email to

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