unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: imenu fails to index C function with function pointer as parameter
@ 2011-08-27 16:31 Angelo Graziosi
  0 siblings, 0 replies; 4+ messages in thread
From: Angelo Graziosi @ 2011-08-27 16:31 UTC (permalink / raw)
  To: emacs

Hi Alan,

> I think this patch
> fixes it

this bug looks similar to that flagged here:

   https://lists.gnu.org/archive/html/bug-gnu-emacs/2011-07/msg02023.html


Have you idea/suggestions about it?

Thanks,
Angelo.



^ permalink raw reply	[flat|nested] 4+ messages in thread
* imenu fails to index C function with function pointer as parameter
@ 2011-08-22  6:02 Liang Wang
  2011-08-23 13:16 ` Alan Mackenzie
  2011-08-26 19:34 ` Alan Mackenzie
  0 siblings, 2 replies; 4+ messages in thread
From: Liang Wang @ 2011-08-22  6:02 UTC (permalink / raw)
  To: emacs-devel

Hi,

When I try to jump to a function definition which has a function
pointer as one of its parameters, imenu fails to recognize such
function.  One example is

static rtx
substitute_address (rtx exp, rtx (*no_address_fn) (rtx),
		    rtx (*address_fn) (rtx))

which is from gcc source code in gcc/genattrtab.c.

To reproduce it, run

M-x imenu RET sub TAB

And then, I get [No match].  Other functions are just fine.


Thanks,
Liang.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-08-27 16:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-27 16:31 imenu fails to index C function with function pointer as parameter Angelo Graziosi
  -- strict thread matches above, loose matches on Subject: below --
2011-08-22  6:02 Liang Wang
2011-08-23 13:16 ` Alan Mackenzie
2011-08-26 19:34 ` Alan Mackenzie

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).