unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Edmund Christian Herenz <cherenz@aip.de>
Cc: 11355@debbugs.gnu.org
Subject: bug#11355: Also affected by this Bug
Date: Sun, 04 Aug 2013 17:45:51 -0400	[thread overview]
Message-ID: <jwva9kx2l3l.fsf-monnier+bug#11355@gnu.org> (raw)
In-Reply-To: <20130731115503.GJ4562@pallas.aip.de> (Edmund Christian Herenz's message of "Wed, 31 Jul 2013 13:55:03 +0200")

> I am also affected by this bug.
> I wonder if it could be related to the window manager or input device
> people are using. I cannot reporduce this bug on my desktop machine
> (running KDE 4.6), but my Lenove Laptop with Synaptics Touchpad and
> running KDE 4.10 shows this bug.

Are the two Emacs binaries identical (same version, same tookit, ...)?

In the past this has been a problem linked to the toolkit in use
(e.g. Gtk vs lucid).  Usually the problem goes as follows:
- the down-mouse-2 even causes Emacs to call the toolkit to pop up the menu.
- the up-mouse-2 even should be eaten by the toolkit, but for some
  reason isn't.
- when the toolkit returns, the up-mouse-2 event is then handled by
  Emacs in the usual way.
- To prevent this "left over" up-mouse-2 event from causing a `yank',
  flyspell adds a binding from mouse-2 to `undefined' on the
  highlighted words.  But I guess after selecting an entry in the menu,
  the "word button" is removed, so this binding is not in effect any
  more when we return from the menu.
  
Can you reproduce it with "emacs -Q" (and does the same recipe lead to
different result on the other machine).


        Stefan





      reply	other threads:[~2013-08-04 21:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-26 19:02 bug#11355: 24.1.50; Middle click on flyspell-mode fixes a word, but also paste text Daniel de Angelis Cordeiro
2012-04-27  2:34 ` Chong Yidong
2012-04-27  2:59   ` Daniel de Angelis Cordeiro
2012-04-27  6:29     ` Eli Zaretskii
2012-05-02 18:07       ` Daniel de Angelis Cordeiro
     [not found]   ` <mailman.140.1335495609.855.bug-gnu-emacs@gnu.org>
2012-04-28  2:59     ` emacs user
2012-04-30 10:00       ` Agustin Martin
2013-07-31 11:55 ` bug#11355: Also affected by this Bug Edmund Christian Herenz
2013-08-04 21:45   ` Stefan Monnier [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='jwva9kx2l3l.fsf-monnier+bug#11355@gnu.org' \
    --to=monnier@iro.umontreal.ca \
    --cc=11355@debbugs.gnu.org \
    --cc=cherenz@aip.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).