GNU bug report logs - #8894
'which-func-mode' can not find function when 'semantic' enabled.

Previous Next

Package: emacs;

Reported by: Oleksandr Gavenko <gavenkoa <at> gmail.com>

Date: Sat, 18 Jun 2011 20:34:01 UTC

Severity: normal

Done: David Engster <deng <at> randomsample.de>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Oleksandr Gavenko <gavenkoa <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 'which-func-mode' can not find function when 'semantic' enabled.
Date: Sat, 18 Jun 2011 21:33:33 +0100
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!




This bug report was last modified 13 years and 343 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.