|
From: | Thomas D. Dean |
Subject: | Re: C/C++ Mode Imenu Problem |
Date: | Thu, 02 Feb 2012 00:40:55 -0800 |
User-agent: | Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20120126 Thunderbird/9.0 |
On 02/01/12 23:43, Thomas D. Dean wrote:
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.
In this case, pressing <return> rather than using mouse-1 changes the current line to the selected item and changes the display to that item.
In the case where imenu-max-items is greater than the number of items in the menu, mouse-1 changes the current line to the selected item and changes the display to that item.
How can I change this behavior to have mouse-1 select the item in imenu? Tom Dean
[Prev in Thread] | Current Thread | [Next in Thread] |