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

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

[debbugs-tracker] bug#17887: closed (Regression: mouse-1 click on link d


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#17887: closed (Regression: mouse-1 click on link does mouse-2 instead)
Date: Thu, 21 Aug 2014 01:46:02 +0000

Your message dated Wed, 20 Aug 2014 18:45:35 -0700
with message-id <address@hidden>
and subject line Re: bug#17887: Regression: mouse-1 click on link does mouse-2 
instead
has caused the debbugs.gnu.org bug report #17887,
regarding Regression: mouse-1 click on link does mouse-2 instead
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
17887: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17887
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Regression: mouse-1 click on link does mouse-2 instead Date: Mon, 30 Jun 2014 15:13:45 -0700
To reproduce on latest emacs-24 branch:

  mkdir /tmp/foo.d
  emacs -Q /tmp

Dired mode creates links out of the directory names, such as foo.d.
C-h k then mouse-1 (ie left) click on a link. See:

  <mouse-2> (translated from <down-mouse-2> <mouse-2>) at that spot runs
  the command mouse-yank-primary, which is an interactive compiled Lisp

But if you C-h k then mouse-1 click where there is no link, see:

  <down-mouse-1> (translated from <down-mouse-1> <down-mouse-1>) at that
  spot runs the command mouse-drag-region, which is an interactive

Though this doesn't create an issue in Dired, it is causing another
Emacs package I use (unreleased) to paste text instead of doing what
it used to do in Emacs 24.3, which is to show its own context menu.

Why would C-h k mouse-1 say anything about mouse-2?

In GNU Emacs 24.3.92.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.10)
 of 2014-06-27 on REDACTED
Windowing system distributor `The X.Org Foundation', version 11.0.11405000
System Description:    Ubuntu 12.04.4 LTS


--- End Message ---
--- Begin Message --- Subject: Re: bug#17887: Regression: mouse-1 click on link does mouse-2 instead Date: Wed, 20 Aug 2014 18:45:35 -0700
This problem went away at some point between emacs-24.3.92 and today's head of the emacs-24 branch. debbugs.gnu.org/18212 ? Closing.


--- End Message ---

reply via email to

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