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

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

bug#10706: Reproduced on Linux (both 32 and 64 bits), works on Windows


From: Jérôme M. Berger
Subject: bug#10706: Reproduced on Linux (both 32 and 64 bits), works on Windows
Date: Sat, 03 Mar 2012 22:41:49 +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

        Here are easy steps to reproduce the issue:

- 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.

        The bug happens with Emacs version 23.4.1 on 64 bits and 32 bits
ArchLinux. It does not happen on Windows with the packages from
EmacsW32 (neither the patched version nor the vanilla version).

                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]