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

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

Re: Hierarchical iMenu problems


From: Jérôme M. Berger
Subject: Re: Hierarchical iMenu problems
Date: Sun, 26 Feb 2012 20:52:46 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.24) Gecko/20120206 Thunderbird/2.0.0.24 Mnenhy/0.7.6.666

Thomas D. Dean wrote:
> On 02/26/12 10:06, Drew Adams wrote:
>>> Is there a bug tracker somewhere where the issue can be
>>> entered / has already been entered?
>>
>> The GNU Emacs bug tracker is here: http://debbugs.gnu.org/.
>>
>> You can submit a bug report or enhancement request using `M-x
>> report-emacs-bug'.
>> See  also the Emacs manual: `C-h r g checklist'.
>>
>>
>>
>>
> Bug #10706
> 
        Thanks.

        It seems I cannot comment on the bug and I didn't see anyplace
where I could register (or login for that matter), so if you want to
add the following steps to reproduce:

- emacs -Q
- Execute the following lisp commands (for example in the scratch
buffer):
  - (require 'imenu)
  - (global-set-key [S-mouse-3] 'imenu)
  - (semantic-mode 1)
- Open a C++ file (or type the following in a new C++ file):

==============================8<------------------------------
class foo {
  void a (void) {}
  void b (void) {}
  void c (void) {}
};
------------------------------>8==============================

- Then play with the menu (S-mouse3 + mouse1). It may work for a
short while (0 to 5 times), then it stops going to the target with
mouse1 although it still goes with return.


        Emacs version 23.4.1 on 64 bits ArchLinux.

        Thanks,
                Jerome
-- 
mailto:jeberger@free.fr
http://jeberger.free.fr
Jabber: jeberger@jabber.fr

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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