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

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

[Emacs-bug-tracker] bug#8894: closed ('which-func-mode' can not find fun


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#8894: closed ('which-func-mode' can not find function when 'semantic' enabled.)
Date: Wed, 06 Jul 2011 20:37:03 +0000

Your message dated Wed, 06 Jul 2011 22:35:06 +0200
with message-id <address@hidden>
and subject line Re: bug#8894: 'which-func-mode' can not find function when 
'semantic' enabled.
has caused the GNU bug report #8894,
regarding 'which-func-mode' can not find function when 'semantic' enabled.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
8894: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8894
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: '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!



--- End Message ---
--- Begin Message --- Subject: Re: bug#8894: 'which-func-mode' can not find function when 'semantic' enabled. Date: Wed, 06 Jul 2011 22:35:06 +0200 User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)
Oleksandr Gavenko writes:
> Run Emacs version 23.3 (also same with 23.2):

[...]

> In mode line 'which-func' show '[???]' for any function!
> Without 'semantic' all work fine, (I see '[main]').

I think this is the same issue as described in #8260, which was fixed
with revno. 100570. I did verify that this bug does not occur anymore
with the latest checkout from the emacs-23 branch, hence I'm closing
this bug.

-David


--- End Message ---

reply via email to

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