all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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

* bug#8894: 'which-func-mode' can not find function when 'semantic' enabled.
  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
  0 siblings, 0 replies; 2+ messages in thread
From: David Engster @ 2011-07-06 20:35 UTC (permalink / raw)
  To: Oleksandr Gavenko; +Cc: 8894-done

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





^ 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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.