emacs-devel
[Top][All Lists]
Advanced

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

Re: which-function deficiency in C mode


From: Richard Stallman
Subject: Re: which-function deficiency in C mode
Date: Sat, 24 Jun 2006 04:31:26 -0400

    which-function (and thus which-function-mode) does not determine the
    "function name" correctly in the following common cases:

    typedef struct foo {
      int bar;

Since which-function-mode uses the results of imenu, I think the first
step is to see whether imenu parses that wrong.  Could you do that?

    typedef struct {
      int bar;
      char* baz;
    } foo_t;

That is surely hopeless.




reply via email to

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