help-gnu-emacs
[Top][All Lists]
Advanced

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

C/C++ Mode Imenu Problem


From: Thomas D. Dean
Subject: C/C++ Mode Imenu Problem
Date: Wed, 01 Feb 2012 23:43:41 -0800
User-agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20120126 Thunderbird/9.0

GNU Emacs 23.3.1 (amd64-portbld-freebsd9.0, GTK+ Version 2.24.6) of 2012-01-07 on P9X79.tddhome

Using CC Mode version 5.31.8

In the C/C++ modes, if the number of items in the imenu is greater than imenu-max-items, the displayed menu is grouped with items named

  from ...
  from ...

etc.

In this case, selecting one of the items from the imenu popup does not result in a change to current line. The display remains the same.

Changing imenu-max-items to a value greater than the number of items found, all the items are displayed in one menu.

In this case, selecting one of the items from the imenu popup results in the current line being changed to the item selected. The display changes to show the selected item.

I found a couple references to this in archives, but, no solution.

I believe this worked in emacs 22.

Tom Dean



reply via email to

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